summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Merge command to the CLIChristian Halstrick2011-03-295-0/+142
* Allow InitCommand to run on existing git reposChristian Halstrick2011-03-291-2/+3
* Merge "Do not categorize merge failures as 'abnormal'"Christian Halstrick2011-03-295-22/+22
|\
| * Do not categorize merge failures as 'abnormal'Philipp Thun2011-03-285-22/+22
* | Fix possible NPE in DirCache.isModified()Philipp Thun2011-03-281-1/+1
|/
* Merge "Detaching HEAD when checking out the same commit."Shawn Pearce2011-03-273-4/+46
|\
| * Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-253-4/+46
* | Merge "Fix: possible IndexOutOfBoundsException in ReflogReader"Shawn Pearce2011-03-272-11/+28
|\ \
| * | Fix: possible IndexOutOfBoundsException in ReflogReaderMarc Strapetz2011-03-222-11/+28
* | | Merge "Registering the Checkout command and fixed a typo."Shawn Pearce2011-03-272-1/+2
|\ \ \
| * | | Registering the Checkout command and fixed a typo.Sasa Zivkov2011-03-242-1/+2
| | |/ | |/|
* | | Prevent NPE during fetch and push via SSHMatthias Sohn2011-03-241-2/+4
* | | Introduce FAILED result for RebaseCommandPhilipp Thun2011-03-243-27/+424
|/ /
* | Merge "Introduce CherryPickResult"Mathias Kinzler2011-03-244-23/+250
|\ \
| * | Introduce CherryPickResultPhilipp Thun2011-03-234-23/+250
* | | Add status command to GIT apiChristian Halstrick2011-03-234-0/+372
* | | Create RemoteSession interfaceRoland Schulz2011-03-238-286/+451
|/ /
* | PullCommand: Use short ref name in merge messageRobin Stocker2011-03-222-5/+40
* | Improve MergeResultPhilipp Thun2011-03-214-7/+74
* | Refactor test casesPhilipp Thun2011-03-215-87/+25
* | Merge "PackWriter: Collect stats by object type"Chris Aniszczyk2011-03-191-8/+120
|\ \
| * | PackWriter: Collect stats by object typeShawn O. Pearce2011-03-181-8/+120
* | | Merge "BlockList: Micro-optimize appending from another BlockList"Chris Aniszczyk2011-03-192-0/+64
|\| |
| * | BlockList: Micro-optimize appending from another BlockListShawn O. Pearce2011-03-182-0/+64
* | | Merge "PackFile: Cache the packName string"Chris Aniszczyk2011-03-181-5/+11
|\| | | |/ |/|
| * PackFile: Cache the packName stringShawn O. Pearce2011-03-181-5/+11
* | Abort merge when file to be checked out is dirtyPhilipp Thun2011-03-182-0/+162
|/
* Merge "Refactor ResolveMerger"Christian Halstrick2011-03-182-28/+52
|\
| * Refactor ResolveMergerPhilipp Thun2011-03-182-28/+52
* | Merge "Moved tests for commit -o option to own test class"Mathias Kinzler2011-03-182-1243/+1310
|\ \
| * | Moved tests for commit -o option to own test classChristian Halstrick2011-03-182-1243/+1310
* | | Add path filtering to LogCommandChris Aniszczyk2011-03-171-0/+23
* | | Assume refs of alternates are reachable during fetchShawn O. Pearce2011-03-171-16/+23
* | | UploadPack: Report invalid want lines with ERRShawn O. Pearce2011-03-173-8/+12
* | | Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-172-0/+14
* | | PacketLineIn: Reuse internal lineBuffer for small stringsShawn O. Pearce2011-03-171-1/+6
* | | Merge "Expose if name or email is based on a guess"Shawn Pearce2011-03-172-19/+99
|\ \ \ | |/ / |/| |
| * | Expose if name or email is based on a guessMatthias Sohn2011-03-162-19/+99
* | | CommitCommand: add option to insert a change idJens Baumgart2011-03-172-0/+97
* | | Merge "Remove deprecated Repository.mapTree"Mathias Kinzler2011-03-174-60/+20
|\ \ \ | |_|/ |/| |
| * | Remove deprecated Repository.mapTreeShawn O. Pearce2011-03-074-60/+20
* | | Use parent directory in InitCommand if directory is "."Philipp Thun2011-03-161-1/+3
| |/ |/|
* | Merge "Improve native Git transport when following repository"Chris Aniszczyk2011-03-152-1/+11
|\ \
| * | Improve native Git transport when following repositoryShawn O. Pearce2011-03-142-1/+11
* | | TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-1510-23/+46
* | | Merge "FS: Allow cloning an FS instance"Chris Aniszczyk2011-03-156-0/+72
|\ \ \
| * | | FS: Allow cloning an FS instanceShawn O. Pearce2011-03-146-0/+72
* | | | Merge "FS: Allow userHome to be set and cached"Chris Aniszczyk2011-03-151-3/+21
|\| | |
| * | | FS: Allow userHome to be set and cachedShawn O. Pearce2011-03-141-3/+21
* | | | Merge "FS: Allow gitPrefix to be set and cached"Chris Aniszczyk2011-03-153-22/+45
|\| | |