summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "AddCommand: Cleanup conditional logic"Christian Halstrick2015-12-281-49/+54
|\| |
| * | AddCommand: Cleanup conditional logicShawn Pearce2015-12-231-49/+54
* | | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-283-4/+53
* | | Close copy threads in case of errorsDmitry Neverov2015-12-241-1/+14
|/ /
* | Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-223-2/+60
* | Remove unused import 'org.apache.commons.codec.binary'RĂ¼diger Herrmann2015-12-181-2/+1
* | Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-173-9/+86
* | Merge "ProgressSpinner: Simple busy wait entertainment"Shawn Pearce2015-12-161-0/+149
|\ \
| * | ProgressSpinner: Simple busy wait entertainmentShawn Pearce2015-12-161-0/+149
* | | Included cached deltas in delta packStatistics.James Kolb2015-12-162-0/+36
* | | Merge changes Ib4d53bdd,I55bd512cJonathan Nieder2015-12-163-38/+125
|\ \ \
| * | | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-153-11/+45
| * | | Add tests for PathFilterGroup.SingleJonathan Nieder2015-12-151-33/+86
* | | | Merge "Fix InterruptTimer leak in BasePackConnection"Shawn Pearce2015-12-161-1/+3
|\ \ \ \
| * | | | Fix InterruptTimer leak in BasePackConnectionMatthias Sohn2015-12-161-1/+3
| |/ / /
* | | | Merge "Fix NPE in HttpSupport"Shawn Pearce2015-12-161-13/+14
|\ \ \ \