1985 次代码提交 (f4dae204a6a2a1a85e8a90a5e89187f3415099e3)

作者 SHA1 备注 提交日期
  Robin Stocker f4dae204a6 Fix IgnoreRule#isMatch returning wrong result due to missing reset 10 年前
  Robin Stocker 7dc8a4f089 Fix exception on conflicts with recursive merge 10 年前
  John Ross 99608f0b9a Fix broken symbolic links on Cygwin. 10 年前
  Stefan Lay 591998c2d6 Do not allow non-ff-rebase if there are uncommitted changes 10 年前
  Christian Halstrick af40635aba Fix handling of file/folder conflicts during a checkout 10 年前
  Robin Stocker 53c8ac0c60 Mention null return in Javadoc of Config#getString 10 年前
  Stefan Lay dcd0dd4d9e Fix applying stash on other commit 10 年前
  Stefan Lay ec0d78d093 Use static factory methods instead of overloaded constructors 10 年前
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 10 年前
  Stefan Lay 8339a07e83 Fix FIXUP error for blank lines in interactive rebase 10 年前
  Stefan Lay 4feace2b9e Fix parsing Rebase todo lines when commit message is missing 10 年前
  Christian Halstrick 7dce16018e Add close() method to API 10 年前
  Robin Stocker 97b8115be4 Document that path parameters should use '/' as separator 10 年前
  Robin Stocker 04f19353fd Improve Javadoc for typeHint parameter 10 年前
  Colby Ranger f3b80f1a74 Do not update the ref hot bit when checking isIndexLoaded 10 年前
  Christian Halstrick 8da939221c Don't delete .idx file if .pack file can't be deleted 10 年前
  Matthias Sohn 7cae388118 Add missing @since tags 10 年前
  Stefan Lay 979e346711 Interactive Rebase: Do actions if there were conflicts 10 年前
  Stefan Lay 18069ffe8c Rebase interactive should finish if last step is edit 10 年前
  Stefan Lay cce2561e9f Add additional RebaseResult for editing commits 10 年前
  Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand 11 年前
  Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 10 年前
  Shawn Pearce 3bc289bcfe Remove unnecessary import of BaseConnection in MessageWriter 10 年前
  Tobias Pfeifer da9db6b20c Enable to prepare interactive rebase and then start it explicitly 11 年前
  Robin Rosenberg 98bc384d2b testMaliciousPathEmpty fails on Windows 10 年前
  Tobias Pfeifer baab84836a Parse commitId and shortMessage of a commented out line in rebase todo 11 年前
  Christian Halstrick c3873b584f Enhance reading of git-rebase-todo formatted files 11 年前
  Michael Nelson 9e9f00df9e Support extension of TransportHttp 10 年前
  Matthias Sohn 72c7618571 Add / fix @since tags 10 年前
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run 10 年前
  Matthias Sohn b15c617d0f Describe HEAD if no explicit target was set 10 年前
  Matthias Sohn 3c2c8b47ff Allow to set target of DescribeCommand 10 年前
  Colby Ranger 06ddee1c3f Fix ServiceMayNotContinueException constructors for Java 1.5 10 年前
  Colby Ranger a27529c822 Add constructors that take Throwable to ServiceMayNotContinueException. 10 年前
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 年前
  Stefan Lay c6aba99668 Fix order of commits in rebase todo file header 10 年前
  Kohsuke Kawaguchi f045a68a78 Added the git-describe implementation 11 年前
  Robin Rosenberg a065a06c2a Attempt to fix graph layout when new heads are introduced 11 年前
  Jonathan Nieder 8a51c4453d Do not close ArchiveOutputStream on error 10 年前
  Robin Stocker aa4bbc67b3 Use full branch name when getting ref in BranchTrackingStatus 10 年前
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum 10 年前
  Colby Ranger 7dc6c553c0 Remove unneeded packs when compacting with no new objects 10 年前
  Robin Stocker 02bd26e5a6 ResetCommand: Allow reset on unborn branch when ref not specified 11 年前
  Robin Stocker 52ab578cd7 Don't treat "/" as valid ignore pattern 10 年前
  Shawn Pearce aa8d5ac26c Remove unnecessary inflate stride in DfsBlock 10 年前
  Robin Stocker f68ffb48eb LogCommand: Remove outdated TODO and improve docs 11 年前
  Robin Rosenberg 99d981ce35 Update reflog like C Git during rebase (non-interactive) 11 年前
  Christian Halstrick bd57789735 Make sure checkout is not deleting folders outside the workingtree 12 年前
  Robin Stocker c128100800 Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter 11 年前
  Hiroshi Tomita 781b0b5735 Check parentFile is not null 11 年前