Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge "buck: set Bundle-Version for :jgit_bin" | Shawn Pearce | 2016-01-03 | 2 | -3/+37 | |
| |\ \ \ | ||||||
| | * | | | buck: set Bundle-Version for :jgit_bin | Shawn Pearce | 2016-01-03 | 2 | -3/+37 | |
| * | | | | Merge changes Idaed9310,I62bd7c0b | Matthias Sohn | 2016-01-03 | 10 | -1049/+1279 | |
| |\ \ \ \ | ||||||
| | * | | | | ObjectChecker: honor some git-core fsck.* options | Shawn Pearce | 2015-12-30 | 7 | -202/+597 | |
| | * | | | | ObjectChecker: allow some objects to skip errors | Shawn Pearce | 2015-12-30 | 7 | -930/+765 | |
| * | | | | | branch command: provide convenient and meaningful options help | Andrey Loskutov | 2016-01-02 | 6 | -44/+330 | |
| * | | | | | Simplify pgm tests: allow varargs and trim output for toString() | Andrey Loskutov | 2016-01-02 | 2 | -24/+27 | |
| * | | | | | Fixed few locale dependent pgm tests | Andrey Loskutov | 2016-01-02 | 4 | -5/+75 | |
| | |/ / / | |/| | | | ||||||
| * | | | | buck: set vm_args for tests | Shawn Pearce | 2016-01-01 | 2 | -0/+2 | |
| * | | | | buck: pin to stable version | Shawn Pearce | 2016-01-01 | 1 | -0/+1 | |
| * | | | | Merge changes from topic 'add-df' | Shawn Pearce | 2016-01-01 | 14 | -23/+638 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | DirCache: Do not create duplicate tree entries | Shawn Pearce | 2015-12-29 | 3 | -0/+200 | |
| | * | | | DirCacheEditor: Replace file-with-tree and tree-with-file | Shawn Pearce | 2015-12-29 | 6 | -13/+246 | |
| | * | | | AddCommand: Use NameConflictTreeWalk to identify file-dir changes | Shawn Pearce | 2015-12-29 | 7 | -10/+192 | |
| * | | | | Fix "remote: Counting objects: ..." formatting | Shawn Pearce | 2015-12-31 | 1 | -6/+13 | |
| * | | | | clone: display progress messages | Shawn Pearce | 2015-12-31 | 1 | -5/+16 | |
| * | | | | buck: run tests | Shawn Pearce | 2015-12-31 | 5 | -1/+160 | |
| * | | | | buck: build standalone jgit binary | Shawn Pearce | 2015-12-31 | 5 | -0/+105 | |
| * | | | | Implement Buck driven build | David Ostrovsky | 2015-12-31 | 9 | -0/+212 | |
| * | | | | Merge "Fix encoding problem from curl repostory on github" | Shawn Pearce | 2015-12-30 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix encoding problem from curl repostory on github | Eryk Szymanski | 2015-12-30 | 1 | -0/+1 | |
| * | | | | | Merge "Fix hanging fetch via SSH" | Shawn Pearce | 2015-12-30 | 1 | -5/+17 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Fix hanging fetch via SSH | Dmitry Neverov | 2015-08-24 | 1 | -5/+17 | |
| * | | | | | Make sure tests don't blindly continue if a command is "silently" failed | Andrey Loskutov | 2015-12-31 | 10 | -29/+59 | |
| * | | | | | Rename files using NIO2 atomic rename | Matthias Sohn | 2015-12-30 | 8 | -97/+112 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | ObjectChecker: use java.text.Normalizer directly | Shawn Pearce | 2015-12-30 | 1 | -55/+2 | |
| * | | | | Merge changes I3db332bf,I614e7110,I37a4ccd6,I86b81e7f,Ic8b362e0, ... | Shawn Pearce | 2015-12-30 | 17 | -47/+437 | |
| |\ \ \ \ | ||||||
| | * | | | | Sort "eager" path-like options to the end of the help | Andrey Loskutov | 2015-12-29 | 3 | -0/+51 | |
| | * | | | | reset command: provide convenient and meaningful options help | Andrey Loskutov | 2015-12-29 | 3 | -10/+33 | |
| | * | | | | commit command: allow to specify path(s) argument(s) | Andrey Loskutov | 2015-12-29 | 2 | -1/+114 | |
| | * | | | | status command: consume more then one argument after -- | Andrey Loskutov | 2015-12-29 | 1 | -2/+4 | |
| | * | | | | repo command: properly name the required 'path' argument | Andrey Loskutov | 2015-12-29 | 2 | -1/+25 | |
| | * | | | | Un-ignored existing CLI tests which run just fine on Java 7+ | Andrey Loskutov | 2015-12-29 | 2 | -13/+2 | |
| | * | | | | Don't treat command termination due '-h' option as a fatal error | Andrey Loskutov | 2015-12-29 | 6 | -20/+208 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Unify fetch and receive ObjectChecker setup | Shawn Pearce | 2015-12-29 | 2 | -49/+36 | |
| * | | | | PackWriter: use lib.ObjectIdSet to avoid wrapper | Shawn Pearce | 2015-12-29 | 9 | -62/+95 | |
| |/ / / | ||||||
| * | | | Provide a root cause for aborted commands | Andrey Loskutov | 2015-12-29 | 2 | -1/+29 | |
| * | | | Simplify development of commands: added main() to CLIGitCommand | Andrey Loskutov | 2015-12-28 | 4 | -2/+44 | |
| * | | | DirCacheEditor: Cleanup DeleteTree constructor | Shawn Pearce | 2015-12-28 | 1 | -4/+5 | |
| * | | | DirCacheEditor: Fix formatting to avoid , at start of line | Shawn Pearce | 2015-12-28 | 1 | -3/+5 | |
| * | | | Merge "AddCommand: Avoid unnecessary string conversions" | Shawn Pearce | 2015-12-28 | 1 | -11/+17 | |
| |\ \ \ | ||||||
| | * | | | AddCommand: Avoid unnecessary string conversions | Shawn Pearce | 2015-12-23 | 1 | -11/+17 | |
| * | | | | Merge "AddCommand: Cleanup conditional logic" | Christian Halstrick | 2015-12-28 | 1 | -49/+54 | |
| |\| | | | ||||||
| | * | | | AddCommand: Cleanup conditional logic | Shawn Pearce | 2015-12-23 | 1 | -49/+54 | |
| * | | | | Allow checkout paths without specifying branch name | Andrey Loskutov | 2015-12-28 | 3 | -4/+53 | |
| * | | | | Close copy threads in case of errors | Dmitry Neverov | 2015-12-24 | 1 | -1/+14 | |
| |/ / / | ||||||
| * | | | Skip nested copyfiles in RepoCommand. | Yuxuan 'fishy' Wang | 2015-12-22 | 3 | -2/+60 | |
| * | | | Remove unused import 'org.apache.commons.codec.binary' | RĂ¼diger Herrmann | 2015-12-18 | 1 | -2/+1 | |
| * | | | Checkout should be able to override modified symbolic links | Andrey Loskutov | 2015-12-17 | 3 | -9/+86 | |
| * | | | Merge "ProgressSpinner: Simple busy wait entertainment" | Shawn Pearce | 2015-12-16 | 1 | -0/+149 | |
| |\ \ \ |