On Tue, Oct 16, 2012 at 01:22:04PM -0400, Jeff King wrote:
> 2. When an output format is given to "git commit", we
> default to "--dry-run". This behavior would now kick in
> when "--long" is given, too.
I forgot to mention in my previous message: your patch should probably
add "--lon
On Tue, Oct 16, 2012 at 11:22:49PM +0700, Nguyen Thai Ngoc Duy wrote:
> This could be useful when the user sets an alias to "status --short"
> and wants to get back the default format temporarily.
Makes sense, but...
> diff --git a/builtin/commit.c b/builtin/commit.c
> index a17a5df..5adab33 100
This could be useful when the user sets an alias to "status --short"
and wants to get back the default format temporarily.
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Documentation/git-status.txt | 3 +++
builtin/commit.c | 2 ++
2 files changed, 5 insertions(+)
diff --git a/Documentati
3 matches
Mail list logo