aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java
Commit message (Expand)AuthorAgeFilesLines
* Signing: refactor interfacesThomas Wolf2024-08-241-19/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+9
* [pgm] Add options --name-only, --name-status to diff, log, showalerthak2022-11-231-4/+27
* GPG signature verification via BouncyCastleThomas Wolf2021-02-161-2/+42
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Fix missing braces in Log.run()Matthias Sohn2019-01-211-3/+4
* pgm: Handle exceptions in Log commandMatthias Sohn2019-01-211-1/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-2/+3
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-1/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-1/+1
* Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-101-0/+1
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-2/+3
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-12/+12
* diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-141-2/+8
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-30/+30
* Make use of the many date formatting options in the log commandRobin Rosenberg2011-10-261-12/+14
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+2
* Show notes in Log CLI command - Part 2Sasa Zivkov2011-03-011-36/+26
* Show notes in Log CLI commandSasa Zivkov2011-02-231-0/+120
* 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