From: Junio C Hamano Date: Thu, 5 Apr 2007 23:34:51 +0000 (-0700) Subject: Merge branch 'maint' X-Git-Tag: v1.5.2-rc0~80 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=77e6f5bc1009aa588a3b2235758bf5be13b23d85;p=git.git Merge branch 'maint' * maint: Fix lseek(2) calls with args 2 and 3 swapped Honor -p when applying git diffs Fix dependency of common-cmds.h Fix renaming branch without config file DESTDIR support for git/contrib/emacs gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patches Document --left-right option to rev-list. Revert "builtin-archive: use RUN_SETUP" rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email. rerere: make sorting really stable. Fix t4200-rerere for white-space from "wc -l" --- 77e6f5bc1009aa588a3b2235758bf5be13b23d85 diff --cc builtin-rev-list.c index f91685a40,b86e7ca8b..09774f955 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@@ -35,9 -35,9 +35,10 @@@ static const char rev_list_usage[] " --header | --pretty\n" " --abbrev=nr | --no-abbrev\n" " --abbrev-commit\n" + " --left-right\n" " special purpose:\n" -" --bisect" +" --bisect\n" +" --bisect-vars" ; static struct rev_info revs;