[PATCH v2] submodule: print graph output next to submodule log

2013-04-05 Thread John Keeping
When running git log -p --submodule=log, the submodule log is not indented by the graph output, although all other lines are. Fix this by prepending the current line prefix to each line of the submodule log. Signed-off-by: John Keeping j...@keeping.me.uk --- On Fri, Apr 05, 2013 at 05:06:30PM

Re: [PATCH v2] submodule: print graph output next to submodule log

2013-04-05 Thread Johannes Schindelin
Hi John, On Fri, 5 Apr 2013, John Keeping wrote: When running git log -p --submodule=log, the submodule log is not indented by the graph output, although all other lines are. Fix this by prepending the current line prefix to each line of the submodule log. Nice! I agree that submodules are