diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:27:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:27:06 -0700 |
commit | 3e30cb0fbf83fd35c70e9697ba8871420d9fed0a (patch) | |
tree | 340fcafc69da5a6d361f18c31ac0454595da1015 /builtin/prune.c | |
parent | d552f8df1b2749b58e386dff98027c64f35cdbd1 (diff) | |
parent | 33bef7ea256e620c579aeff0e672b0becc79c75c (diff) | |
download | git-3e30cb0fbf83fd35c70e9697ba8871420d9fed0a.tar.gz git-3e30cb0fbf83fd35c70e9697ba8871420d9fed0a.tar.xz |
Merge branch 'mh/replace-refs-variable-rename'
* mh/replace-refs-variable-rename:
Document some functions defined in object.c
Add docstrings for lookup_replace_object() and do_lookup_replace_object()
rename read_replace_refs to check_replace_refs
Diffstat (limited to 'builtin/prune.c')
-rw-r--r-- | builtin/prune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/prune.c b/builtin/prune.c index 25f1477ed..144a3bdb3 100644 --- a/builtin/prune.c +++ b/builtin/prune.c @@ -150,7 +150,7 @@ int cmd_prune(int argc, const char **argv, const char *prefix) expire = ULONG_MAX; save_commit_buffer = 0; - read_replace_refs = 0; + check_replace_refs = 0; init_revisions(&revs, prefix); argc = parse_options(argc, argv, prefix, options, prune_usage, 0); |