diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-05 16:42:49 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-05 16:42:49 -0800 |
commit | 80d48ac6231d0d1c16d2b60a0c991d33bad797db (patch) | |
tree | e40d05682537e69ea77e89a6ac6a1dd5ef504ee6 /.gitignore | |
parent | git-diff: use --cc instead of -p. (diff) | |
download | tgif-80d48ac6231d0d1c16d2b60a0c991d33bad797db.tar.xz |
git-show
This is essentially 'git whatchanged -n1 --always --cc "$@"'.
Just like whatchanged takes default flags from
whatchanged.difftree configuration, this uses show.difftree
configuration.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5382e74271..513f22eb1d 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ git-send-pack git-sh-setup git-shell git-shortlog +git-show git-show-branch git-show-index git-ssh-fetch |