From: Junio C Hamano <junkio@cox.net>
Date: Sat, 4 Mar 2006 21:21:17 +0000 (-0800)
Subject: Merge branch 'lt/rev-list'
X-Git-Tag: v1.3.0-rc1~53^2~1
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21dbe12c76e43735dc623067c1b09ef43519d9fc

Merge branch 'lt/rev-list'

* lt/rev-list:
setup_revisions(): handle -n<n> and -<n> internally.
git-log (internal): more options.
git-log (internal): add approxidate.
Rip out merge-order and make "git log <paths>..." work again.
Tie it all together: "git log"
Introduce trivial new pager.c helper infrastructure
git-rev-list libification: rev-list walking
Splitting rev-list into revisions lib, end of beginning.
rev-list split: minimum fixup.
First cut at libifying revlist generation
---

21dbe12c76e43735dc623067c1b09ef43519d9fc
diff --cc Documentation/git-rev-list.txt
index 27f18e2c50,5b306d6593..8255ae1bce
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@@ -16,9 -16,9 +16,9 @@@ SYNOPSI
  	     [ \--no-merges ]
  	     [ \--remove-empty ]
  	     [ \--all ]
- 	     [ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ]
+ 	     [ \--topo-order ]
  	     [ \--parents ]
 -	     [ \--objects [ \--unpacked ] ]
 +	     [ [\--objects | \--objects-edge] [ \--unpacked ] ]
  	     [ \--pretty | \--header ]
  	     [ \--bisect ]
  	     <commit>... [ \-- <paths>... ]