summaryrefslogtreecommitdiff
path: root/builtin/prune.c
AgeCommit message (Expand)Author
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-02-14prune: check SEEN flag for reachabilityJeff King
2019-02-14prune: lazily perform reachability traversalJeff King
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano
2017-12-08gc: do not repack promisor packfilesJonathan Tan
2017-12-06Merge branch 'rd/man-prune-progress'Junio C Hamano
2017-11-22prune: add "--progress" to man page and usage msgRobert P. J. Day
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-02builtin/prune: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2015-10-26Merge branch 'jk/repository-extension'Junio C Hamano
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy
2015-06-25introduce "preciousObjects" repository extensionJeff King
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-31prune --worktrees: fix expire vs worktree existence conditionMax Kirillov
2015-03-20prune: turn on ref_paranoia flagJeff King
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy
2014-10-16prune: keep objects reachable from recent objectsJeff King
2014-10-16prune: factor out loose-object directory traversalJeff King
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-10Merge branch 'mh/path-max'Junio C Hamano
2013-12-18builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-06-06Merge branch 'nd/prune-packed-dryrun-verbose'Junio C Hamano