Browse Source

Merge branch 'ak/doc-add-v-n-options'

* ak/doc-add-v-n-options:
  Documentation: list long options for -v and -n
maint
Junio C Hamano 10 years ago
parent
commit
ce8e4e3e57
  1. 2
      Documentation/git-add.txt

2
Documentation/git-add.txt

@ -8,7 +8,7 @@ git-add - Add file contents to the index
SYNOPSIS SYNOPSIS
-------- --------
[verse] [verse]
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] 'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
[--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
[--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
[--] [<pathspec>...] [--] [<pathspec>...]

Loading…
Cancel
Save