33 Commits (49c3e926349e964b311b46251bb2b97d3d669855)

Author SHA1 Message Date
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King 7839632167 shallow: verify shallow file after taking lock 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Jeff King 0cc77c386c shallow: use stat_validity to check for up-to-date file 11 years ago
Ramsay Jones feefdf62c1 shallow: remove unused code 11 years ago
Nguyễn Thái Ngọc Duy eab3296c7e prune: clean .git/shallow after pruning objects 11 years ago
Nguyễn Thái Ngọc Duy 0a1bc12b6e receive-pack: allow pushes that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 069c053222 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses 11 years ago
Nguyễn Thái Ngọc Duy 79d3a236c5 upload-pack: make sure deepening preserves shallow roots 11 years ago
Nguyễn Thái Ngọc Duy 8e277383e0 shallow.c: steps 6 and 7 to select new commits for .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 58babfffde shallow.c: the 8 steps to select new commits for .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago
Nguyễn Thái Ngọc Duy ad491366de make the sender advertise shallow commits to the receiver 11 years ago
Jeff King 367068e0dd use parse_commit_or_die instead of custom message 12 years ago
Nguyễn Thái Ngọc Duy 08ea65ad13 shallow: add setup_temporary_shallow() 12 years ago
Nguyễn Thái Ngọc Duy 6a3bbb4db4 shallow: only add shallow graft points to new shallow file 12 years ago
Nguyễn Thái Ngọc Duy 3125fe528b move setup_alternate_shallow and write_shallow_commits to shallow.c 12 years ago
Matthijs Kooijman 4b796951ff upload-pack: remove a piece of dead code 12 years ago
Nguyễn Thái Ngọc Duy 6035d6aad8 fetch-pack: prepare updated shallow file before fetching the pack 12 years ago
Nguyễn Thái Ngọc Duy 682c7d2f1a upload-pack: fix off-by-one depth calculation in shallow clone 12 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Martin Koegler dec38c8165 check return value from parse_commit() in various functions 17 years ago
Martin Koegler affeef12fb deref_tag: handle return value NULL 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano f43117a6c1 is_repository_shallow(): prototype fix. 18 years ago
Alexandre Julliard d64d6c9fc7 get_shallow_commits: Avoid memory leak if a commit has been reached already. 19 years ago
Alexandre Julliard abef3a1625 Shallow clone: do not ignore shallowness when following tags 19 years ago
Johannes Schindelin f53514bc2d allow deepening of a shallow repository 19 years ago
Johannes Schindelin ed09aef06f support fetching into a shallow repository 19 years ago