1860 Commits (c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e)

Author SHA1 Message Date
Shawn Pearce 3d8e6b1e16 Support atomic push in JGit client 9 years ago
Shawn Pearce b0eb744604 Delay locating .gitattributes until requested 9 years ago
Shawn Pearce 761814fe9c DirCacheEntry: Speed up creation by avoiding string cast 9 years ago
Christian Halstrick bd31555ee5 Add support for smudge filters 9 years ago
Christian Halstrick 5d9f595eb8 Add support for clean filters 9 years ago
Ivan Motsch 75697adc5a Add the new class Attributes holding multiple Attribute(s) 9 years ago
Christian Halstrick adbe900683 Fix unit tests on Windows 9 years ago
Christian Halstrick 5c8f2d8feb Fix HookTest when running on Win32_Cygwin 9 years ago
Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
Christian Halstrick 18af2d4265 Let FS_Win32_Cygwin detect symlink support by creating temporary symlink 9 years ago
Matthias Sohn fe85311b3a Avoid UnknownHostException in WalkEncryptionTest 9 years ago
Jonathan Nieder 1e47c7058d RefDirectory.getRef: Treat fake missing symrefs like real ones 9 years ago
Christian Halstrick 69cd6f5864 Introduce FS.execute() to execute a command defined by a ProcessBuilder 9 years ago
Arthur Daussy 12280c02db Adds the git attributes computation on the treewalk 9 years ago
Rüdiger Herrmann e18444de30 Fix MissingObjectException in RenameDetector 9 years ago
Jonathan Nieder 797f94d331 RefDirectory.exactRef: Do not ignore symrefs to unborn branch 9 years ago
Matthias Sohn 7ee184acfa Fix imports in DfsInserterTest 9 years ago
Mike Williams c4d73fb7cc Insert duplicate objects to prevent race during garbage collection. 9 years ago
Christian Halstrick edc4daf2e8 Add support for pre-push hooks 9 years ago
Christian Halstrick 67a77d402a Enhance FS.runProcess() to support stdin-redirection and binary data 9 years ago
Terry Parker eb24ed7d5e Bitmap generation: Add a test of ordering commits by "chains" 9 years ago
Terry Parker 80c7884ea6 Expose bitmap selection parameters via PackConfig 9 years ago
Terry Parker 320a4142ad Update bitmap selection throttling to fully span active branches. 9 years ago
Marc Strapetz d29b2b6762 Refspec: loosen restrictions on wildcard "*" 9 years ago
Marc Strapetz 6c424d320c WalkEncryptionTest: get rid of Log4J dependency 9 years ago
Terry Parker 069040ddad Push control of time into MockSystemReader 9 years ago
Andrei Pozolotin 504e23b7a5 Adding JGitV1 and JGitV2 Walk Encryption 9 years ago
Andrei Pozolotin 81810aff29 Adding AES Walk Encryption support in http://www.jets3t.org/ mode 9 years ago
Andrey Loskutov fd060943da Test stability: add fsTick() to avoid random testPruneNone() failures 9 years ago
Andrey Loskutov eec37d2334 Fixed jgit test failures on Windows 9 years ago
Andrey Loskutov a406ebf401 Delete non empty directories before checkout a path 9 years ago
Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 9 years ago
Christian Halstrick 227b78f087 Add utility method allowing to check for empty folders in workdir 9 years ago
Stefan Beller cdd7c23446 RepoCommand: Add setRecordRemoteBranch option to record upstream branch 9 years ago
Andrey Loskutov 1a2b4e246d [ignore rules] fix for handling unmatched '[' brackets 9 years ago
Andrey Loskutov 1abd51d953 [ignore rules] fix for backslash handling 9 years ago
Andrey Loskutov 4b7daecf4a [ignore rules] Fix for character group matcher 9 years ago
Jacob Keller a28ba3f2c7 Show submodule difference as a hunk 9 years ago
Andrey Loskutov 97ef1fe893 Properly support special regex characters in ignore rules 9 years ago
Hugo Arès 79974e20cc Remove unneeded @SuppressWarnings("boxing") 9 years ago
Christian Halstrick f4596284a0 Fix endless loop in ObjectChecker for MacOS 9 years ago
Hugo Arès 6f3684d7c9 Fix integer boxing eclipse warning 9 years ago
Patrick Steinhardt 9b1deadcb4 URIish: fall back to host as humanish name 9 years ago
Dave Borowitz 45e9e28ad9 PushCertificateStore: Don't add no-op command to batch 9 years ago
Matthias Sohn 548ba66a37 Use NIO2 to implement FileUtils.rename() and expose options 9 years ago
Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 9 years ago
Andrey Loskutov a28ae3995f containsGitModulesFile() should not crash on bare repository 9 years ago
Dave Borowitz 94812ef1e9 PushCertificate: Omit null pushee from text representation 9 years ago
Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders 9 years ago
Andrey Loskutov 4e7639bb65 Don't keep empty ignore rules in the ignore node list 9 years ago