1810 Commits (bd1a82502680b5de5bf86f6c4470185fd1602386)

Author SHA1 Message Date
David Pursehouse 25b14084c9 ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardown 8 years ago
David Pursehouse 883856110c RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-r 8 years ago
David Pursehouse a9a3af4af7 GitConstructionTest: Remove unnecessary calls to Repository.close() 8 years ago
Matthias Sohn a4feeb0194 Don't rely on default locale when using toUpperCase() and toLowerCase() 8 years ago
Thirumala Reddy Mutchukota c9f55032a2 Record the estimated size of the pack files. 8 years ago
David Turner 8bec98cec0 gc: loosen unreferenced objects 8 years ago
James Melvin 91132bb05e gc: Add options to preserve and prune old pack files 8 years ago
Wim Jongman b667c182cb Normalizer creating a valid branch name from a string 8 years ago
Thomas Wolf 46af7192a2 Fix StashApplyCommand for stashes containing untracked changes. 8 years ago
Marc Strapetz 1c4b3f8c45 Fix possible InvalidObjectIdException in ObjectDirectory 8 years ago
Shawn Pearce db77610256 Pack refs/tags/ with refs/heads/ 8 years ago
Matthias Sohn fc6f02cdba [findBugs] Fix potential NPE in ObjectDirectoryTest 8 years ago
Matthias Sohn a85979c8b2 [findBugs] Fix potential NPE in GcPackRefsTest 8 years ago
Matthias Sohn 48b772bec1 [findBugs] Fix potential NPE in DirCacheCheckoutTest 8 years ago
James Melvin d980a3fa85 Fix keep pack filename 8 years ago
Christian Halstrick 11d24e6844 Fix FileSnapshot.isModified 8 years ago
Christian Halstrick 930cd43553 Fix merge-base calculation 8 years ago
Shawn Pearce 8208da2f59 Deprecate SafeBufferedOutputStream 8 years ago
David Pursehouse a45cfee7a3 Organize imports 8 years ago
Shawn Pearce 1c70dd6d21 Add {get,set}GitwebDescription to Repository 8 years ago
Philipp Marx 8adbfe4da6 Check that DfsBlockCache#blockSize is a power of 2 8 years ago
Matthias Sohn f8ac03459a Fix loop in auto gc 8 years ago
Kevin Corcoran fa0a93119c Make streamFileThreshold configurable 8 years ago
David Turner e346873511 TreeFormatter: disallow empty filenames in trees 8 years ago
David Pursehouse a5dde985a0 DiffCommandTest: Don't call toString on String instances 8 years ago
David Pursehouse 9a7d28019a FileNameMatcherTest: Use Character.valueOf rather than new Character 8 years ago
David Pursehouse c0433f4fb7 Use valueOf rather than constructor for Integer and Boolean 8 years ago
Hugo Arès 5a1e147eaa Fix eviction of repositories with negative usage count 8 years ago
Thomas Wolf 26832a00e4 Fix symlink content comparison on MacOS in tree walk 8 years ago
Christian Halstrick 83e43f7960 Fix CheckoutCommand to return updated files even on NONDELETED status 8 years ago
Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 8 years ago
Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8 years ago
Christian Halstrick 45ee55d0d9 Add built-in LFS clean filter 8 years ago
Christian Halstrick d97248467a Add support for built-in smudge filters 8 years ago
Christian Halstrick b5bec73715 Add support for built-in clean filters 8 years ago
Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 8 years ago
Andrey Loskutov 619329c84e Ignore trailing spaces in directory rule patterns 8 years ago
Martin Goellnitz 57a263f182 Add support for post-commit hooks 8 years ago
Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 8 years ago
Matthias Sohn a4508f994a Rename FSJava7Test to FSTest 8 years ago
Shawn Pearce c2e2326a43 ReceivePack: refactor push option parsing 8 years ago
Stefan Beller 36cf4fe580 Fix push option initalization on HTTP 8 years ago
Masaya Suzuki 1227165e27 Clarify the semantics of DfsRefDatabase#compareAndPut 8 years ago
Dave Borowitz 649ad06586 NoteMapTest: Add missing @Test annotations 8 years ago
Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 8 years ago
Matthias Sohn 13f0db25f2 Enhance ResetCommand to allow disabling reflog update 8 years ago
Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 8 years ago
Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 8 years ago
Terry Parker 7edf05530d Shallow fetch: avoid sending unneeded blobs 8 years ago
Terry Parker 9843489cb8 PackWriterTest: Improve readability 8 years ago