summaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@google.com>2014-12-04 23:08:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-04 23:39:37 (GMT)
commita785d3f77c9922846f25d09fb04af9a3400ffbd1 (patch)
tree6b44a18fbd3ac180f56304de81fdd390cdac2de7 /refs.h
parentbc9f2925fba2fee13f75bf0f149c0da7a4688bc2 (diff)
downloadgit-a785d3f77c9922846f25d09fb04af9a3400ffbd1.zip
git-a785d3f77c9922846f25d09fb04af9a3400ffbd1.tar.gz
git-a785d3f77c9922846f25d09fb04af9a3400ffbd1.tar.bz2
refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com> Signed-off-by: Stefan Beller <sbeller@google.com> Reviewed-by: Michael Haggerty <mhagger@alum.mit.edu> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs.h b/refs.h
index 2bc3556..7d675b7 100644
--- a/refs.h
+++ b/refs.h
@@ -283,7 +283,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err);
/*
* Add a reference update to transaction. new_sha1 is the value that
- * the reference should have after the update, or zeros if it should
+ * the reference should have after the update, or null_sha1 if it should
* be deleted. If have_old is true, then old_sha1 holds the value
* that the reference should have had before the update, or zeros if
* it must not have existed beforehand.