Skip to content

Commit

Permalink
bash completion: Add more long options for 'git log'
Browse files Browse the repository at this point in the history
Options added: --parents --children --full-history

Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Lee Marlow authored and Junio C Hamano committed Aug 2, 2008
1 parent 7339479 commit e49b99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ _git_log ()
--stat --numstat --shortstat
--decorate --diff-filter=
--color-words --walk-reflogs
--parents --children --full-history
"
return
;;
Expand Down

0 comments on commit e49b99a

Please sign in to comment.