summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+1
* Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano2007-04-171-0/+4
* Merge branch 'maint'Junio C Hamano2007-04-051-0/+1
|\
| * Document --left-right option to rev-list.Brian Gernhardt2007-04-051-0/+1
* | make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano2007-03-231-98/+151
* | rev-list --bisect: Fix "halfway" optimization.Junio C Hamano2007-03-231-6/+26
* | Merge branch 'master' into jc/bisectJunio C Hamano2007-03-231-2/+2
|\ \ | |/
| * Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano2007-03-231-1/+1
* | git-rev-list --bisect: optimizationJunio C Hamano2007-03-221-2/+160
* | git-rev-list: add --bisect-vars option.Junio C Hamano2007-03-221-6/+48
|/
* Read the config in rev-listFredrik Kuivinen2007-02-181-0/+1
* Teach all of log family --left-right output.Junio C Hamano2006-12-171-6/+1
* rev-list --left-rightJunio C Hamano2006-12-171-0/+11
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-201-3/+1
* rev-list: fix segfault with --{author,committer,grep}Jeff King2006-09-201-1/+3
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-071-30/+6
* Separate object listing routines out of rev-listJunio C Hamano2006-09-071-97/+13
* Teach rev-list an option to read revs from the standard input.Junio C Hamano2006-09-051-0/+25
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-1/+1
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-4/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+2
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-3/+3
* Add "named object array" conceptLinus Torvalds2006-06-191-31/+33
* Some more memory leak avoidanceLinus Torvalds2006-06-171-0/+8
* Shrink "struct object" a bitLinus Torvalds2006-06-171-3/+3
* rev-list: fix process_tree() conversion.Linus Torvalds2006-06-051-2/+2
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-11/+5
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-10/+16
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-291-1/+2
* Fix memory leak in "git rev-list --objects"Linus Torvalds2006-05-281-0/+3
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-1/+1
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-1/+1
* Make "git rev-list" be a builtinLinus Torvalds2006-05-181-0/+358