summaryrefslogtreecommitdiff
path: root/shallow.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-10-24 08:56:10 -0700
committerJunio C Hamano <gitster@pobox.com>2018-10-25 12:59:27 +0900
commit328a43518244b970e1765eca78060bfeb265a584 (patch)
tree8f81d42f77bb7f4421e9507ebf62e91f4a1e7f38 /shallow.c
parentcae598d9980661a978e2df4fb338518f7bf09572 (diff)
downloadgit-328a43518244b970e1765eca78060bfeb265a584.tar.gz
repack: point out a bug handling stale shallow info
A `git fetch --prune` can turn previously-reachable objects unreachable, even commits that are in the `shallow` list. A subsequent `git repack -ad` will then unceremoniously drop those unreachable commits, and the `shallow` list will become stale. This means that when we try to fetch with a larger `--depth` the next time, we may end up with: fatal: error in object: unshallow <commit-hash> Reported by Alejandro Pauly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'shallow.c')
0 files changed, 0 insertions, 0 deletions