diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-04 22:21:17 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-04 22:21:17 +0100 |
commit | 21dbe12c76e43735dc623067c1b09ef43519d9fc (patch) | |
tree | 921e8d74970aba64d3f1c40815aa19d24383ebdc /cache.h | |
parent | Add a Documentation/git-tools.txt (diff) | |
parent | setup_revisions(): handle -n<n> and -<n> internally. (diff) | |
download | git-21dbe12c76e43735dc623067c1b09ef43519d9fc.tar.xz git-21dbe12c76e43735dc623067c1b09ef43519d9fc.zip |
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
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -354,4 +354,7 @@ extern int copy_fd(int ifd, int ofd); extern int receive_unpack_pack(int fd[2], const char *me, int quiet); extern int receive_keep_pack(int fd[2], const char *me, int quiet); +/* pager.c */ +extern void setup_pager(void); + #endif /* CACHE_H */ |