1140 Commits (ccad3c7df666ce83043a1e414cda613e6bfc5929)

Author SHA1 Message Date
Roberto Tyley 2b722815c9 Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls 11 years ago
Roberto Tyley 47f47ffc07 Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors 11 years ago
Robin Rosenberg 14cd43e6df Use fileAttributes to get more attributes in one go 11 years ago
Robin Stocker 2852b6a07d Fix RevWalkUtils.findBranchesReachableFrom not finding some branches 11 years ago
Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
Robin Rosenberg ff83f54d29 Failing to delete a directory with untracked content is actually ok 11 years ago
Robin Rosenberg e03f18941f Ban dangerous ref names in Windows 11 years ago
Robin Rosenberg 871ee53b52 Reset internal state canonical length in WorkingTreeIterator when moving 11 years ago
Robin Rosenberg 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 11 years ago
Matthias Sohn 75b31767c4 Do not report ignored directories as untracked 11 years ago
SATO taichi 2f425cf30c Add git checkout --orphan implementation 11 years ago
Stefan Lay 3db6e05e52 Fix fast forward rebase with rebase.autostash=true 11 years ago
Robin Stocker c096b42e3e Add setContains to ListBranchCommand (branch --contains) 11 years ago
Colby Ranger ce5fd525be Upgrade javaewah to version 0.7.9 11 years ago
Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 11 years ago
Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 11 years ago
Christian Halstrick ea04d2329d Don't use API exception in RebaseTodoLine 11 years ago
Stefan Lay e90438c0e8 Fix aborting rebase with detached head 11 years ago
Matthias Sohn 2e0d178855 Add recursive variant of Config.getNames() methods 11 years ago
Stefan Lay f86a488e32 Implement rebase.autostash 11 years ago
Robin Stocker e0502ebb03 More helpful InvalidPathException messages (include reason) 11 years ago
Robin Stocker f4dae204a6 Fix IgnoreRule#isMatch returning wrong result due to missing reset 11 years ago
Robin Stocker 7dc8a4f089 Fix exception on conflicts with recursive merge 11 years ago
Stefan Lay 591998c2d6 Do not allow non-ff-rebase if there are uncommitted changes 11 years ago
Christian Halstrick af40635aba Fix handling of file/folder conflicts during a checkout 11 years ago
Stefan Lay dcd0dd4d9e Fix applying stash on other commit 11 years ago
Shawn Pearce 53616a85ef Break up GCTest to run in parallel 11 years ago
Shawn Pearce 531d577658 Modify T0004_PackReaderTest to use existing pack 11 years ago
Shawn Pearce d54d19740a Move SampleDataRepositoryTestCase to org.eclipse.jgit.test 11 years ago
Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 11 years ago
Stefan Lay 8339a07e83 Fix FIXUP error for blank lines in interactive rebase 11 years ago
Stefan Lay 4feace2b9e Fix parsing Rebase todo lines when commit message is missing 11 years ago
Christian Halstrick 7dce16018e Add close() method to API 11 years ago
Christian Halstrick 8da939221c Don't delete .idx file if .pack file can't be deleted 11 years ago
Matthias Sohn f1c086f692 [findBugs] Remove nonsense call 11 years ago
Matthias Sohn 1ec72e9a1c Remove unnecessary @SuppressWarnings("null") 11 years ago
Stefan Lay 979e346711 Interactive Rebase: Do actions if there were conflicts 11 years ago
Stefan Lay 18069ffe8c Rebase interactive should finish if last step is edit 11 years ago
Stefan Lay cce2561e9f Add additional RebaseResult for editing commits 11 years ago
Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand 11 years ago
Matthias Sohn 35331a916a Also use MockSystemReader in GitDateParserBadlyFormattedTest 11 years ago
Shawn Pearce 75cfa03e16 Use absolute paths for file:// URIs in tests 11 years ago
Shawn Pearce 1c4216e4bc Move repeat() to utility class for tests 11 years ago
Shawn Pearce cc3ec72734 Remove hardcoded target/trash from test cases 11 years ago
Shawn Pearce e59b324095 Remove dependency on StatusCommandTest 11 years ago
Shawn Pearce 5f9656c404 Remove dependency on DiffFormatterReflowTest 11 years ago
Robin Rosenberg 98bc384d2b testMaliciousPathEmpty fails on Windows 11 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 09711a4bb9 Make sure SystemReader is reset after test is run 11 years ago