aboutsummaryrefslogtreecommitdiff
path: root/list-objects.c
Commit message (Expand)AuthorAge
* Merge branch 'sb/describe-blob'Junio C Hamano2017-12-28
|\
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-16
| * list-objects.c: factor out traverse_trees_and_blobsStefan Beller2017-11-03
* | list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-22
|/
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* list-objects: pass full pathname to callbacksJeff King2016-02-12
* list-objects: drop name_path entirelyJeff King2016-02-12
* list-objects: convert name_path to a strbufJeff King2016-02-12
* Convert struct object to object_idbrian m. carlson2015-11-20
* Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\
| * silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-01
* | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-29
|/
* traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-19
* object_array: add a "clear" functionJeff King2014-10-16
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-08
|\
| * add `ignore_missing_links` mode to revwalkVicent Marti2014-04-04
* | Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-27
|\ \ | |/ |/|
| * list-objects: only look at cmdline trees with edge_hintJeff King2014-01-21
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \ | |/
| * list-objects: mark more commits as edges in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| * list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
* | clear parsed flag when we free tree buffersJeff King2013-06-06
|/
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-27
* list-objects: pass callback data to show_objects()Junio C Hamano2011-09-01
* Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-06
|\
| * Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy2011-03-25
* | Merge branch 'jc/maint-rev-list-culled-boundary'Junio C Hamano2011-03-22
|\ \ | |/ |/|
| * list-objects.c: don't add an unparsed NULL as a pending treeJunio C Hamano2011-03-14
* | Make rev-list --objects work together with pathspecsElijah Newren2011-02-03
* | Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-18
|\ \
| * | show_object(): push path_name() call further downLinus Torvalds2009-04-12
| |/
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-12
* | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-12
|\ \ | |/ |/|
| * list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-07
* | process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-08
|/
* list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
* Fix memory leak in traverse_commit_listShawn O. Pearce2007-11-10
* rename dirlink to gitlink.Martin Waitz2007-05-21
* Teach git list-objects logic to not follow gitlinksLinus Torvalds2007-04-14
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-07
* Separate object listing routines out of rev-listJunio C Hamano2006-09-07