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 3d15298011 Add helper for determining if status is clean 12 years ago
..
errors Merge branch 'stable-1.2' 12 years ago
AddCommand.java Add comand support for git-submodule 12 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 Add commit id and parent count to exception message 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 Add support for cloning submodules to CloneCommand 12 years ago
CommitCommand.java Set expected old object id to all zeros when head id is null 12 years ago
CreateBranchCommand.java Use JGitText.refAlreadyExists instead of "ref exists" 13 years ago
DeleteBranchCommand.java Reduce calls to Repository.getConfig 13 years ago
DeleteTagCommand.java Add DeleteTagCommand to JGit API 13 years ago
DiffCommand.java DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called first 12 years ago
FetchCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
Git.java Add submodule command helpers to Git class 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 13 years ago
LogCommand.java Skip a number commits before starting to show the commit output 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 13 years ago
PullCommand.java Guard against null branch in PullCommand 12 years ago
PullResult.java Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 13 years ago
PushCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
RebaseCommand.java Add commit id and parent count to exception message 12 years ago
RebaseResult.java Fix typo in RebaseResult#mySatus 12 years ago
ReflogCommand.java Throw invalid ref exception instead of invalid remote exception 12 years ago
RemoveNoteCommand.java Add NotesCommand to the JGit API 13 years ago
RenameBranchCommand.java Use JGitText.refAlreadyExists instead of "ref exists" 13 years ago
ResetCommand.java Throw JGit exception when ResetCommand got wrong ref 13 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 helper for determining if status is clean 12 years ago
StatusCommand.java StatusCommand#setWorkingTreeIt should return 'this' 12 years ago
SubmoduleAddCommand.java Extend TransportCommand in submodule add/update commands 12 years ago
SubmoduleInitCommand.java Add comand support for git-submodule 12 years ago
SubmoduleStatusCommand.java Add comand support for git-submodule 12 years ago
SubmoduleSyncCommand.java Add comand support for git-submodule 12 years ago
SubmoduleUpdateCommand.java Extend TransportCommand in submodule add/update commands 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