summaryrefslogtreecommitdiffstats
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/plug-leaks'Junio C Hamano2017-05-291-2/+6
|\
| * shallow: avoid memory leakJohannes Schindelin2017-05-081-2/+6
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-10/+10
* | Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson2017-05-081-3/+3
* | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-6/+6
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-6/+6
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-13/+13
* Merge branch 'nd/shallow-fixup'Junio C Hamano2016-12-211-19/+20
|\
| * shallow.c: remove useless codeNguyễn Thái Ngọc Duy2016-12-071-4/+0
| * shallow.c: bit manipulation tweaksRasmus Villemoes2016-12-071-4/+4
| * shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes2016-12-071-1/+1
| * shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy2016-12-071-0/+3
| * shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy2016-12-071-2/+4
| * shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy2016-12-071-9/+9
* | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-1/+1
|\ \
| * | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-1/+1
* | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+78
|\ \ \ | |/ / |/| |
| * | shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-131-0/+78
* | | pass constants as first argument to st_mult()René Scharfe2016-08-011-1/+1
| |/ |/|
* | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+3
|/
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-5/+1
|\
| * use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-261-5/+1
* | Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano2015-10-291-1/+0
|\ \
| * | shallow: remove unused #include "sigchain.h"Tobias Klauser2015-10-221-1/+0
* | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-31/+10
|\| |
| * | setup_temporary_shallow(): use tempfile moduleMichael Haggerty2015-08-101-28/+7
| * | lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-101-3/+3
| |/
* / memoize common git-path "constant" filesJeff King2015-08-101-5/+5
|/
* shallow: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+11
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-6/+13
* Merge branch 'bc/object-id'Junio C Hamano2015-05-051-4/+4
|\
| * commit: convert parts to struct object_idbrian m. carlson2015-03-131-4/+4
| * Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-241-1/+1
| |\
* | \ Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-1/+1
|\ \ \
| * | | shallow.c: make check_shallow_file_for_update() staticJunio C Hamano2015-01-151-1/+1
| |/ /
* | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-131-1/+1
* | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-241-5/+2
|\ \
| * | Handle atexit list internaly for unthreaded buildsEtienne Buira2014-10-191-5/+2
| |/
* | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-011-0/+1
* | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-011-3/+3
|/
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-2/+1
* trace: improve trace performanceKarsten Blees2014-07-131-5/+5
* shallow: verify shallow file after taking lockJeff King2014-03-171-2/+2
* shallow: automatically clean up shallow tempfilesJeff King2014-02-271-7/+34
* shallow: use stat_validity to check for up-to-date fileJeff King2014-02-271-17/+7