refactorings (FileHistory and Git classes)
commit0012ed7f7648b7bad794e8c58307cb2767c67fb8
authorCristian Tibirna <ctibirna@giref.ulaval.ca>
Thu, 20 Sep 2012 14:22:07 +0000 (20 10:22 -0400)
committerCristian Tibirna <ctibirna@giref.ulaval.ca>
Thu, 20 Sep 2012 14:27:38 +0000 (20 10:27 -0400)
treee98a6944f8a2ae4b801357a453a1abd3f9bfa4a0
parentceee5e3a66ee77be07063c138d8837b8efc80bb8
refactorings (FileHistory and Git classes)

- move FileHistory class to its own files
- move all Git methods to git.cpp
- move common functions to common.cpp
- clarify interface of lookupReference (introduce lookupOrAddReference)
14 files changed:
src/FileHistory.cc [new file with mode: 0644]
src/FileHistory.h [new file with mode: 0644]
src/annotate.cpp
src/cache.cpp
src/common.cpp [new file with mode: 0644]
src/common.h
src/dataloader.cpp
src/domain.cpp
src/fileview.cpp
src/git.cpp
src/git.h
src/git_startup.cpp [deleted file]
src/listview.cpp
src/src.pro