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