summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-012-1/+26
* | | Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-012-27/+94
|/ /
* | ArchiveCommand: Add missing @since tagJonathan Nieder2013-04-301-0/+2
* | Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-292-2/+131
* | Merge "Cleanup imports and javadocs in ArchiveCommand"Robin Rosenberg2013-04-271-3/+6
|\ \
| * | Cleanup imports and javadocs in ArchiveCommandRobin Rosenberg2013-04-271-3/+6
* | | Delete CLIText strings previously used in iplog generatorJonathan Nieder2013-04-272-6/+0
* | | Merge "Make the Reflog a public API again"Robin Rosenberg2013-04-2724-103/+273
|\ \ \
| * | | Make the Reflog a public API againRobin Rosenberg2013-04-2624-103/+273
* | | | Merge "Remove unused logger from RecursiveMerger"Robin Rosenberg2013-04-271-3/+0
|\ \ \ \
| * | | | Remove unused logger from RecursiveMergerJonathan Nieder2013-04-261-3/+0
* | | | | Refer to getEntryPathLength in docs of getEntryPathBufferRobin Stocker2013-04-271-1/+8
| |_|_|/ |/| | |
* | | | Allow deletions to occur when there is no HEADAlex Blewitt2013-04-271-1/+1
| |_|/ |/| |
* | | ArchiveCommand: Do not warn for unsupported file modeJonathan Nieder2013-04-263-13/+7
* | | Add internal porcelain-style API for ArchiveCommandJonathan Nieder2013-04-264-124/+288
* | | Merge "archive: Release resources before returning"Shawn Pearce2013-04-261-18/+22
|\ \ \ | |/ / |/| |
| * | archive: Release resources before returningJonathan Nieder2013-04-261-18/+22
* | | Merge "status: Print conflict description for unmerged paths"Robin Rosenberg2013-04-255-9/+77
|\ \ \ | |/ / |/| |
| * | status: Print conflict description for unmerged pathsRobin Stocker2013-04-195-9/+77
* | | Document RevTag#getObject() that returned object is unparsedRobin Stocker2013-04-221-1/+9
* | | Improve class documentation of TagCommandRobin Stocker2013-04-221-4/+13
* | | Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY"Shawn Pearce2013-04-191-85/+0
|/ /
* | Create constants in ConfigConstants for the "diff" sectionRobin Rosenberg2013-04-192-8/+46
* | Fix examples with refs/heads/ in RefSpec JavadocRobin Stocker2013-04-191-8/+8
* | IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-192-5/+181
|/
* Merge "A deleted work tree file is not a conflict when merge wants to delete it"Robin Rosenberg2013-04-192-1/+20
|\
| * A deleted work tree file is not a conflict when merge wants to delete itRobin Rosenberg2013-04-082-1/+20
* | Merge "Untracked files should not be included in stash"Robin Rosenberg2013-04-192-3/+12
|\ \
| * | Untracked files should not be included in stashRobin Rosenberg2013-04-182-3/+12
* | | Do not export package org.eclipse.jgit from jgit testsMatthias Sohn2013-04-191-1/+0
* | | Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-1820-85/+70
* | | Merge "Remove unused dependencies"Robin Rosenberg2013-04-188-24/+4
|\ \ \
| * | | Remove unused dependenciesMatthias Sohn2013-04-098-24/+4
* | | | Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-183-19/+37
* | | | Merge changes Id2848c16,I7621c434Shawn Pearce2013-04-173-56/+243
|\ \ \ \
| * | | | Rescale "Compressing objects" progress meter by sizeShawn Pearce2013-04-173-16/+58
| * | | | Split delta search buckets by byte weightShawn Pearce2013-04-173-42/+187
* | | | | Merge "Support excluding objects during DFS compaction"Shawn Pearce2013-04-171-31/+102
|\ \ \ \ \
| * | | | | Support excluding objects during DFS compactionShawn Pearce2013-04-161-31/+102
| | |_|/ / | |/| | |
* / | | | Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-156-9/+10
|/ / / /
* | | | Update PackBitmapIndexRemapper to handle mappings not in the new pack.Colby Ranger2013-04-151-3/+18
* | | | Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-142-36/+34
* | | | NLS warning cleanupRobin Rosenberg2013-04-142-6/+5
* | | | Merge "Fix a possible NPE"Robin Rosenberg2013-04-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a possible NPERobin Rosenberg2013-04-041-1/+1
* | | | Merge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f,I9ccf20c3,Ic7826f29,I1b...Shawn Pearce2013-04-125-260/+233
|\ \ \ \
| * | | | Always attempt delta compression when reuseDeltas is falseShawn Pearce2013-04-121-1/+1
| * | | | Avoid TemporaryBuffer.Heap on very small deltasShawn Pearce2013-04-121-25/+60
| * | | | Correct distribution of allowed delta size along chain lengthShawn Pearce2013-04-121-113/+49
| * | | | Split remaining delta work on path boundariesShawn Pearce2013-04-122-28/+44