| Commit message (Expand) | Author | Age |
* | shallow: avoid memory leak | Johannes Schindelin | 2017-05-08 |
* | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 |
* | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 2017-03-28 |
* | Merge branch 'nd/shallow-fixup' | Junio C Hamano | 2016-12-21 |
|\ |
|
| * | shallow.c: remove useless code | Nguyễn Thái Ngọc Duy | 2016-12-07 |
| * | shallow.c: bit manipulation tweaks | Rasmus Villemoes | 2016-12-07 |
| * | shallow.c: avoid theoretical pointer wrap-around | Rasmus Villemoes | 2016-12-07 |
| * | shallow.c: make paint_alloc slightly more robust | Nguyễn Thái Ngọc Duy | 2016-12-07 |
| * | shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools | Nguyễn Thái Ngọc Duy | 2016-12-07 |
| * | shallow.c: rename fields in paint_info to better express their purposes | Nguyễn Thái Ngọc Duy | 2016-12-07 |
* | | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-10-31 |
|\ \ |
|
| * | | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 2016-10-17 |
* | | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 |
|\ \ \
| |/ /
|/| | |
|
| * | | shallow.c: implement a generic shallow boundary finder based on rev-list | Nguyễn Thái Ngọc Duy | 2016-06-13 |
* | | | pass constants as first argument to st_mult() | René Scharfe | 2016-08-01 |
| |/
|/| |
|
* | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 |
* | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 |
|/ |
|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 |
|\ |
|
| * | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 2015-10-26 |
* | | Merge branch 'tk/sigchain-unnecessary-post-tempfile' | Junio C Hamano | 2015-10-29 |
|\ \ |
|
| * | | shallow: remove unused #include "sigchain.h" | Tobias Klauser | 2015-10-22 |
* | | | Merge branch 'mh/tempfile' | Junio C Hamano | 2015-08-25 |
|\ \ \
| |/ / |
|
| * | | setup_temporary_shallow(): use tempfile module | Michael Haggerty | 2015-08-10 |
| * | | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 2015-08-10 |
| |/ |
|
* | | memoize common git-path "constant" files | Jeff King | 2015-08-10 |
|/ |
|
* | shallow: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 |
* | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 |
|\ |
|
| * | commit: convert parts to struct object_id | brian m. carlson | 2015-03-13 |
| * | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 |
| |\ |
|
* | \ | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 |
|\ \ \ |
|
| * | | | shallow.c: make check_shallow_file_for_update() static | Junio C Hamano | 2015-01-15 |
| |/ / |
|
* | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | use xstrdup_or_null to replace ternary conditionals | Jeff King | 2015-01-13 |
* | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 |
|\ \ |
|
| * | | Handle atexit list internaly for unthreaded builds | Etienne Buira | 2014-10-19 |
| |/ |
|
* | | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 2014-10-01 |
* | | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 2014-10-01 |
|/ |
|
* | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 |
* | trace: improve trace performance | Karsten Blees | 2014-07-13 |
* | shallow: verify shallow file after taking lock | Jeff King | 2014-03-17 |
* | shallow: automatically clean up shallow tempfiles | Jeff King | 2014-02-27 |
* | shallow: use stat_validity to check for up-to-date file | Jeff King | 2014-02-27 |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 |
|\ |
|
| * | shallow: remove unused code | Ramsay Jones | 2014-01-06 |
| * | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 |