Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-12CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker1-0/+54
2012-11-01Add ReflogCommandTest#testAmendReflogTomasz Zarna1-0/+32
2012-11-01ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker1-0/+30
2012-11-01ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker1-0/+32
2012-10-25Suppress resource warnings with Java 7Robin Rosenberg1-1/+2
2012-10-22StashCreateCommand: Abort in case of unmerged pathsRobin Stocker1-0/+11
2012-10-07CommitCommand: Use original author on amend if author is not setRobin Stocker1-0/+44
2012-10-07CommitCommand: Don't allow amending on initial commitRobin Stocker1-0/+7
2012-10-02Fix unstable testRobin Rosenberg1-1/+1
2012-09-23Refuse to checkout unmerged paths from indexRobin Stocker1-0/+21
2012-09-15Use assertEquals instead of == for literal primitivesRobin Rosenberg4-10/+9
2012-09-15Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg1-1/+2
2012-09-03cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg3-11/+11
2012-09-03Merge "Add tests for more coverage of CheckoutCommand"Matthias Sohn1-0/+65
2012-09-03Add tests for more coverage of CheckoutCommandRobin Stocker1-0/+65
2012-09-01DirCacheCheckout: Fix handling of files not in indexRobin Stocker1-0/+32
2012-08-21Merge changes I4f73487b,I1d1ed122Matthias Sohn2-1/+3
2012-08-21The Git API's only likes /, not \ in pathsRobin Rosenberg1-1/+1
2012-08-21Skip a test that cannot be verified on WindowsRobin Rosenberg1-0/+2
2012-08-17Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker3-5/+44
2012-08-13Merge "Allow JGit to read C Git rebase state"Christian Halstrick1-2/+2
2012-08-07Allow JGit to read C Git rebase stateRobin Rosenberg1-2/+2
2012-08-06Allow detection of case insensitive file systemsMatthias Sohn2-0/+20
2012-08-06Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov1-0/+32
2012-07-16Make ApplyCommand create missing parent directories for new filesMarkus Duft1-0/+8
2012-07-08Create parent dir if necessary on checkoutRobin Stocker1-0/+15
2012-06-25Merge changes I6b2ce96b,I499f518fChristian Halstrick1-0/+45
2012-06-23Ignore empty lines when parsing git-rebase-todoRobin Stocker1-2/+25
2012-06-23Fix order of deletion for files/dirs in ResolveMergerRobin Stocker1-0/+45
2012-06-15Fix resource leaks due to unclosed repositoriesChristian Halstrick2-6/+18
2012-06-15Add "--squash" option to MergeCommandTomasz Zarna3-4/+262
2012-06-05Use working tree iterator to compare file modesKevin Sawicki1-0/+40
2012-05-31Update ORIG_HEAD when resettingKevin Sawicki2-1/+6
2012-05-30Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg12-118/+80
2012-05-28Update smudged entries when writing indexKevin Sawicki3-0/+188
2012-05-23Ensure resetting on commit idDariusz Luksza1-0/+20
2012-05-09Make output stream optional in DiffCommandKevin Sawicki1-0/+19
2012-04-18Enable large file supportRobin Rosenberg1-0/+236
2012-04-06Merge "Fix broken TagCommand API"Robin Rosenberg4-35/+40
2012-04-05Merge "Handle content length in WorkingTreeIterator"Robin Rosenberg1-38/+30
2012-04-05Fix broken TagCommand APIRobin Rosenberg4-35/+40
2012-04-02Recurse into cloned submodulesKevin Sawicki1-0/+87
2012-03-26Handle content length in WorkingTreeIteratorRobin Rosenberg1-38/+30
2012-03-21Add command support for dropping a stashed commitKevin Sawicki1-0/+298
2012-03-21Copy all branch configuration values when renamingKevin Sawicki1-0/+172
2012-03-18LogCommand#setMaxCount affects all commitsTomasz Zarna1-4/+32
2012-03-15Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce1-30/+1
2012-03-14Only unstash files changed when originally stashedKevin Sawicki1-0/+110
2012-03-10Keep submodules in index that are missing in working directoryKevin Sawicki1-0/+37
2012-03-09Fix rebase > continue when nothing left to commit.Markus Duft1-2/+58

Back to the top