Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-05 22:12:12 +0400
committerJunio C Hamano <gitster@pobox.com>2013-05-05 22:12:12 +0400
commit2be2eb970c14a35a9a0a5a73130ade8c87ab8ff2 (patch)
treec59837d5d602d7f55599978ea73968d32bb21cb8 /transport-helper.c
parent7d3ccdffb5d28970dd7a4d177cfcca690ccd0c22 (diff)
parentb056620f6fe7f05834716109fa79e7880a11bc36 (diff)
Merge branch 'fc/push-with-export-reporting-result'
* fc/push-with-export-reporting-result: transport-helper: improve push messages
Diffstat (limited to 'transport-helper.c')
-rw-r--r--transport-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport-helper.c b/transport-helper.c
index 5f8d075ed8..835815f61d 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -806,6 +806,7 @@ static int push_refs_with_export(struct transport *transport,
if (private && !get_sha1(private, sha1)) {
strbuf_addf(&buf, "^%s", private);
string_list_append(&revlist_args, strbuf_detach(&buf, NULL));
+ hashcpy(ref->old_sha1, sha1);
}
free(private);