git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d90e759
)
merge-recursive: align labels with their respective code blocks
author
Elijah Newren
<redacted>
Sun, 10 Jun 2018 04:16:13 +0000
(21:16 -0700)
committer
Junio C Hamano
<redacted>
Tue, 12 Jun 2018 17:22:57 +0000
(10:22 -0700)
Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
merge-recursive.c
patch
|
blob
|
history
diff --git
a/merge-recursive.c
b/merge-recursive.c
index 09c249b93e45e197513f55d8a206535ecf89d750..5538038178170f7550115f4713af3dac1f9f0026 100644
(file)
--- a/
merge-recursive.c
+++ b/
merge-recursive.c
@@
-998,10
+998,10
@@
static int update_file_flags(struct merge_options *o,
ret = err(o,
_("do not know what to do with %06o %s '%s'"),
mode, oid_to_hex(oid), path);
- free_buf:
+
free_buf:
free(buf);
}
-
update_index:
+update_index:
if (!ret && update_cache)
if (add_cacheinfo(o, mode, oid, path, 0, update_wd,
ADD_CACHE_OK_TO_ADD))
@@
-3326,7
+3326,7
@@
int merge_trees(struct merge_options *o,
entries->items[i].string);
}
-cleanup:
+
cleanup:
final_cleanup_renames(&re_info);
string_list_clear(entries, 1);
git clone https://git.99rst.org/PROJECT