451 Commits (stable-3.5)

Author SHA1 Message Date
  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 b34ea11720 Detect buffering failures while writing rebase todo file 9 years ago
  Robin Rosenberg 00c4a73fbc Windows: Hide the .git directory if hidedotfiles is set to non-false 10 years ago
  Robin Stocker ce312d8afb Strip "<", ">", and "\n" from name/email in UserConfig 9 years ago
  Robin Rosenberg a0752f71fc Fix minor spelling error in comment 9 years ago
  Dave Borowitz e1856dbf44 Add a method to ObjectInserter to read back inserted objects 11 years ago
  Robin Stocker f5494c186f Add isRebase to API of BranchConfig 9 years ago
  Robin Stocker 93530625cf Enhance BranchConfig API to expose branch.* options 9 years ago
  Konrad Kügler 48544e27ae Preserve merges during pull if configured to do so 10 years ago
  Konrad Kügler b9a0077062 Repository.writeMergeHeads to accept a list with subtypes of ObjectId 10 years ago
  Yuxuan 'fishy' Wang d998bc938a Handle the revision attribute in repo manifest. 10 years ago
  Robin Rosenberg 6605255d99 Add methods to Repository to handle remote names 10 years ago
  Shawn Pearce 94330d9cb5 Fix ObjectChecker when normalization is enabled 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Shawn Pearce 0aa682fc68 Check for duplicate names after folding case in ObjectChecker 10 years ago
  Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 10 years ago
  Shawn Pearce ed3879e389 Reject mixed case .git on Mac OS in ObjectChecker 10 years ago
  Shawn Pearce ba0f89b421 Reject special Windows device names in ObjectChecker 10 years ago
  Shawn Pearce 5019471ccb Allow an ObjectChecker to reject special characters for Windows 10 years ago
  Shawn Pearce 09f513cb37 Reject '.git' as a tree name in ObjectChecker 10 years ago
  Shawn Pearce 77cd1c8cdc Extract path segment check function in ObjectChecker 10 years ago
  Shawn Pearce 2f1bd3618d Permit ObjectChecker to optionally accept leading '0' in trees 10 years ago
  Marc Strapetz ea16c2afff Fix possible NPE in Repository.resolve 10 years ago
  Roberto Tyley 2b722815c9 Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls 10 years ago
  Konrad Kügler 420cb50cc2 Use fetch.prune and remote.<name>.prune to set prune mode when fetching 10 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Robin Rosenberg e03f18941f Ban dangerous ref names in Windows 10 years ago
  Robin Rosenberg 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 10 years ago
  Matthias Sohn b9a06212e1 Add missing @since tags 10 years ago
  Robin Rosenberg ed7e1eff07 Suppport the GIT_CONFIG_NOSYSTEM environment variable 10 years ago
  Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 10 years ago
  Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 10 years ago
  Robin Stocker 0ce61caefb Canonicalize worktree path in BaseRepositoryBuilder if set via config 10 years ago
  Matthias Sohn be7942f2ba Add missing @since tags for new public methods in Config 10 years ago
  Christian Halstrick ea04d2329d Don't use API exception in RebaseTodoLine 10 years ago
  Matthias Sohn 2e0d178855 Add recursive variant of Config.getNames() methods 10 years ago
  Stefan Lay f86a488e32 Implement rebase.autostash 10 years ago
  John Ross 99608f0b9a Fix broken symbolic links on Cygwin. 10 years ago
  Robin Stocker 53c8ac0c60 Mention null return in Javadoc of Config#getString 10 years ago
  Stefan Lay 4feace2b9e Fix parsing Rebase todo lines when commit message is missing 10 years ago
  Robin Stocker 04f19353fd Improve Javadoc for typeHint parameter 10 years ago
  Matthias Sohn 7cae388118 Add missing @since tags 10 years ago
  Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand 10 years ago
  Tobias Pfeifer baab84836a Parse commitId and shortMessage of a commented out line in rebase todo 11 years ago
  Christian Halstrick c3873b584f Enhance reading of git-rebase-todo formatted files 11 years ago
  Robin Stocker aa4bbc67b3 Use full branch name when getting ref in BranchTrackingStatus 10 years ago
  Roberto Tyley b4b3999f82 Fix BatchRefUpdate progress-monitoring so it doesn't count twice 11 years ago