summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Prepare post v1.0.0.201106011211-rc3 buildsMatthias Sohn2011-06-012-2/+2
* JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3Matthias Sohn2011-06-012-2/+2
* Remove incubation markerMatthias Sohn2011-05-311-1/+1
* jgit.sh: Implement pager supportShawn O. Pearce2011-05-311-4/+33
* Qualify post-0.12 buildsMatthias Sohn2011-05-032-24/+24
* JGit 0.12.1v0.12.1stable-0.12Matthias Sohn2011-05-022-24/+24
* Added Merge command to the CLIChristian Halstrick2011-03-295-0/+142
* Registering the Checkout command and fixed a typo.Sasa Zivkov2011-03-242-1/+2
* PushCommand: Add utilities for --all, --tagsShawn O. Pearce2011-03-151-6/+6
* Make --git-dir optional for 'jgit init'Philipp Thun2011-03-151-1/+2
* Always fetch tags during cloneShawn O. Pearce2011-03-141-0/+2
* Add -o option to commit commandPhilipp Thun2011-03-113-3/+23
* Improve readability of timestamps shown by debug-show-dir-cacheMatthias Sohn2011-03-031-1/+1
* Enhance debug-show-dir-cache command to show stageMatthias Sohn2011-03-031-0/+4
* PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-021-1/+1
* Merge "ProgressMonitor: Refactor to use background alarms"Chris Aniszczyk2011-03-011-1/+4
|\
| * ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-281-1/+4
* | Show notes in Log CLI command - Part 2Sasa Zivkov2011-03-014-39/+29
|/
* Show notes in Log CLI commandSasa Zivkov2011-02-233-0/+124
* Add Reset to the JGit CLIChris Aniszczyk2011-02-172-0/+93
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-156-18/+27
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-142-6/+11
* Qualify post 0.11 buildsMatthias Sohn2011-02-122-21/+21
* JGit 0.11.1v0.11.1Matthias Sohn2011-02-112-21/+21
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+2
* Fixed several NPEs in the Fetch CLISasa Zivkov2011-01-261-5/+10
* Fixed NLS in JGit command line interfaceSasa Zivkov2011-01-261-2/+2
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-17/+18
* clone: Use DirCacheCheckoutShawn O. Pearce2010-12-201-9/+4
* Qualify post 0.10 buildsMatthias Sohn2010-12-172-21/+21
* Merge branch 'stable-0.10'Matthias Sohn2010-12-172-21/+21
|\
| * Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-172-21/+21
| * JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-21/+21
* | Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-5/+8
|/
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-1/+4
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-073-4/+1
* Avoid NPE in InitChris Aniszczyk2010-12-071-2/+5
* Update Init to use InitCommandChris Aniszczyk2010-12-051-9/+7
* Make diff algorithm configurableChristian Halstrick2010-11-261-13/+2
* Add the Checkout command to the Git CLIChris Aniszczyk2010-11-232-0/+74
* Update Rm in the JGit CLIChris Aniszczyk2010-11-221-38/+12
* Implement command line support for CredentialsProviderShawn O. Pearce2010-11-101-3/+3
* Merge "Make Repository.shortenRefName static"Shawn Pearce2010-11-081-1/+1
|\
| * Make Repository.shortenRefName staticRobin Stocker2010-11-061-1/+1
* | Fixed help of Diff and ShowCommands commandsChristian Halstrick2010-11-083-3/+5
* | Merge "Implemented the git add commandline command."Chris Aniszczyk2010-11-073-5/+81
|\ \ | |/ |/|
| * Implemented the git add commandline command.Sasa Zivkov2010-11-073-5/+81
* | Fixed the git init to properly set bare=trueSasa Zivkov2010-11-051-0/+3
|/
* Add option to select diff algorithm for diff commandChristian Halstrick2010-10-262-0/+19
* Allow pgm Main to be extendedShawn O. Pearce2010-10-161-21/+51