summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 294ac78)
raw | patch | inline | side by side (parent: 294ac78)
author | Stephen Boyd <bebarino@gmail.com> | |
Wed, 7 Oct 2009 08:48:50 +0000 (01:48 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 8 Oct 2009 05:04:25 +0000 (22:04 -0700) |
git am learned --scissors, git commit learned --dry-run and git log
learned --decorate=long|short recently.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
learned --decorate=long|short recently.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index 2c2a0d4614a5180a08adfa59414d06fdbe7754f0..daccbcc33e66cef1132d63f83dd482f06af93fe3 100755 (executable)
--3way --committer-date-is-author-date --ignore-date
--ignore-whitespace --ignore-space-change
--interactive --keep --no-utf8 --signoff --utf8
- --whitespace=
+ --whitespace= --scissors
"
return
esac
__gitcomp "
--all --author= --signoff --verify --no-verify
--edit --amend --include --only --interactive
+ --dry-run
"
return
esac
__gitcomp "$__git_log_date_formats" "" "${cur##--date=}"
return
;;
+ --decorate=*)
+ __gitcomp "long short" "" "${cur##--decorate=}"
+ return
+ ;;
--*)
__gitcomp "
$__git_log_common_options
--pretty= --format= --oneline
--cherry-pick
--graph
- --decorate
+ --decorate --decorate=
--walk-reflogs
--parents --children
$merge