3266 Commits (403f04d8dd744a6cc1c2a61540c34483b94c06b5)

Author SHA1 Message Date
Matthias Sohn 20f272a71c Prepare 4.2.0-SNAPSHOT builds 9 years ago
Shawn Pearce eadfcd3ec1 ReceiveCommand.abort(): Utility to mark batch of commands as failed 9 years ago
Shawn Pearce bbfca06d64 RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories 9 years ago
Shawn Pearce a290b822ab RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs 9 years ago
Shawn Pearce 2cc80187d3 Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" 9 years ago
David Pursehouse 1ed5382b37 CommitCommand: Remove redundant null check 9 years ago
Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull 9 years ago
Shawn Pearce 40051505d7 GC: Pack RefTrees in their own pack 9 years ago
Shawn Pearce 9e3d391953 Change to extensions.refsStorage 9 years ago
Shawn Pearce 398d8e877f RefTree: Change peel suffix to " ^" (space carrot) 9 years ago
Shawn Pearce 088c2fc6e3 FileRepository: Support extensions.refsBackendType = RefTree 9 years ago
Shawn Pearce 48e245fc60 RefTreeDatabase: Ref database using refs/txn/committed 9 years ago
Shawn Pearce 31d92ace5b RevCommit: Better support invalid encoding headers 9 years ago
Shawn Pearce 0f8743d4d7 Remove deprecated Tree, TreeEntry, FileTreeEntry and friends 9 years ago
Shawn Pearce 1243e25aad Paths.pathCompare: Utility to sort paths from byte[] 9 years ago
Shawn Pearce bace383507 Add Paths utility class 9 years ago
Shawn Pearce 73eb32be82 RefTree: Store references in a Git tree 9 years ago
Shawn Pearce 4c9eda17be InMemoryRepository: Abort BatchRefUpdate if a command previously failed 9 years ago
Shawn Pearce f0d634eed7 DFS: Allow other RefDatabase implementations 9 years ago
Shawn Pearce 09500165a8 Fix "remote: Counting objects: ..." formatting 9 years ago
David Ostrovsky 13502fef8f Implement Buck driven build 9 years ago
Eryk Szymanski 53c3bbe42f Fix encoding problem from curl repostory on github 9 years ago
Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 9 years ago
Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 9 years ago
Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename 9 years ago
Shawn Pearce e3acf01748 ObjectChecker: use java.text.Normalizer directly 9 years ago
Shawn Pearce 018a91b715 Unify fetch and receive ObjectChecker setup 9 years ago
Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 9 years ago
Shawn Pearce 683c41af92 DirCache: Do not create duplicate tree entries 9 years ago
Shawn Pearce b71ba69410 DirCacheEditor: Replace file-with-tree and tree-with-file 9 years ago
Shawn Pearce 3776b14ab4 AddCommand: Use NameConflictTreeWalk to identify file-dir changes 9 years ago
Andrey Loskutov 0505657d6a commit command: allow to specify path(s) argument(s) 9 years ago
Andrey Loskutov 241b50be31 Simplify development of commands: added main() to CLIGitCommand 9 years ago
Shawn Pearce ef757a7e12 DirCacheEditor: Cleanup DeleteTree constructor 9 years ago
Shawn Pearce 110d3ca595 DirCacheEditor: Fix formatting to avoid , at start of line 9 years ago
Shawn Pearce a94e517940 AddCommand: Avoid unnecessary string conversions 9 years ago
Shawn Pearce bb8627bd9b AddCommand: Cleanup conditional logic 9 years ago
Dmitry Neverov 9c71bf14b7 Close copy threads in case of errors 9 years ago
Yuxuan 'fishy' Wang d88695e412 Skip nested copyfiles in RepoCommand. 9 years ago
Andrey Loskutov 1aafa61958 Checkout should be able to override modified symbolic links 9 years ago
Shawn Pearce a38531b21c ProgressSpinner: Simple busy wait entertainment 9 years ago
James Kolb 3096a13340 Included cached deltas in delta packStatistics. 9 years ago
Matthias Sohn 6340c76d8b Fix InterruptTimer leak in BasePackConnection 9 years ago
Jonathan Nieder 75a0dcac18 Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree 9 years ago
Mike Gilbode 3e03907f65 Bug 484342: Support @ in username in SSH url. 9 years ago
Matthias Sohn 2647d024af Fix push with jgit pgm failing with "unauthorized" 9 years ago
Christian Halstrick 310e858f81 Fix possible arithmetic overflow when setting a timeout 9 years ago
Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 9 years ago
Matthias Sohn d2044aed4f JGit v4.2.0.201512141825-rc1 9 years ago
Shawn Pearce 4f8c993c49 push: Do not blindly overwrite peer 9 years ago