Skip to content
Snippets Groups Projects
Select Git revision
  • todo
  • master default
  • maint
  • pu
  • next
  • v2.21.0
  • v2.21.0-rc2
  • v2.21.0-rc1
  • v2.21.0-rc0
  • v2.20.1
  • v2.20.0
  • v2.20.0-rc2
  • v2.20.0-rc1
  • v2.19.2
  • v2.20.0-rc0
  • v2.19.1
  • v2.18.1
  • v2.17.2
  • v2.16.5
  • v2.15.3
  • v2.14.5
  • v2.19.0
  • v2.19.0-rc2
  • v2.19.0-rc1
  • v2.19.0-rc0
25 results

git-stash.txt

  • Thomas Gummerer's avatar
    0a790f09
    git-stash.txt: remove extra square bracket · 0a790f09
    Thomas Gummerer authored
    
    In 1ada5020 ("stash: use stash_push for no verb form", 2017-02-28),
    when the pathspec argument was introduced in 'git stash', that was also
    documented.  However I forgot to remove an extra square bracket after
    the '--message' argument, even though the square bracket should have
    been after the pathspec argument (where it was also added).
    
    Remove the extra square bracket after the '--message' argument, to show
    that the pathspec argument should be used with the 'push' verb.
    
    While the pathspec argument can be used without the push verb, that's a
    special case described later in the man page, and removing the first extra
    square bracket instead of the second one makes the synopis easier to
    understand.
    
    Signed-off-by: default avatarThomas Gummerer <t.gummerer@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    0a790f09
    History
    git-stash.txt: remove extra square bracket
    Thomas Gummerer authored
    
    In 1ada5020 ("stash: use stash_push for no verb form", 2017-02-28),
    when the pathspec argument was introduced in 'git stash', that was also
    documented.  However I forgot to remove an extra square bracket after
    the '--message' argument, even though the square bracket should have
    been after the pathspec argument (where it was also added).
    
    Remove the extra square bracket after the '--message' argument, to show
    that the pathspec argument should be used with the 'push' verb.
    
    While the pathspec argument can be used without the push verb, that's a
    special case described later in the man page, and removing the first extra
    square bracket instead of the second one makes the synopis easier to
    understand.
    
    Signed-off-by: default avatarThomas Gummerer <t.gummerer@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>