summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5833d73)
raw | patch | inline | side by side (parent: 5833d73)
author | Jonathan Nieder <jrnieder@uchicago.edu> | |
Thu, 3 Jul 2008 06:06:23 +0000 (01:06 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jul 2008 18:24:40 +0000 (11:24 -0700) |
I think that some of these uses of italics were meant to be
rendered in quotation marks, anyway.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rendered in quotation marks, anyway.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index a73201d933aa37bdf7cadcfeef3c8a1e42b3e2ec..0e650f497bd456e633334a91bd929053a08eb0d3 100644 (file)
git citool::
- Same as 'git gui citool' (above).
+ Same as `git gui citool` (above).
git gui browser maint::
index d5b20f88f4918bf7f260faccbcec76607d1345c4..f414583fc48e85e4785fbf5f9431bb81a96ccd9d 100644 (file)
up. The 'man' program is used by default for this purpose, but this
can be overridden by other options or configuration variables.
-Note that 'git --help ...' is identical as 'git help ...' because the
+Note that `git --help ...` is identical to `git help ...` because the
former is internally converted into the latter.
OPTIONS
index 1710626cfa8dd9ae92ef10b7fe40e0c372419cbd..146d7f545cb2f85177c8143b7e7b999ae8303d71 100644 (file)
subcommands) will take all the normal log options, and show the log of
the reference provided in the command-line (or `HEAD`, by default).
The reflog will cover all recent actions (HEAD reflog records branch switching
-as well). It is an alias for 'git log -g --abbrev-commit --pretty=oneline';
+as well). It is an alias for `git log -g --abbrev-commit --pretty=oneline`;
see linkgit:git-log[1].
The reflog is useful in various git commands, to specify the old value
more details.
To delete single entries from the reflog, use the subcommand "delete"
-and specify the _exact_ entry (e.g. ``git reflog delete master@\{2\}'').
+and specify the _exact_ entry (e.g. "`git reflog delete master@\{2\}`").
OPTIONS
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 07e9e57c5836fe1409381c491ff6b13962d392ae..adc027ce499eee277138309c9234e35f4b0dc433 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
+
Other options are available to control how the manual page is
displayed. See linkgit:git-help[1] for more information,
-because 'git --help ...' is converted internally into 'git
-help ...'.
+because `git --help ...` is converted internally into `git
+help ...`.
--exec-path::
Path to wherever your core git programs are installed.
index dd6a26827fe0719d9f184fff91cba9e2b917d1ea..a2b92933f734734cbc4bfe60987724fac47ecbdd 100644 (file)
$ git reset --hard master~2
------------
-You can make sure 'git show-branch' matches the state before
+You can make sure `git show-branch` matches the state before
those two 'git-merge' you just did. Then, instead of running
two 'git-merge' commands in a row, you would merge these two
branch heads (this is known as 'making an Octopus'):