Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-09Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce10-112/+225
2016-01-09Add Paths utility classShawn Pearce2-0/+139
2016-01-08Merge changes from topic 'reftree'Shawn Pearce11-1/+1159
2016-01-07debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce4-0/+134
2016-01-07RefTree: Store references in a Git treeShawn Pearce7-1/+1025
2016-01-06Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov4-141/+231
2016-01-06branch command: print help if requested, even if arguments are wrongAndrey Loskutov3-4/+47
2016-01-06Added CLIText.fatalError(String) API for testsAndrey Loskutov6-16/+29
2016-01-06GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce1-2/+4
2016-01-06Merge "InMemoryRepository: Abort BatchRefUpdate if a command previously failed"Shawn Pearce1-0/+5
2016-01-06InMemoryRepository: Abort BatchRefUpdate if a command previously failedShawn Pearce1-0/+5
2016-01-06DFS: Allow other RefDatabase implementationsShawn Pearce3-9/+13
2016-01-03buck: Make :jgit_src target work in cross-cell environmentDavid Ostrovsky1-2/+3
2016-01-03Merge changes I487a30fb,I82a01b5fShawn Pearce5-3/+122
2016-01-03Merge "buck: set Bundle-Version for :jgit_bin"Shawn Pearce2-3/+37
2016-01-03buck: set Bundle-Version for :jgit_binShawn Pearce2-3/+37
2016-01-03Merge changes Idaed9310,I62bd7c0bMatthias Sohn10-1049/+1279
2016-01-02branch command: provide convenient and meaningful options helpAndrey Loskutov6-44/+330
2016-01-02Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2-24/+27
2016-01-02Fixed few locale dependent pgm testsAndrey Loskutov4-5/+75
2016-01-02Ensure all http tests are run and fix broken testsMatthias Sohn2-3/+8
2016-01-02buck: run http testsMatthias Sohn3-0/+114
2016-01-01buck: set vm_args for testsShawn Pearce2-0/+2
2016-01-01buck: pin to stable versionShawn Pearce1-0/+1
2016-01-01Merge changes from topic 'add-df'Shawn Pearce14-23/+638
2016-01-01Fix "remote: Counting objects: ..." formattingShawn Pearce1-6/+13
2016-01-01clone: display progress messagesShawn Pearce1-5/+16
2016-01-01buck: run testsShawn Pearce5-1/+160
2016-01-01buck: build standalone jgit binaryShawn Pearce5-0/+105
2015-12-31Implement Buck driven buildDavid Ostrovsky9-0/+212
2015-12-31Merge "Fix encoding problem from curl repostory on github"Shawn Pearce1-0/+1
2015-12-31Merge "Fix hanging fetch via SSH"Shawn Pearce1-5/+17
2015-12-31Fix encoding problem from curl repostory on githubEryk Szymanski1-0/+1
2015-12-30Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov10-29/+59
2015-12-30ObjectChecker: honor some git-core fsck.* optionsShawn Pearce7-202/+597
2015-12-30ObjectChecker: allow some objects to skip errorsShawn Pearce7-930/+765
2015-12-30Rename files using NIO2 atomic renameMatthias Sohn8-97/+112
2015-12-30ObjectChecker: use java.text.Normalizer directlyShawn Pearce1-55/+2
2015-12-30Merge changes I3db332bf,I614e7110,I37a4ccd6,I86b81e7f,Ic8b362e0, ...Shawn Pearce17-47/+437
2015-12-30Unify fetch and receive ObjectChecker setupShawn Pearce2-49/+36
2015-12-29PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce9-62/+95
2015-12-29DirCache: Do not create duplicate tree entriesShawn Pearce3-0/+200
2015-12-29DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce6-13/+246
2015-12-29AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce7-10/+192
2015-12-29Sort "eager" path-like options to the end of the helpAndrey Loskutov3-0/+51
2015-12-29reset command: provide convenient and meaningful options helpAndrey Loskutov3-10/+33
2015-12-29commit command: allow to specify path(s) argument(s)Andrey Loskutov2-1/+114
2015-12-29status command: consume more then one argument after --Andrey Loskutov1-2/+4
2015-12-29repo command: properly name the required 'path' argumentAndrey Loskutov2-1/+25
2015-12-29Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2-13/+2

Back to the top