Re: GIT v1.5.1-rc1

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: <git@...>
Date: Monday, March 19, 2007 - 9:04 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:


Of course you are right.  Any other typos?

I could not parse the --reverse description so I rewrote it
while I was at it, and also I found we did not mention ':/<message>'
so I added it.


diff --git a/Documentation/RelNotes-1.5.1.txt b/Documentation/RelNotes-1.5.1.txt
index f78cf56..215159f 100644
--- a/Documentation/RelNotes-1.5.1.txt
+++ b/Documentation/RelNotes-1.5.1.txt
@@ -10,11 +10,15 @@ Updates since v1.5.0
 
 * New commands and options.
 
-  - "git log" and friends take --reverse.  This makes output
-    that typically goes reverse order in chronological order.
-    "git shortlog" usually lists commits in chronological order,
-    but with "--reverse", they are shown in reverse
-    chronological order.
+  - "git log" and friends take --reverse, which instructs them
+    to give their output in the order opposite from their usual.
+    They typically output from new to old, but with this option
+    their output would read from old to new.  "git shortlog"
+    usually lists older commits first, but with this option,
+    they are shown from new to old.
+
+  - "git log --pretty=format:<string>" to allow more flexible
+    custom log output.
 
   - "git diff" learned --ignore-space-at-eol.  This is a weaker
     form of --ignore-space-change.
@@ -22,9 +26,6 @@ Updates since v1.5.0
   - "git diff --no-index pathA pathB" can be used as diff
     replacement with git specific enhancements.
 
-  - "git diff --pretty=format:<string>" to allow more flexible
-    custom log output.
-
   - "git diff --no-index" can read from '-' (standard input).
 
   - "git diff" also learned --exit-code to exit with non-zero
@@ -61,6 +62,15 @@ Updates since v1.5.0
     symlinks on filesystems that do not support them; they are
     checked out as regular files instead.
 
+  - You can name a commit object with its first line of the
+    message.  The syntax to use is ':/message text'.  E.g. 
+    
+    $ git show ":/object name: introduce ':/<oneline prefix>' notation"
+
+    means the same thing as:
+
+    $ git show 28a4d940443806412effa246ecc7768a21553ec7
+
 
 * Updated behaviour of existing commands.
 
diff --git a/Makefile b/Makefile

-
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] Make 'make' quieter while building git, Shawn O. Pearce, (Tue Mar 6, 2:35 am)
Re: [PATCH] Make 'make' quieter while building git, Alex Riesen, (Tue Mar 6, 5:16 am)
Re: [PATCH] Make 'make' quieter while building git, Johannes Schindelin, (Tue Mar 6, 9:24 am)
Re: [PATCH] Make 'make' quieter while building git, Alex Riesen, (Tue Mar 6, 9:37 am)
Re: [PATCH] Make 'make' quieter while building git, Johannes Schindelin, (Tue Mar 6, 10:19 am)
Re: [PATCH] Make 'make' quieter while building git, Junio C Hamano, (Tue Mar 6, 3:03 am)
Re: [PATCH] Make 'make' quieter while building git, Shawn O. Pearce, (Tue Mar 6, 3:16 am)
Short term release plans, Junio C Hamano, (Tue Mar 6, 6:53 am)
GIT v1.5.1-rc1, Junio C Hamano, (Mon Mar 19, 6:53 am)
Re: GIT v1.5.1-rc1, Johannes Schindelin, (Mon Mar 19, 10:13 am)
Re: GIT v1.5.1-rc1, Junio C Hamano, (Mon Mar 19, 9:04 pm)
Re: GIT v1.5.1-rc1, Johannes Schindelin, (Mon Mar 19, 9:19 pm)
Re: GIT v1.5.1-rc1, Bill Lear, (Mon Mar 19, 9:21 am)
Re: GIT v1.5.1-rc1, Junio C Hamano, (Mon Mar 19, 9:08 pm)
Re: GIT v1.5.1-rc1, Shawn O. Pearce, (Mon Mar 19, 10:55 pm)
Re: GIT v1.5.1-rc1, Junio C Hamano, (Wed Mar 21, 1:06 am)
Re: GIT v1.5.1-rc1, Andy Parkins, (Wed Mar 21, 12:07 pm)
Re: GIT v1.5.1-rc1, Andy Parkins, (Tue Mar 20, 5:37 am)
Re: GIT v1.5.1-rc1, Shawn O. Pearce, (Tue Mar 20, 10:42 am)
Re: [PATCH] Make 'make' quieter while building git, Junio C Hamano, (Tue Mar 6, 4:15 am)
Re: [PATCH] Make 'make' quieter while building git, Shawn O. Pearce, (Tue Mar 6, 4:21 am)