diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-16 17:49:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-16 17:49:59 -0700 |
commit | 1f8dc671557a7330eaee9c0296bfad669d26a1b8 (patch) | |
tree | 6d3152f0bf2da873cd29efe3dc962e49034b15d3 /Makefile | |
parent | 0513f241cc2d757371dc7ba6b065366de044862e (diff) | |
parent | b4f02d3509e8e4da0f115b9515d52daa02621db7 (diff) | |
download | git-1f8dc671557a7330eaee9c0296bfad669d26a1b8.tar.gz git-1f8dc671557a7330eaee9c0296bfad669d26a1b8.tar.xz |
Merge branch 'mv/dashless'
* mv/dashless:
make remove-dashes: apply to scripts and programs as well, not just to builtins
git-bisect: use dash-less form on git bisect log
t1007-hash-object.sh: use quotes for the test description
t0001-init.sh: change confusing directory name
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1298,7 +1298,7 @@ check: common-cmds.h for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done remove-dashes: - ./fixup-builtins $(BUILT_INS) + ./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS) ### Installation rules |