You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Thun a490afedba Add -o option to commit command 13 years ago
..
errors Convert all JGit unit tests to JUnit 4 13 years ago
AddCommand.java Remove empty iterator from TreeWalk 13 years ago
CheckoutCommand.java Fix NPE on checkout of remote tracking branch 13 years ago
CheckoutResult.java [findbugs] Make CheckoutResult constants final 13 years ago
CherryPickCommand.java Do not cherry-pick or revert commit more than once 13 years ago
CloneCommand.java Wrong constant used when configuring a repository 13 years ago
CommitCommand.java Add -o option to commit command 13 years ago
CreateBranchCommand.java CreateBranchCommand: Wrong existence check 13 years ago
DeleteBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
FetchCommand.java FetchCommand: do not set a null credentials provider 13 years ago
Git.java Add git-reset to the Git API 13 years ago
GitCommand.java Externalize strings from JGit 14 years ago
InitCommand.java Add InitCommand 13 years ago
ListBranchCommand.java Fix API ListBranchCommand for listmode 'all' 13 years ago
LogCommand.java Refactor Git API exceptions to a new package 14 years ago
MergeCommand.java MergeCommand should create missing branches 13 years ago
MergeResult.java Use entrySet() instead of keySet() 13 years ago
PullCommand.java Fix NullPointer when pulling from a deleted local branch 13 years ago
PullResult.java Make PullCommand work with Rebase 13 years ago
PushCommand.java PushCommand: do not set a null credentials provider 13 years ago
RebaseCommand.java Proper handling of rebase during pull 13 years ago
RebaseResult.java RebaseCommand: detect and handle fast-forward properly 13 years ago
RenameBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
ResetCommand.java Add git-reset to the Git API 13 years ago
RevertCommand.java Do not cherry-pick or revert commit more than once 13 years ago
RmCommand.java Add RmCommand to Git API 13 years ago
TagCommand.java Remove result id from CommitBuilder, TagBuilder 13 years ago