aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-400/+0
2010-01-11builtin-rev-list.c: mark file-local function staticJunio C Hamano1-1/+1
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano1-1/+1
2009-11-23Merge branch 'jc/log-stdin'Junio C Hamano1-7/+0
2009-11-20Teach --stdin option to "log" familyJunio C Hamano1-7/+0
2009-11-15Merge branch 'lt/revision-bisect'Junio C Hamano1-0/+2
2009-10-28Add '--bisect' revision machinery argumentLinus Torvalds1-0/+2
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-3/+4
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano1-1/+1
2009-06-06bisect: add parameters to "filter_skipped"Christian Couder1-1/+3
2009-05-10rev-list: remove stringed output flag from "show_bisect_vars"Christian Couder1-17/+15
2009-05-10rev-list: refactor printing bisect varsChristian Couder1-28/+33
2009-05-10rev-list: make "estimate_bisect_steps" non staticChristian Couder1-1/+1
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano1-10/+12
2009-04-12show_object(): push path_name() call further downLinus Torvalds1-3/+5
2009-04-12process_{tree,blob}: show objects without bufferingLinus Torvalds1-10/+10
2009-04-07rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder1-7/+4
2009-04-07rev-list: remove last static vars used in "show_commit"Christian Couder1-21/+21
2009-04-07list-objects: add "void *data" parameter to show functionsChristian Couder1-33/+35
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder1-10/+19
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder1-7/+6
2009-04-05rev-list: call new "filter_skip" functionChristian Couder1-5/+25
2009-03-30rev-list: pass "revs" to "show_bisect_vars"Christian Couder1-6/+7
2009-03-30rev-list: make "show_bisect_vars" non staticChristian Couder1-2/+3
2009-03-30rev-list: move code to show bisect vars into its own functionChristian Couder1-38/+45
2009-03-30rev-list: move bisect related code into its own fileChristian Couder1-387/+1
2009-03-30rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder1-1/+1
2009-03-04rev-list: estimate number of bisection step leftChristian Couder1-2/+43
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder1-0/+1
2008-11-04Add a 'source' decorator for commitsLinus Torvalds1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-1/+1
2008-08-24Fix "git log -i --grep"Jeff King1-1/+2
2008-07-19Merge branch 'maint'Junio C Hamano1-4/+1
2008-07-17rev-list: honor --quiet optionJunio C Hamano1-4/+1
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13Merge branch 'ph/parseopt-step-blame'Junio C Hamano1-0/+10
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano1-0/+10
2008-07-05Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster1-17/+0
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins1-9/+12
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-05log and rev-list: add --graph optionAdam Simpkins1-2/+44
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins1-1/+1
2008-04-12rev-list --childrenJunio C Hamano1-0/+10
2008-03-19Add --reverse to the git-rev-list usage stringKevin Ballard1-0/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+0
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König1-0/+3
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0
2008-02-20Merge branch 'lt/revision-walker'Junio C Hamano1-1/+3
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds1-1/+3
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering1-1/+1
2007-11-18Merge branch 'lt/rev-list-interactive'Junio C Hamano1-8/+8
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds1-8/+8
2007-11-11rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce1-4/+22
2007-11-05revision walker: mini clean-upLinus Torvalds1-7/+7
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+2
2007-10-26rev-list: implement --bisect-allChristian Couder1-14/+86
2007-10-03Merge branch 'mv/unknown'Junio C Hamano1-1/+2
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-7/+6
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek1-1/+2
2007-09-20rev-list --bisect: Fix best == NULL case.Christian Couder1-3/+3
2007-09-18Merge branch 'master' into ph/strbufJunio C Hamano1-61/+72
2007-09-18rev-list --bisect: Bisection "distance" clean up.Christian Couder1-11/+7
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Christian Couder1-17/+26
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder1-42/+48
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-7/+6
2007-07-31Merge branch 'maint'Junio C Hamano1-1/+1
2007-07-31rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder1-1/+1
2007-07-08Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano1-13/+1
2007-06-30Don't fflush(stdout) when it's not helpfulTheodore Ts'o1-1/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-3/+5
2007-04-25Add --date={local,relative,default}Junio C Hamano1-1/+1
2007-04-17Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano1-0/+4
2007-04-05Merge branch 'maint'Junio C Hamano1-0/+1
2007-04-05Document --left-right option to rev-list.Brian Gernhardt1-0/+1
2007-03-23make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano1-98/+151
2007-03-23rev-list --bisect: Fix "halfway" optimization.Junio C Hamano1-6/+26
2007-03-23Merge branch 'master' into jc/bisectJunio C Hamano1-2/+2
2007-03-23Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano1-1/+1
2007-03-22git-rev-list --bisect: optimizationJunio C Hamano1-2/+160
2007-03-22git-rev-list: add --bisect-vars option.Junio C Hamano1-6/+48
2007-02-18Read the config in rev-listFredrik Kuivinen1-0/+1
2006-12-17Teach all of log family --left-right output.Junio C Hamano1-6/+1
2006-12-17rev-list --left-rightJunio C Hamano1-0/+11
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano1-3/+1
2006-09-20rev-list: fix segfault with --{author,committer,grep}Jeff King1-1/+3
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano1-30/+6
2006-09-07Separate object listing routines out of rev-listJunio C Hamano1-97/+13
2006-09-05Teach rev-list an option to read revs from the standard input.Junio C Hamano1-0/+25
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-2/+2
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+1
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-4/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+2
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-1/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-3/+3
2006-06-19Add "named object array" conceptLinus Torvalds1-31/+33
2006-06-17Some more memory leak avoidanceLinus Torvalds1-0/+8
2006-06-17Shrink "struct object" a bitLinus Torvalds1-3/+3
2006-06-05rev-list: fix process_tree() conversion.Linus Torvalds1-2/+2
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-11/+5
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-10/+16
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds1-2/+2
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds1-1/+2
2006-05-28Fix memory leak in "git rev-list --objects"Linus Torvalds1-0/+3
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+1
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+358
2006-05-18Make "git rev-list" be a builtinLinus Torvalds1-0/+358