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.
Kevin Sawicki 52507ee2e7 Expose unmerged paths when revert fails 12 years ago
..
errors Throw API exception when MergeCommand hits checkout conflicts 12 years ago
AddCommand.java Remove empty iterator from TreeWalk 13 years ago
AddNoteCommand.java Add NotesCommand to the JGit API 13 years ago
BlameCommand.java blame: Compute the origin of lines in a result file 13 years ago
CheckoutCommand.java Fix status in index entries after checkout of paths 12 years ago
CheckoutResult.java [findbugs] Make CheckoutResult constants final 13 years ago
CherryPickCommand.java Fix the reflog prefix for cherry-pick, revert and merge commands 12 years ago
CherryPickResult.java [findbugs] Make mutable static field final 13 years ago
CleanCommand.java CleanCommand: add the ability to do a dry run 13 years ago
CloneCommand.java Always checkout master when it matches the advertised HEAD 12 years ago
CommitCommand.java Fix the reflog prefix for cherry-pick, revert and merge commands 12 years ago
CreateBranchCommand.java Use JGitText.refAlreadyExists instead of "ref exists" 12 years ago
DeleteBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
DeleteTagCommand.java Add DeleteTagCommand to JGit API 12 years ago
DiffCommand.java Add DiffCommand to JGit API 12 years ago
FetchCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
Git.java Add ListTagCommand to JGit API 12 years ago
GitCommand.java Externalize strings from JGit 14 years ago
InitCommand.java Allow InitCommand to run on existing git repos 13 years ago
ListBranchCommand.java Fix API ListBranchCommand for listmode 'all' 13 years ago
ListNotesCommand.java Add NotesCommand to the JGit API 13 years ago
ListTagCommand.java Add ListTagCommand to JGit API 12 years ago
LogCommand.java Support adding all refs to LogCommand 12 years ago
LsRemoteCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
MergeCommand.java Throw API exception when MergeCommand hits checkout conflicts 12 years ago
MergeResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 12 years ago
PullCommand.java Guard against null branch in PullCommand 12 years ago
PullResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 12 years ago
PushCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
RebaseCommand.java Remove rebase temporary files on checkout failure 13 years ago
RebaseResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 12 years ago
ReflogCommand.java Use HEAD as default ref for RefLogCommand. 12 years ago
RemoveNoteCommand.java Add NotesCommand to the JGit API 13 years ago
RenameBranchCommand.java Use JGitText.refAlreadyExists instead of "ref exists" 12 years ago
ResetCommand.java Throw JGit exception when ResetCommand got wrong ref 12 years ago
RevertCommand.java Expose unmerged paths when revert fails 12 years ago
RmCommand.java Add RmCommand to Git API 13 years ago
ShowNoteCommand.java Add NotesCommand to the JGit API 13 years ago
Status.java Add getConflicting() method in Status API 13 years ago
StatusCommand.java Remove TODO for generated constructor. 12 years ago
TagCommand.java Remove result id from CommitBuilder, TagBuilder 13 years ago
TransportCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
TransportConfigCallback.java Enable full Transport configuration for JGit API commands 12 years ago