Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-12JGit 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn40-50/+50
2012-02-08Support gitdir references in working tree .git fileKevin Sawicki7-51/+173
2012-01-30Support committing submodule updatesKevin Sawicki2-6/+109
2012-01-27Update iplog tool's READMEMatthias Sohn1-6/+6
2012-01-26Merge "Add developers section to root POM file"Matthias Sohn1-0/+33
2012-01-25Merge "Allow to list tags with org.eclipse.jgit.pgm.Tag"Robin Rosenberg1-7/+20
2012-01-25Add developers section to root POM fileKevin Sawicki1-0/+33
2012-01-25Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza3-15/+49
2012-01-23Add scm section to root POM fileKevin Sawicki1-0/+5
2012-01-22Really close output stream when core.autocrlf is trueRobin Rosenberg1-1/+2
2012-01-20Workaround incompatible refactoring in Jetty 7.6.0Tomasz Zarna2-29/+29
2012-01-20Add command support for listing stashed commitsKevin Sawicki5-2/+268
2012-01-18Merge "Support relative submodule URLs on init/add/sync"Matthias Sohn9-17/+437
2012-01-17Support relative submodule URLs on init/add/syncKevin Sawicki9-17/+437
2012-01-16Add BranchTrackingStatus for getting remote tracking statusRobin Stocker2-0/+244
2012-01-16Add BranchConfig helper for access to branch config sectionRobin Stocker2-0/+230
2012-01-16Add RevWalkUtils with count(start, end) methodRobin Stocker2-0/+199
2012-01-16Merge "Support more of AutoCRLF"Christian Halstrick11-13/+506
2012-01-15Fix resolution of tree when path is emptyRobin Rosenberg2-1/+5
2012-01-15Make sure all bytes are written to files on close, or get an error.Robin Rosenberg13-30/+119
2012-01-15Merge "Resolve ~ with no trailing number as the first parent commit"Robin Rosenberg2-7/+15
2012-01-15Throw API exception when LsRemoteCommand fails with TransportExceptionMatthias Sohn2-2/+70
2012-01-14Resolve ~ with no trailing number as the first parent commitKevin Sawicki2-7/+15
2012-01-13Cannot commit -o file with only file permission changeRobin Rosenberg2-1/+35
2012-01-10Support more of AutoCRLFRobin Rosenberg11-13/+506
2012-01-10Merge "Provide helper for unlocking a file"Matthias Sohn2-2/+117
2012-01-09Provide helper for unlocking a fileKevin Sawicki2-2/+117
2012-01-09Add setter for ProgressMonitor to DiffCommandTomasz Zarna1-0/+20
2012-01-09Merge "Add options for setting context lines and prefixes to DiffCommand"Stefan Lay2-0/+92
2012-01-09Add options for setting context lines and prefixes to DiffCommandTomasz Zarna2-0/+92
2012-01-09Merge "Add helper for determining if status is clean"Christian Halstrick1-1/+18
2012-01-09Narrow exceptions declared by LsRemoteCommandMatthias Sohn1-40/+47
2012-01-08Merge "Retain executable mode of existing files on Windows"Robin Rosenberg6-4/+286
2012-01-05Merge "Use constants from ConfigConstants in CoreConfig"Matthias Sohn2-3/+15
2012-01-04Add helper for determining if status is cleanKevin Sawicki1-1/+18
2012-01-03Provide file mode of paths in index from IndexDiffKevin Sawicki1-0/+11
2012-01-03Use constants from ConfigConstants in CoreConfigKevin Sawicki2-3/+15
2012-01-03Retain executable mode of existing files on WindowsKevin Sawicki6-4/+286
2012-01-03Add support for cloning submodules to CloneCommandKevin Sawicki2-0/+73
2012-01-02Extend TransportCommand in submodule add/update commandsKevin Sawicki2-34/+6
2012-01-02Add submodule command helpers to Git classKevin Sawicki1-0/+51
2012-01-02Skip a number commits before starting to show the commit outputTomasz Zarna6-11/+250
2012-01-02Add constant for default name for the Git repo configurationTomasz Zarna8-9/+14
2012-01-02Sort translation bundle keys in alphabetical order.Tomasz Zarna2-80/+80
2011-12-30Update base version for clirr API check to latest releaseMatthias Sohn1-1/+1
2011-12-28Add comand support for git-submoduleKevin Sawicki21-13/+2661
2011-12-27Add commit id and parent count to exception messageKevin Sawicki3-5/+11
2011-12-27Merge "Only print stack trace to Sytem.err when debug flag is set"Shawn Pearce1-2/+4
2011-12-27Fix typo in RebaseResult#mySatusTomasz Zarna1-5/+5
2011-12-27Only print stack trace to Sytem.err when debug flag is setKevin Sawicki1-2/+4

Back to the top