summaryrefslogtreecommitdiff
path: root/builtin-push.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-06 00:13:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-06 00:16:40 (GMT)
commit6326cee51b21d67e1335ead285cb52b83234b2b4 (patch)
tree430242cddae40db0ccf61506fcdce5cca3656d57 /builtin-push.c
parent9d25acc49a98ca82988ad871753a45e41f3c90f5 (diff)
downloadgit-6326cee51b21d67e1335ead285cb52b83234b2b4.zip
git-6326cee51b21d67e1335ead285cb52b83234b2b4.tar.gz
git-6326cee51b21d67e1335ead285cb52b83234b2b4.tar.bz2
git grep shows the same hit repeatedly for unmerged paths
When the index is unmerged, e.g. $ git ls-files -u 100644 faf413748eb6ccb15161a212156c5e348302b1b6 1 setup.c 100644 145eca50f41d811c4c8fcb21ed2604e6b2971aba 2 setup.c 100644 cb9558c49b6027bf225ba2a6154c4d2a52bcdbe2 3 setup.c running "git grep" for work tree files repeats hits for each unmerged stage. $ git grep -n -e setup_work_tree -- '*.[ch]' setup.c:209:void setup_work_tree(void) setup.c:209:void setup_work_tree(void) setup.c:209:void setup_work_tree(void) This should fix it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-push.c')
0 files changed, 0 insertions, 0 deletions