Add feature to fetch remotes&branches from git config and add pull command
commit2650d9721139dd40502a0e95ff8beae686af4d95
authorThomas Zander <thomas.zander@trolltech.com>
Sat, 20 Jun 2009 09:46:11 +0000 (20 11:46 +0200)
committerThomas Zander <thomas.zander@trolltech.com>
Sat, 20 Jun 2009 09:46:11 +0000 (20 11:46 +0200)
tree8416f7b4e430c37c032038e208f0b07a2591adbc
parent0a73c6ada54942d8fb04b34ed0e41ae676c6c116
Add feature to fetch remotes&branches from git config and add pull command
17 files changed:
src/Configuration.cpp
src/Configuration.h
src/RemoteRepo.cpp [new file with mode: 0644]
src/RemoteRepo.h [new file with mode: 0644]
src/TrackedBranch.cpp [new file with mode: 0644]
src/TrackedBranch.h [new file with mode: 0644]
src/VngCommandLine.cpp
src/commands/Pull.cpp [new file with mode: 0644]
src/commands/Pull.h [new file with mode: 0644]
src/commands/pull [new file with mode: 0644]
src/src.pro
tests/commit/commit.pro
tests/configuration/TestConfiguration.cpp [new file with mode: 0644]
tests/configuration/TestConfiguration.h [new file with mode: 0644]
tests/configuration/configuration.pro [copied from tests/commit/commit.pro with 72% similarity]
tests/cursor/cursor.pro
tests/tests.pro