exlinc / mdlr

MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Apache License 2.0
27 stars 2 forks source link

mdlr status -n module_name #6

Open BarbzYHOOL opened 6 years ago

BarbzYHOOL commented 6 years ago

1) This command should also print this:

 INFO[0000] git show --oneline -s

2) And the remote url etc (like mdlr status).

3) And there is a bug:

INFO[0000] git status                                   
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
INFO[0000] On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

It prints the output twice