Skip to content

Commit 694a88a

Browse files
committed
Merge branch 'jn/scripts-updates'
* jn/scripts-updates: remove #!interpreter line from shell libraries test: replace shebangs with descriptions in shell libraries test: make FILEMODE a lazy prereq contrib: remove git-p4import mark contributed hooks executable mark perl test scripts executable mark Windows build scripts executable
2 parents 72911f8 + 11d6214 commit 694a88a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+87
-600
lines changed

compat/vcbuild/scripts/clink.pl

100644100755
File mode changed.

compat/vcbuild/scripts/lib.pl

100644100755
File mode changed.

contrib/buildsystems/engine.pl

100644100755
File mode changed.

contrib/buildsystems/generate

100644100755
File mode changed.

contrib/buildsystems/parse.pl

100644100755
File mode changed.

contrib/completion/git-completion.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!bash
2-
#
31
# bash/zsh completion support for core Git.
42
#
53
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]>

contrib/completion/git-completion.tcsh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!tcsh
2-
#
31
# tcsh completion support for core Git.
42
#
53
# Copyright (C) 2012 Marc Khouzam <[email protected]>

contrib/hooks/post-receive-email

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# For example, on debian the hook is stored in
2323
# /usr/share/git-core/contrib/hooks/post-receive-email:
2424
#
25-
# chmod a+x post-receive-email
2625
# cd /path/to/your/repository.git
2726
# ln -sf /usr/share/git-core/contrib/hooks/post-receive-email hooks/post-receive
2827
#

contrib/hooks/pre-auto-gc-battery

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# For example, if the hook is stored in
1414
# /usr/share/git-core/contrib/hooks/pre-auto-gc-battery:
1515
#
16-
# chmod a+x pre-auto-gc-battery
1716
# cd /path/to/your/repository.git
1817
# ln -sf /usr/share/git-core/contrib/hooks/pre-auto-gc-battery \
1918
# hooks/pre-auto-gc

contrib/hooks/setgitperms.perl

100644100755
File mode changed.

0 commit comments

Comments
 (0)