summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
AgeCommit message (Expand)Author
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila
2008-08-25Fix "git log -i --grep"Jeff King
2008-07-19Merge branch 'maint'Junio C Hamano
2008-07-18rev-list: honor --quiet optionJunio C Hamano
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Merge branch 'ph/parseopt-step-blame'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano
2008-07-06Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-06log and rev-list: add --graph optionAdam Simpkins
2008-05-06revision API: split parent rewriting and parent printing optionsAdam Simpkins
2008-04-13rev-list --childrenJunio C Hamano
2008-03-20Add --reverse to the git-rev-list usage stringKevin Ballard
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-21Merge branch 'lt/revision-walker'Junio C Hamano
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-11-19Merge branch 'lt/rev-list-interactive'Junio C Hamano
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds
2007-11-12rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-10-27rev-list: implement --bisect-allChristian Couder
2007-10-03Merge branch 'mv/unknown'Junio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-09-20rev-list --bisect: Fix best == NULL case.Christian Couder
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-18rev-list --bisect: Bisection "distance" clean up.Christian Couder
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Christian Couder
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-08-01Merge branch 'maint'Junio C Hamano
2007-08-01rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder
2007-07-09Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-17Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Document --left-right option to rev-list.Brian Gernhardt
2007-03-24make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano
2007-03-24rev-list --bisect: Fix "halfway" optimization.Junio C Hamano
2007-03-24Merge branch 'master' into jc/bisectJunio C Hamano