[PATCH 5/5] Document the new --graph option for log and rev-list

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adam Simpkins
Date: Sunday, April 6, 2008 - 2:47 pm

Signed-off-by: Adam Simpkins <adam@adamsimpkins.net>
---
 Documentation/rev-list-options.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 2648a55..ce6a101 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -75,6 +75,16 @@ you would get an output line this:
 	-xxxxxxx... 1st on a
 -----------------------------------------------------------------------
 
+--graph::
+
+	Draw a text-based graphical representation of the commit history
+	on the left hand side of the output.  This may cause extra lines
+	to be printed in between commits, in order for the graph history
+	to be drawn properly.
++
+This implies the '--topo-order' option by default, but the
+'--date-order' option may also be specified.
+
 Diff Formatting
 ~~~~~~~~~~~~~~~
 
-- 
1.5.3.6

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/4] Add history graph API, Adam Simpkins, (Sun Apr 6, 11:42 am)
[PATCH 3/4] git log and git rev-list: Add --graph option, Adam Simpkins, (Sun Apr 6, 11:42 am)
Re: [PATCH 1/4] Add history graph API, Teemu Likonen, (Sun Apr 6, 1:30 pm)
Re: [PATCH 1/4] Add history graph API, Johannes Schindelin, (Sun Apr 6, 1:42 pm)
Re: [PATCH 1/4] Add history graph API, Johannes Schindelin, (Sun Apr 6, 2:06 pm)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Sun Apr 6, 2:44 pm)
[PATCH 5/5] Document the new --graph option for log and re ..., Adam Simpkins, (Sun Apr 6, 2:47 pm)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Sun Apr 6, 3:04 pm)
Re: [PATCH 1/4] Add history graph API, Johannes Schindelin, (Sun Apr 6, 3:15 pm)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Sun Apr 6, 3:47 pm)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Sun Apr 6, 3:58 pm)
Re: [PATCH 1/4] Add history graph API, Junio C Hamano, (Sun Apr 6, 8:12 pm)
Re: [PATCH 1/4] Add history graph API, Teemu Likonen, (Sun Apr 6, 10:24 pm)
Re: [PATCH 1/4] Add history graph API, Teemu Likonen, (Mon Apr 7, 12:26 am)
[PATCH 1/4] graph API: Fixed coding style problems, Adam Simpkins, (Mon Apr 7, 1:01 am)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Mon Apr 7, 1:06 am)
Re: [PATCH 1/4] Add history graph API, Adam Simpkins, (Mon Apr 7, 1:34 am)
Re: [PATCH 1/4] Add history graph API, Teemu Likonen, (Mon Apr 7, 1:56 am)
Re: [PATCH 1/4] Add history graph API, Linus Torvalds, (Mon Apr 7, 9:15 am)