| Commit message (Expand) | Author | Age | Files | Lines |
* | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -1/+1 |
* | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -3/+3 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 | 1 | -5/+1 |
|\ |
|
| * | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commit | René Scharfe | 2015-10-26 | 1 | -5/+1 |
* | | Merge branch 'tk/sigchain-unnecessary-post-tempfile' | Junio C Hamano | 2015-10-29 | 1 | -1/+0 |
|\ \ |
|
| * | | shallow: remove unused #include "sigchain.h"tk/sigchain-unnecessary-post-tempfile | Tobias Klauser | 2015-10-22 | 1 | -1/+0 |
* | | | Merge branch 'mh/tempfile' | Junio C Hamano | 2015-08-25 | 1 | -31/+10 |
|\ \ \
| |/ / |
|
| * | | setup_temporary_shallow(): use tempfile module | Michael Haggerty | 2015-08-10 | 1 | -28/+7 |
| * | | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 2015-08-10 | 1 | -3/+3 |
| |/ |
|
* | | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -5/+5 |
|/ |
|
* | shallow: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -18/+11 |
* | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -6/+13 |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 | 1 | -4/+4 |
|\ |
|
| * | commit: convert parts to struct object_id | brian m. carlson | 2015-03-13 | 1 | -4/+4 |
| * | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | shallow.c: make check_shallow_file_for_update() static | Junio C Hamano | 2015-01-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | use xstrdup_or_null to replace ternary conditionals | Jeff King | 2015-01-13 | 1 | -1/+1 |
* | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 | 1 | -5/+2 |
|\ \ |
|
| * | | Handle atexit list internaly for unthreaded buildseb/no-pthreads | Etienne Buira | 2014-10-19 | 1 | -5/+2 |
| |/ |
|
* | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
* | | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 2014-10-01 | 1 | -3/+3 |
|/ |
|
* | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -2/+1 |
* | trace: improve trace performance | Karsten Blees | 2014-07-13 | 1 | -5/+5 |
* | shallow: verify shallow file after taking lockjk/shallow-update-fix | Jeff King | 2014-03-17 | 1 | -2/+2 |
* | shallow: automatically clean up shallow tempfiles | Jeff King | 2014-02-27 | 1 | -7/+34 |
* | shallow: use stat_validity to check for up-to-date file | Jeff King | 2014-02-27 | 1 | -17/+7 |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -7/+462 |
|\ |
|
| * | shallow: remove unused code | Ramsay Jones | 2014-01-06 | 1 | -16/+0 |
| * | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+53 |
| * | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+23 |
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+3 |
| * | upload-pack: make sure deepening preserves shallow roots | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+5 |
| * | shallow.c: steps 6 and 7 to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+294 |
| * | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+72 |
| * | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -5/+15 |
| * | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+15 |
* | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | use parse_commit_or_die instead of custom message | Jeff King | 2013-10-24 | 1 | -2/+1 |
* | | shallow: add setup_temporary_shallow() | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -0/+23 |
* | | shallow: only add shallow graft points to new shallow file | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -0/+2 |
* | | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 2013-08-18 | 1 | -0/+54 |
|/ |
|
* | Merge branch 'mk/upload-pack-off-by-one-dead-code-removal' | Junio C Hamano | 2013-07-22 | 1 | -11/+6 |
|\ |
|
| * | upload-pack: remove a piece of dead codemk/upload-pack-off-by-one-dead-code-removal | Matthijs Kooijman | 2013-07-15 | 1 | -11/+6 |
* | | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -2/+40 |
|/ |
|
* | upload-pack: fix off-by-one depth calculation in shallow clone | Nguyễn Thái Ngọc Duy | 2013-01-11 | 1 | -1/+7 |