mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
c9a5172fdf
AsciiDoc specification states that in two-line titles, the title underline has to be the same length as the title text, plus or minus two characters. Asciidoctor, however, requires that this must be plus or minus one character. Adjust the underlines to be the same length as the title text to improve compatibility. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
23 lines
298 B
Text
23 lines
298 B
Text
git-stage(1)
|
|
============
|
|
|
|
NAME
|
|
----
|
|
git-stage - Add file contents to the staging area
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'git stage' args...
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This is a synonym for linkgit:git-add[1]. Please refer to the
|
|
documentation of that command.
|
|
|
|
GIT
|
|
---
|
|
Part of the linkgit:git[1] suite
|