Revision eca143b72194836b758522f182d4f9b24b9c5967 authored by Junio C Hamano on 15 July 2015, 18:41:20 UTC, committed by Junio C Hamano on 15 July 2015, 18:41:20 UTC
"git fetch --depth=<depth>" and "git clone --depth=<depth>" issued
a shallow transfer request even to an upload-pack that does not
support the capability.

* me/fetch-into-shallow-safety:
  fetch-pack: check for shallow if depth given
2 parent s 697f67a + eb86a50
Raw File
unimplemented.sh
#!/bin/sh

echo >&2 "fatal: git was built without support for `basename $0` (@@REASON@@)."
exit 128
back to top