On 03/02/2015 10:44 PM, Junio C Hamano wrote:
> Michael Haggerty writes:
>
>> Instead, compute the value when it is needed.
>
>> @@ -2318,8 +2317,6 @@ static struct ref_lock *lock_ref_sha1_basic(const char
>> *refname,
>> lock->ref_name = xstrdup(refname);
>> lock->orig_ref_name = xst
Michael Haggerty writes:
> Instead, compute the value when it is needed.
> @@ -2318,8 +2317,6 @@ static struct ref_lock *lock_ref_sha1_basic(const char
> *refname,
> lock->ref_name = xstrdup(refname);
> lock->orig_ref_name = xstrdup(orig_refname);
> ref_file = git_path("%s", r
From: Stefan Beller
Instead, compute the value when it is needed.
Signed-off-by: Stefan Beller
Edited-by: Michael Haggerty
Signed-off-by: Michael Haggerty
---
refs.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/refs.c b/refs.c
index 3ed9ea6..f2e9883 100644
3 matches
Mail list logo