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.
Markus Duft edc1fee033 Fix rebase > continue when nothing left to commit. 12 years ago
..
errors Remove ambiguous CheckoutConflictException 12 years ago
AddCommand.java Retain executable mode of existing files on Windows 12 years ago
AddNoteCommand.java Add NotesCommand to the JGit API 13 years ago
ApplyCommand.java RawText#getEOL() does the same thing as RawText#getLineDelimiter() 12 years ago
ApplyResult.java Add ApplyCommand to JGit API 12 years ago
BlameCommand.java blame: Compute the origin of lines in a result file 13 years ago
CheckoutCommand.java Remove ambiguous CheckoutConflictException 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 autosetuprebase to the CloneCommand 12 years ago
CommitCommand.java Support committing submodule updates 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 Add setter for ProgressMonitor to DiffCommand 12 years ago
FetchCommand.java Support a configured credentials provider in LsRemoteCommand 12 years ago
Git.java Add ApplyCommand 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 13 years ago
LogCommand.java Skip a number commits before starting to show the commit output 12 years ago
LsRemoteCommand.java Throw API exception when LsRemoteCommand fails with TransportException 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 Fix rebase > continue when nothing left to commit. 12 years ago
RebaseResult.java Fix rebase > continue when nothing left to commit. 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
StashApplyCommand.java Add command support for applying a stashed commit 12 years ago
StashCreateCommand.java Set person and message on stash ref update 12 years ago
StashListCommand.java Add command support for listing stashed commits 12 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 Load .gitmodules config before adding values to it 12 years ago
SubmoduleInitCommand.java Support relative submodule URLs on init/add/sync 12 years ago
SubmoduleStatusCommand.java Add comand support for git-submodule 12 years ago
SubmoduleSyncCommand.java Support relative submodule URLs on init/add/sync 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