mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
36441: _git: Fixed typo in --author-date-order description
This commit is contained in:
parent
eaea1dc23c
commit
bddd99d98a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-09-07 James Clarke <jrtc27@jrtc27.com>
|
||||
|
||||
* 36441: Completion/Unix/Command/_git: _git: Fixed typo in
|
||||
--author-date-order description
|
||||
|
||||
2015-09-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Config/versiom.mk, Etc/FAQ.yo, NEWS, README: make
|
||||
|
|
|
@ -6436,7 +6436,7 @@ __git_setup_revision_options () {
|
|||
'(--full-history --dense --sparse --simplify-merges )--ancestry-path[only display commits that exists directly on ancestry chains]'
|
||||
'( --date-order --author-date-order)--topo-order[display commits in topological order]'
|
||||
'(--topo-order --author-date-order)--date-order[display commits in date order]'
|
||||
'(--topo-order --date-order )--author-date-order[display commits in auhor date order]'
|
||||
'(--topo-order --date-order )--author-date-order[display commits in author date order]'
|
||||
'(-g --walk-reflogs)--reverse[display commits in reverse order]'
|
||||
'( --objects-edge)--objects[display object ids of objects referenced by listed commits]'
|
||||
'(--objects )--objects-edge[display object ids of objects referenced by listed and excluded commits]'
|
||||
|
|
Loading…
Reference in a new issue