2555 Commits (d7a44736ce461ee7c7a5cf30cb9c705ebeb2c800)

Author SHA1 Message Date
  David Pletcher cc8c270c9b Allow public access to PackIndex 9 years ago
  Laurent Delaigue efeb02bf2b Support for the commit-msg hook. 9 years ago
  Laurent Delaigue 26fd56f167 Refactored pre-commit hook to make it less invasive. 9 years ago
  Dave Borowitz 12a55c3475 Add an in-process pack transport for use in tests 9 years ago
  Dave Borowitz 900d7da8ab Extract classes for transport within a JGit process 9 years ago
  Matthias Sohn 360071d75d Add missing since tags for new API 9 years ago
  Matthias Sohn 102c50e177 Add/fix since tags for new API for push certificates 9 years ago
  Matthias Sohn a8fd029a93 Read user.name and email from environment first 9 years ago
  Stefan Beller b9725a54fd Port push certificates 9 years ago
  David Ostrovsky c0c4c6f09a ArchiveCommand: Allow to pass options to underlying stream 9 years ago
  Matthias Sohn 57644f23a1 Provide more details in exceptions thrown when packfile is invalid 9 years ago
  Matthias Sohn c18694e0d1 Use slf4j to log instead of printing to System.err 9 years ago
  Matthias Sohn 77030a5e94 Implement AutoClosable interface on classes that used release() 9 years ago
  Matthias Sohn 27ae8bc655 Implement AutoClosable interface to support try-with-resources block 9 years ago
  Laurent Goubet 494e893c54 Support for the pre-commit hook 9 years ago
  Laurent Goubet 6aed51e3ce Introduce hook support into the FS implementations 9 years ago
  Matthias Sohn f5936405a3 If a pack isn't found on disk remove it from pack list 9 years ago
  Dave Borowitz 23ad3a3763 Add BatchRefUpdate#toString() 9 years ago
  Dave Borowitz d612468c5c InMemoryRepository: Ensure new ref targets exist in the repo 9 years ago
  Christian Halstrick 3d17be85ba Handle invalid tree extensions 9 years ago
  Matthias Sohn 83d7ea1988 Document that repo returned by SubmoduleAddCommand needs to be closed 9 years ago
  Matthias Sohn 9ffe6deced Silence non-externalized string warnings in RepoCommand 9 years ago
  Matthias Sohn 3623aa0c54 Document that Git instance returned by CloneCommand needs to be closed 9 years ago
  Matthias Sohn 1a729bec9c Ensure GitCommand's "callable" guard is thread-safe 9 years ago
  Matthias Sohn 27ee334213 Don't remove pack from pack list for problems which could be transient 9 years ago
  Frank Wagner e09e7c064e Fix RawText.getLineDelimiter() for empty first line 9 years ago
  Matthias Sohn 9b86ebb4f6 Log reason for ignoring pack when IOException occurred 9 years ago
  Stefan Beller 7fafd37298 Update atomic constant 9 years ago
  Arthur Daussy c185484dcf Add basic support for .gitattributes 11 years ago
  Andrey Loskutov 428d31efd3 AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline 9 years ago
  Rüdiger Herrmann a4c2c8a3ee Trim author/committer name and email in commit header 9 years ago
  Marc Strapetz 1cb5668441 Rename detection should canonicalize line endings 9 years ago
  Andrey Loskutov c053900c5b PathMatcher should respect "assumeDirectory" flag 9 years ago
  Christian Halstrick 3226e35db8 Fix junit tests under windows when the platform is explicitly changed 9 years ago
  Matthias Sohn d476d2f729 ObjectChecker: Disallow names potentially mapping to ".git" on HFS+ 9 years ago
  Christian Halstrick a09b1b6c3d ObjectChecker: Disallow Windows shortname "GIT~1" 9 years ago
  Shawn Pearce 10310bf8ef ObjectChecker: Disallow ".git." and ".git<space>" 9 years ago
  Shawn Pearce 07612a610f Always ignore case when forbidding .git in ObjectChecker 9 years ago
  Shawn Pearce 8d36fa343c DirCache: Refuse to read files with invalid paths 9 years ago
  Shawn Pearce d547d0c44b DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath 9 years ago
  Christian Halstrick 53ff052998 Support the new repository layout for submodules 9 years ago
  Christian Halstrick 6e05d98cce Allow explicit configuration of git directory in CloneCommand 9 years ago
  Christian Halstrick 03e860a7b7 Allow explicit configuration of git directory in InitCommand 9 years ago
  Christian Halstrick da595f093e Fix tests on windows by closing repos 9 years ago
  Christian Halstrick 1a054f1229 RepoCommand should close opened repos 9 years ago
  Matthias Sohn a24a99a13d Prevent NPE if ref can't be resolved when executing ReflogCommand 9 years ago
  Matthias Sohn 59c4ea042c Fix DirCacheCheckout to set correct file length if core.autocrlf=true 9 years ago
  Robin Stocker 47927ac95e CheckoutCommand: Fix checking out ours/theirs when no base stage exists 9 years ago
  Matthias Sohn efb91ee2d1 Implement FileSnapshot.toString() to help debugging 9 years ago
  Christian Halstrick 1b9130e8db Make sure modifications to config-param trustFolderStat are detected 9 years ago