Merge branch 'en/typofixes'
Typofixes. * en/typofixes: merge-ort: fix completely wrong comment trace2.h: fix trivial comment typo
This commit is contained in:
@ -4096,7 +4096,7 @@ static int record_conflicted_index_entries(struct merge_options *opt)
|
||||
state.istate = index;
|
||||
original_cache_nr = index->cache_nr;
|
||||
|
||||
/* Put every entry from paths into plist, then sort */
|
||||
/* Append every entry from conflicted into index, then sort */
|
||||
strmap_for_each_entry(&opt->priv->conflicted, &iter, e) {
|
||||
const char *path = e->key;
|
||||
struct conflict_info *ci = e->value;
|
||||
|
Reference in New Issue
Block a user