summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d55ae92)
raw | patch | inline | side by side (parent: d55ae92)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 29 Jan 2007 07:16:46 +0000 (23:16 -0800) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Mon, 29 Jan 2007 07:18:53 +0000 (02:18 -0500) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/user-manual.txt | patch | blob | history |
index 61c8b4389b859b0560b6c788cf8f8ece3808fb5c..9b328196604640267f329ced79cc8eab8a4cba34 100644 (file)
-------------------------------------------------
The reflogs are kept by default for 30 days, after which they may be
-pruned. See gitlink:git-reflink[1] and gitlink:git-gc[1] to learn
+pruned. See gitlink:git-reflog[1] and gitlink:git-gc[1] to learn
how to control this pruning, and see the "SPECIFYING REVISIONS"
section of gitlink:git-rev-parse[1] for details.
If you just have a few changes, the simplest way to submit them may
just be to send them as patches in email:
-First, use gitlink:git-format-patches[1]; for example:
+First, use gitlink:git-format-patch[1]; for example:
-------------------------------------------------
$ git format-patch origin