summaryrefslogtreecommitdiffstats
path: root/list-objects.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-4/+5
* list-objects: pass callback data to show_objects()Junio C Hamano2011-09-011-11/+17
* Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-061-11/+7
|\
| * Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy2011-03-251-11/+7
* | Merge branch 'jc/maint-rev-list-culled-boundary'Junio C Hamano2011-03-221-1/+6
|\ \ | |/ |/|
| * list-objects.c: don't add an unparsed NULL as a pending treeJunio C Hamano2011-03-141-1/+6
* | Make rev-list --objects work together with pathspecsElijah Newren2011-02-031-2/+28
* | Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-16/+17
|\ \
| * | show_object(): push path_name() call further downLinus Torvalds2009-04-121-5/+5
| |/
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-17/+18
* | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-4/+5
|\ \ | |/ |/|
| * list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-071-4/+5
* | process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-081-2/+0
|/
* list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
* Fix memory leak in traverse_commit_listShawn O. Pearce2007-11-101-0/+7
* rename dirlink to gitlink.Martin Waitz2007-05-211-1/+1
* Teach git list-objects logic to not follow gitlinksLinus Torvalds2007-04-141-0/+34
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-071-0/+33
* Separate object listing routines out of rev-listJunio C Hamano2006-09-071-0/+107