]> source.dussan.org Git - jgit.git/commit
Added new Status CLI command 'jgit status' 82/3682/8
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 9 Sep 2012 19:02:40 +0000 (21:02 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 9 Sep 2012 19:10:59 +0000 (21:10 +0200)
commit5f094154dd73255103d0bd68d66267956ce07848
tree61949a85e180c233a801539e4af1f7542a7c2c2f
parente63f1c94f8f9a5b10da6c1e5932da33eb805230a
Added new Status CLI command 'jgit status'

This is a first basic implementation that displays current branch and
list of files of various status, but isn't as refined as its native
counterpart (e.g. does not say if we're ahead or behind the remote).
It's been helpful in the diagnostic of bug #347885.

Bug: 348318
CQ: 6769
Change-Id: Ifc35da608fbba652524c1b5b522e3c0d5369ad5e
Signed-off-by: François Rey <eclipse.org@francois.rey.name>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/lib/CLIRepositoryTestCase.java
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/StatusTest.java [new file with mode: 0644]
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Status.java [new file with mode: 0644]