2273 Commits (121c957405d96b75e0e645717913d6c2786306c4)

Author SHA1 Message Date
David Pursehouse 2dbfe49a42 Add PushConfig class with PushRecurseSubmodulesMode 7 years ago
Thomas Wolf c27f36dfc7 Fix missing RefsChangedEvent when packed refs are used 7 years ago
Dave Borowitz bb09e09344 Add FetchCommand#setRefSpecs(String...) variant 7 years ago
Shawn Pearce e68a9b3ed8 ReceivePack: clear advertised .haves if application changes refs 7 years ago
David Pursehouse d6aec5da31 ObjectCheckerTest: Factor duplicate instances out to constants 7 years ago
David Pursehouse 17e849145c SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValue 7 years ago
Shawn Pearce d13dfac9dc dfs: write reftable from DfsGarbageCollector 7 years ago
Thomas Wolf 11c476346d Fix Daemon.stop() to actually stop the listener thread 7 years ago
Thomas Wolf 06ea633c18 Don't assume name = path in .gitmodules 7 years ago
Thomas Wolf c91c20f36f Fix some tests for running in bazel 7 years ago
Thomas Wolf c506f8d2dd Add dependency to jsch for OpenSshConfigTest to bazel build 7 years ago
Matthias Sohn e9fb111182 Cleanup: Organize imports 7 years ago
Matthias Sohn 41baa7a791 Partially revert c0ad77d8 "Enhance Eclipse save actions" 7 years ago
Matthias Sohn 9906f09868 Partially revert c0ad77d8 "Enhance Eclipse save actions" 7 years ago
Matthias Sohn c0ad77d84c Enhance Eclipse save actions 7 years ago
Masaya Suzuki fd74cf2f78 Add BlobObjectChecker 7 years ago
Thomas Wolf d031b64667 Exclude file matching: fix backtracking on match failures after ** 7 years ago
Thomas Wolf d80b999c76 Fix path pattern matching to work also for gitattributes 7 years ago
Thomas Wolf 08d4bef6b7 Add new tests for gitignore/gitattribute pattern matching 7 years ago
Matthias Sohn 7511bc886e Fix unthrown exception errors in CloneCommandTest 7 years ago
Matthias Sohn 960d7ff3e5 Prepare 4.5.4-SNAPSHOT builds 7 years ago
Thomas Wolf c758a8cd37 Do most %-token substitutions in OpenSshConfig 7 years ago
Thomas Wolf 9d2447063d Let Jsch know about ~/.ssh/config 7 years ago
Joan Goyeau 88e453995d Fix default directory set when setDirectory wasn't called. 7 years ago
Shawn Pearce 44a75d9ea8 reftable: explicitly store update_index per ref 7 years ago
David Pursehouse 904e9f8b73 Format BUILD files with buildifier 7 years ago
Shawn Pearce 0aae64ce74 reftable: resolve symbolic references 7 years ago
Shawn Pearce d48ac5bf01 reftable: compact merged tables 7 years ago
Shawn Pearce 77d8eead6d reftable: merge-join reftables 7 years ago
Shawn Pearce 7da2fe6be8 reftable: lookup by ObjectId unit tests 7 years ago
Shawn Pearce e8e8041e83 reftable: reflog unit tests 7 years ago
Shawn Pearce da5a27cd4e reftable: namespace unit tests 7 years ago
Shawn Pearce 9da26a5a1a reftable: bulk operation unit tests 7 years ago
Shawn Pearce b6e25e5d7e reftable: basic functionality unit tests 7 years ago
Matthias Sohn e21e2436d3 JGit v4.5.3.201708160445-r 7 years ago
Thomas Wolf b13a285098 Send a detailed event on working tree modifications 7 years ago
Christian Halstrick 1ed1e40387 Fix exception handling for opening bitmap index files 7 years ago
Thomas Wolf 37908321c0 Do not apply pushInsteadOf to existing pushUris 7 years ago
Thomas Wolf df3469f6ad Record submodule paths with untracked changes as FileMode.GITLINK 7 years ago
Thomas Wolf f5a2c77dc4 Fix handling of pushInsteadOf 7 years ago
Thomas Wolf b07db60908 Fix off-by-one error in Strings.count() 7 years ago
Shawn Pearce 53dd9a9e4b Rename extensions.refsStorage to refStorage 7 years ago
Thomas Wolf a489a8ae9a Ensure EOL stream type is DIRECT when -text attribute is present 7 years ago
Thomas Wolf 4bc539a814 Use relative paths for attribute rule matching 7 years ago
Shawn Pearce ed29dec1ea Expose LongMap in util package 7 years ago
Shawn Pearce 40c9c59e07 NB: encode and decode 24-bit ints 7 years ago
Matthias Sohn ba85764223 Remove unused import introduced in a551b64 7 years ago
Han-Wen Nienhuys a551b64694 Treat RawText of binary data as file with one single line. 7 years ago
Shawn Pearce 4a00f18e8e Use w1 for hashCode of AbbreviatedObjectId 7 years ago
Shawn Pearce 652a6b0334 IntList: support contains(int) 7 years ago