On 03/15/2015 01:47 AM, brian m. carlson wrote:
> It looks like you indented here with four spaces instead of a tab.
> We prefer tabs in Git.
Messed that up. Do you think I should resubmit a v3 or am I hogging
the mailing list too much?
--
To unsubscribe from this list: send the line "unsubscrib
In git-log, --graph shows a graphical representation of a continuous
commit history, and --no-walk shows discrete specified commits without
continuity. Using both doesn't make sense, so we forbid the combined use
of these flags.
Signed-off-by: Manos Pitsidianakis
---
builtin/log.c | 2 ++
t/t42
In git-log, --graph shows a graphical representation of a
continuous commit history, and --no-walk shows discrete specified
commits without continuity. This doesn't make sense, so we forbid the
combined use of these flags.
Signed-off-by: Manos Pitsidianakis
---
builtin/log.c | 2 ++
t/t4202-log
In git-log, --graph shows a graphical representation of a
continuous commit history, and --no-walk shows discrete specified
commits without continuity. This doesn't make sense, so we forbid the
combined use of these flags.
Signed-off-by: Manos Pitsidianakis
---
builtin/log.c | 2 ++
t/t4202-log
4 matches
Mail list logo