On Fri, Mar 04, 2016 at 10:11:38PM -0300, Gabriel Souza Franco wrote:
Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well,
2013-12-05) added support for specifying a SHA-1 as well as a ref name.
Add support for specifying just a SHA-1 and set the ref name to the same
value in this case.
Signed-off-by: Gabriel Souza Franco <redacted>
---
Documentation/git-fetch-pack.txt | 4 ++++
builtin/fetch-pack.c | 16 +++++++++++++---
t/t5500-fetch-pack.sh | 14 ++++++++++++++
3 files changed, 31 insertions(+), 3 deletions(-)
Thanks, this version looks good to me.
-Peff