summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0cafe94)
raw | patch | inline | side by side (parent: 0cafe94)
author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Thu, 3 Jul 2008 05:03:54 +0000 (00:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jul 2008 18:24:39 +0000 (11:24 -0700) |
It's distracting.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.txt | patch | blob | history | |
Documentation/git-format-patch.txt | patch | blob | history | |
Documentation/git-gui.txt | patch | blob | history |
index 70cc8e831f3bee9ba785da318f971bc07d2037ea..960276423b438c1ced332a2e6b1f99c4b456dada 100644 (file)
--quiet::
Disable all non-fatal output, making fast-import silent when it
- is successful. This option disables the output shown by
+ is successful. This option disables the output shown by
\--stats.
--stats::
index 3c9192a6cfd51cc0276523eb7eb3ecbcce188a35..b990052f57e7295c0d11fed29fb363314cf3b693 100644 (file)
------------
[format]
- headers = "Organization: git-foo\n"
- subjectprefix = CHANGE
- suffix = .txt
- numbered = auto
+ headers = "Organization: git-foo\n"
+ subjectprefix = CHANGE
+ suffix = .txt
+ numbered = auto
cc = <email>
------------
index 940e43f37e26e88105eb08d274af108728edb061..ea1e4ce62447d7f2d450d93647cc745326f44f5b 100644 (file)
browser::
Start a tree browser showing all files in the specified
- commit (or 'HEAD' by default). Files selected through the
+ commit (or 'HEAD' by default). Files selected through the
browser are opened in the blame viewer.
citool::
git gui blame v0.99.8 Makefile::
Show the contents of 'Makefile' in revision 'v0.99.8'
- and provide annotations for each line. Unlike the above
+ and provide annotations for each line. Unlike the above
example the file is read from the object database and not
the working directory.