Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | Prepare 4.3.0-SNAPSHOT builds | Matthias Sohn | 2 | -42/+42 |
2016-01-21 | Merge branch 'stable-4.2' | Matthias Sohn | 10 | -1370/+1440 |
2016-01-21 | BundleWriterTest: Open RevWalk in try-with-resource | David Pursehouse | 1 | -18/+20 |
2016-01-21 | DiffFormatterTest: Remove accidentally added trailing whitespace | David Pursehouse | 1 | -2/+2 |
2016-01-21 | CherryPickCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -191/+197 |
2016-01-21 | DiffFormatterTest: Create auto-closeable instances in try-with-resource | David Pursehouse | 1 | -78/+82 |
2016-01-21 | CommitAndLogCommandTest: Use assumeFalse to skip test on Windows | David Pursehouse | 1 | -2/+2 |
2016-01-21 | CommitAndLogCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -250/+256 |
2016-01-21 | Fix unused throws CorruptObjectException from addTree | Shawn Pearce | 2 | -4/+2 |
2016-01-21 | Merge changes from topic 'reftree' | Shawn Pearce | 2 | -0/+159 |
2016-01-21 | AddCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -306/+327 |
2016-01-21 | ArchiveCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -85/+89 |
2016-01-20 | Fix ResetCommand to return the resulting ref | Christian Halstrick | 1 | -21/+35 |
2016-01-20 | Add option to allow empty commits to CommitCommand | Christian Halstrick | 1 | -0/+31 |
2016-01-20 | TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource | David Pursehouse | 1 | -101/+115 |
2016-01-20 | BlameCommandTest: Instantiate Git objects in try-with-resource | David Pursehouse | 1 | -303/+305 |
2016-01-20 | SideBandOutputStreamTest: Use try-with-resource | David Pursehouse | 1 | -11/+16 |
2016-01-20 | FileTreeIteratorJava7Test: Create Git instances in try-with-resource | David Pursehouse | 1 | -32/+38 |
2016-01-20 | Merge "Remove declared IOException which is no longer thrown" | Matthias Sohn | 1 | -2/+1 |
2016-01-20 | Remove declared IOException which is no longer thrown | Matthias Sohn | 1 | -2/+1 |
2016-01-20 | Merge branch 'stable-4.2' | David Pursehouse | 9 | -128/+119 |
2016-01-19 | Merge "Transport: Implement AutoCloseable" | Shawn Pearce | 4 | -68/+44 |
2016-01-19 | Transport: Implement AutoCloseable | Shawn Pearce | 4 | -68/+44 |
2016-01-19 | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and | Andrey Loskutov | 5 | -474/+111 |
2016-01-19 | CheckoutCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -48/+49 |
2016-01-19 | BranchCommandTest: Create Git instances in try-with-resource | David Pursehouse | 1 | -33/+33 |
2016-01-19 | URIishTest: Use @Test annotation's `expected` argument | David Pursehouse | 1 | -36/+10 |
2016-01-19 | Suppress "The allocated object is never used" warning in tests | David Pursehouse | 6 | -0/+13 |
2016-01-19 | Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2 | Matthias Sohn | 2 | -2/+2 |
2016-01-19 | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2 | -2/+2 |
2016-01-15 | RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories | Shawn Pearce | 2 | -0/+148 |
2016-01-15 | RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs | Shawn Pearce | 1 | -0/+11 |
2016-01-15 | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"" | Shawn Pearce | 5 | -111/+474 |
2016-01-15 | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" | Shawn Pearce | 5 | -111/+474 |
2016-01-14 | RefUpdateTest: Use try-with-resource for auto-closable types | David Pursehouse | 1 | -10/+13 |
2016-01-14 | RefUpdateTest: Add null check to prevent potential NPE | David Pursehouse | 1 | -1/+1 |
2016-01-13 | PackWriter: Declare preparePack object sets as @NonNull | Shawn Pearce | 1 | -13/+10 |
2016-01-11 | FileRepository: Support extensions.refsBackendType = RefTree | Shawn Pearce | 1 | -1/+1 |
2016-01-11 | RefTreeDatabase: Ref database using refs/txn/committed | Shawn Pearce | 1 | -0/+685 |
2016-01-11 | Merge "RevCommit: Better support invalid encoding headers" | Shawn Pearce | 2 | -0/+124 |
2016-01-11 | RevCommit: Better support invalid encoding headers | Shawn Pearce | 2 | -0/+124 |
2016-01-09 | Remove deprecated Tree, TreeEntry, FileTreeEntry and friends | Shawn Pearce | 5 | -474/+111 |
2016-01-09 | Paths.pathCompare: Utility to sort paths from byte[] | Shawn Pearce | 3 | -1/+88 |
2016-01-09 | Add Paths utility class | Shawn Pearce | 1 | -0/+62 |
2016-01-07 | RefTree: Store references in a Git tree | Shawn Pearce | 2 | -0/+304 |
2016-01-03 | Merge changes Idaed9310,I62bd7c0b | Matthias Sohn | 1 | -879/+572 |
2016-01-02 | Fixed few locale dependent pgm tests | Andrey Loskutov | 1 | -0/+31 |
2016-01-01 | buck: set vm_args for tests | Shawn Pearce | 1 | -0/+1 |
2016-01-01 | Merge changes from topic 'add-df' | Shawn Pearce | 3 | -5/+203 |
2016-01-01 | buck: run tests | Shawn Pearce | 1 | -0/+94 |