aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor diff sequence APIShawn O. Pearce2010-09-061-8/+5
* log: Fix commit headers and -p flagShawn O. Pearce2010-09-031-1/+1
* log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce2010-09-021-0/+16
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-72/+33
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-3/+3
* log: Implement --followShawn O. Pearce2010-07-031-10/+53
* log: Add whitespace ignore optionsShawn O. Pearce2010-07-031-5/+49
* Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-5/+5
* log, diff: Add rename detection supportShawn O. Pearce2010-07-031-1/+55
* Externalize strings from JGitSasa Zivkov2010-05-191-12/+7
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-1/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+129