]> source.dussan.org Git - jgit.git/commit
[CLI] Add option --millis / -m to debug-show-dir-cache command 13/20113/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 20 Dec 2013 12:35:59 +0000 (13:35 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 27 Dec 2013 11:22:47 +0000 (12:22 +0100)
commit2a50e7065c8696c76641668576c2e1a6428652fd
tree9d39a931949cdf7d404d0a6da1d1dd90bd328c42
parent80be72d2c1133ea30efab30d0c2db161ee83c1b6
[CLI] Add option --millis / -m to debug-show-dir-cache command

This is useful when comparing mtime displayed by
    $ jgit debug-show-dir-cache -m
with mtime displayed by
    $ git ls-files --debug
or
    $ stat "%m"

Change-Id: Id133ebe6f6093a56a6a6645e1c5bb18752fb2fd0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowDirCache.java