Skip to content

Commit

Permalink
Remove unneeded git update-index call
Browse files Browse the repository at this point in the history
... detected with TIG_TRACE.
  • Loading branch information
jonas committed Oct 14, 2012
1 parent 121fda4 commit 3acf9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tig.c
Expand Up @@ -6766,7 +6766,6 @@ stage_apply_chunk(struct view *view, struct line *chunk, struct line *line, bool
}

io_done(&io);
io_run_bg(update_index_argv);

return chunk ? TRUE : FALSE;
}
Expand Down

0 comments on commit 3acf9cf

Please sign in to comment.