summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Add option --millis / -m to debug-show-dir-cache commandMatthias Sohn2013-12-271-3/+12
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-2/+5
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-099-0/+18
* Move gc to package org.eclipse.jgit.pgmMatthias Sohn2013-06-221-58/+0
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-068-8/+8
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-183-9/+9
* Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-2/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-276-16/+16
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-226-14/+33
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-167-35/+37
* Garbage collector for FileRepositoriesChristian Halstrick2012-07-291-0/+58
* Use the appropriate constant for ".git"Robin Rosenberg2011-08-272-2/+2
* 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
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-152-2/+2
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-2/+1
* Fixed help of Diff and ShowCommands commandsChristian Halstrick2010-11-081-1/+1
* Delete PatienceDiffShawn O. Pearce2010-10-111-27/+0
* debug-diff-algorithms: Real world performance test implementationsShawn O. Pearce2010-10-111-0/+400
* debug-text-hashfunctions: Test suite for content hashesShawn O. Pearce2010-09-241-0/+507
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-1/+1
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-2/+2
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-201-1/+3
* Make Commit class only for writingShawn O. Pearce2010-08-201-8/+9
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-2/+2
* debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-091-0/+127
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-305-6/+5
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-0/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Make constant static in RebuildCommitGraphRobin Rosenberg2010-06-131-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-196-56/+43
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-297-0/+785