summaryrefslogtreecommitdiffstats
path: root/shallow.c
AgeCommit message (Expand)AuthorLines
2016-12-21Merge branch 'nd/shallow-fixup'Junio C Hamano-19/+20
2016-12-07shallow.c: remove useless codeNguyễn Thái Ngọc Duy-4/+0
2016-12-07shallow.c: bit manipulation tweaksRasmus Villemoes-4/+4
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes-1/+1
2016-12-07shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy-0/+3
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy-2/+4
2016-12-07shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy-9/+9
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano-1/+1
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider-1/+1
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano-0/+78
2016-08-01pass constants as first argument to st_mult()René Scharfe-1/+1
2016-06-13shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy-0/+78
2016-02-22use st_add and st_mult for allocation size computationJeff King-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-3/+3
2015-11-20Remove get_object_hash.brian m. carlson-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson-1/+1
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano-5/+1
2015-10-29Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano-1/+0
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe-5/+1
2015-10-22shallow: remove unused #include "sigchain.h"Tobias Klauser-1/+0
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano-31/+10
2015-08-10memoize common git-path "constant" filesJeff King-5/+5
2015-08-10setup_temporary_shallow(): use tempfile moduleMichael Haggerty-28/+7
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty-3/+3
2015-05-25shallow: rewrite functions to take object_id argumentsMichael Haggerty-18/+11
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-6/+13
2015-05-05Merge branch 'bc/object-id'Junio C Hamano-4/+4
2015-03-13commit: convert parts to struct object_idbrian m. carlson-4/+4
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano-1/+1
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano-1/+1
2015-01-15shallow.c: make check_shallow_file_for_update() staticJunio C Hamano-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-1/+1
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano-5/+2
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira-5/+2
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty-0/+1
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty-3/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-2/+1
2014-07-13trace: improve trace performanceKarsten Blees-5/+5
2014-03-17shallow: verify shallow file after taking lockJeff King-2/+2
2014-02-27shallow: automatically clean up shallow tempfilesJeff King-7/+34
2014-02-27shallow: use stat_validity to check for up-to-date fileJeff King-17/+7
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-7/+462
2014-01-06shallow: remove unused codeRamsay Jones-16/+0
2013-12-10prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy-2/+53
2013-12-10receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy-0/+23
2013-12-10add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy-1/+3
2013-12-10upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy-1/+5
2013-12-10shallow.c: steps 6 and 7 to select new commits for .git/shallowNguyễn Thái Ngọc Duy-0/+294