summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce2016-01-061-2/+4
* Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed"Shawn Pearce2016-01-061-0/+5
|\
| * InMemoryRepository: Abort BatchRefUpdate if a command previously failedShawn Pearce2016-01-061-0/+5
* | DFS: Allow other RefDatabase implementationsShawn Pearce2016-01-063-9/+13
|/
* buck: Make :jgit_src target work in cross-cell environmentDavid Ostrovsky2016-01-041-2/+3
* Merge changes I487a30fb,I82a01b5fShawn Pearce2016-01-035-3/+122
|\
| * Ensure all http tests are run and fix broken testsMatthias Sohn2016-01-022-3/+8
| * buck: run http testsMatthias Sohn2016-01-023-0/+114
* | Merge "buck: set Bundle-Version for :jgit_bin"Shawn Pearce2016-01-032-3/+37
|\ \
| * | buck: set Bundle-Version for :jgit_binShawn Pearce2016-01-032-3/+37
* | | Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-0310-1049/+1279
|\ \ \
| * | | ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-307-202/+597
| * | | ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-307-930/+765
* | | | branch command: provide convenient and meaningful options helpAndrey Loskutov2016-01-026-44/+330
* | | | Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2016-01-022-24/+27
* | | | Fixed few locale dependent pgm testsAndrey Loskutov2016-01-024-5/+75
| |/ / |/| |
* | | buck: set vm_args for testsShawn Pearce2016-01-012-0/+2
* | | buck: pin to stable versionShawn Pearce2016-01-011-0/+1
* | | Merge changes from topic 'add-df'Shawn Pearce2016-01-0114-23/+638
|\ \ \ | |_|/ |/| |
| * | DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-293-0/+200
| * | DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-296-13/+246
| * | AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-297-10/+192
* | | Fix "remote: Counting objects: ..." formattingShawn Pearce2015-12-311-6/+13
* | | clone: display progress messagesShawn Pearce2015-12-311-5/+16
* | | buck: run testsShawn Pearce2015-12-315-1/+160
* | | buck: build standalone jgit binaryShawn Pearce2015-12-315-0/+105
* | | Implement Buck driven buildDavid Ostrovsky2015-12-319-0/+212
* | | Merge "Fix encoding problem from curl repostory on github"Shawn Pearce2015-12-301-0/+1
|\ \ \
| * | | Fix encoding problem from curl repostory on githubEryk Szymanski2015-12-301-0/+1
* | | | Merge "Fix hanging fetch via SSH"Shawn Pearce2015-12-301-5/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix hanging fetch via SSHDmitry Neverov2015-08-241-5/+17
* | | | Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-3110-29/+59
* | | | Rename files using NIO2 atomic renameMatthias Sohn2015-12-308-97/+112
| |_|/ |/| |
* | | ObjectChecker: use java.text.Normalizer directlyShawn Pearce2015-12-301-55/+2
* | | Merge changes I3db332bf,I614e7110,I37a4ccd6,I86b81e7f,Ic8b362e0, ...Shawn Pearce2015-12-3017-47/+437
|\ \ \
| * | | Sort "eager" path-like options to the end of the helpAndrey Loskutov2015-12-293-0/+51
| * | | reset command: provide convenient and meaningful options helpAndrey Loskutov2015-12-293-10/+33
| * | | commit command: allow to specify path(s) argument(s)Andrey Loskutov2015-12-292-1/+114
| * | | status command: consume more then one argument after --Andrey Loskutov2015-12-291-2/+4
| * | | repo command: properly name the required 'path' argumentAndrey Loskutov2015-12-292-1/+25
| * | | Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2015-12-292-13/+2
| * | | Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-296-20/+208
| | |/ | |/|
* | | Unify fetch and receive ObjectChecker setupShawn Pearce2015-12-292-49/+36
* | | PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-299-62/+95
|/ /
* | Provide a root cause for aborted commandsAndrey Loskutov2015-12-292-1/+29
* | Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-284-2/+44
* | DirCacheEditor: Cleanup DeleteTree constructorShawn Pearce2015-12-281-4/+5
* | DirCacheEditor: Fix formatting to avoid , at start of lineShawn Pearce2015-12-281-3/+5
* | Merge "AddCommand: Avoid unnecessary string conversions"Shawn Pearce2015-12-281-11/+17
|\ \
| * | AddCommand: Avoid unnecessary string conversionsShawn Pearce2015-12-231-11/+17