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