commit | 48d25cae22667dfc2c31ad620172c0f0a3ac1490 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Thu Dec 05 20:02:42 2013 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 10 16:14:17 2013 -0800 |
tree | 9e757eeeff528d48a7184c72675f838361537a42 | |
parent | 79d3a236c551ad59719a6835bee03a1446296e65 [diff] |
fetch: add --update-shallow to accept refs that update .git/shallow The same steps are done as in when --update-shallow is not given. The only difference is we now add all shallow commits in "ours" and "theirs" to .git/shallow (aka "step 8"). Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>