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.
Christian Halstrick 100e9429b5 Merge "Add DiffCommand to JGit API" 12 years ago
..
errors Make the supported Transports extensible and discoverable 13 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 Reuse ObjectReader for all objects touched during checkout 13 years ago
CheckoutResult.java [findbugs] Make CheckoutResult constants final 13 years ago
CherryPickCommand.java Add CHERRY_PICK_HEAD for cherry-pick conflicts 13 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 Correct comment on CloneCommand.setRemote method. 13 years ago
CommitCommand.java Add CHERRY_PICK_HEAD for cherry-pick conflicts 13 years ago
CreateBranchCommand.java Fixed creation of branch from a tag 13 years ago
DeleteBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
DiffCommand.java Add DiffCommand to JGit API 12 years ago
FetchCommand.java Make the supported Transports extensible and discoverable 13 years ago
Git.java Add DiffCommand 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
LogCommand.java Fix path filtering in LogCommand 13 years ago
LsRemoteCommand.java Add LsRemoteCommand to JGit API 13 years ago
MergeCommand.java Add "Conflicts" section to merge message on conflict 13 years ago
MergeResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 12 years ago
PullCommand.java Don't hard-code section names, use ConfigConstants instead 13 years ago
PullResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 12 years ago
PushCommand.java Add lookup to remote config if the refSpec is not explicitly set 13 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 Add ReflogCommand 13 years ago
RemoveNoteCommand.java Add NotesCommand to the JGit API 13 years ago
RenameBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
ResetCommand.java Add support for reseting on directories 13 years ago
RevertCommand.java RevertCommand: Add "." after reverted commit id 13 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 Add status command to GIT api 13 years ago
TagCommand.java Remove result id from CommitBuilder, TagBuilder 13 years ago