Skip to content

Commit

Permalink
Merge branch 'jn/scripts-updates'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Junio C Hamano committed Dec 12, 2013
2 parents 72911f8 + 11d6214 commit 694a88a
Show file tree
Hide file tree
Showing 53 changed files with 87 additions and 600 deletions.
Empty file modified compat/vcbuild/scripts/clink.pl
100644 → 100755
Empty file.
Empty file modified compat/vcbuild/scripts/lib.pl
100644 → 100755
Empty file.
Empty file modified contrib/buildsystems/engine.pl
100644 → 100755
Empty file.
Empty file modified contrib/buildsystems/generate
100644 → 100755
Empty file.
Empty file modified contrib/buildsystems/parse.pl
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!bash
#
# bash/zsh completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
Expand Down
2 changes: 0 additions & 2 deletions contrib/completion/git-completion.tcsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!tcsh
#
# tcsh completion support for core Git.
#
# Copyright (C) 2012 Marc Khouzam <marc.khouzam@gmail.com>
Expand Down
1 change: 0 additions & 1 deletion contrib/hooks/post-receive-email
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# For example, on debian the hook is stored in
# /usr/share/git-core/contrib/hooks/post-receive-email:
#
# chmod a+x post-receive-email
# cd /path/to/your/repository.git
# ln -sf /usr/share/git-core/contrib/hooks/post-receive-email hooks/post-receive
#
Expand Down
1 change: 0 additions & 1 deletion contrib/hooks/pre-auto-gc-battery
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# For example, if the hook is stored in
# /usr/share/git-core/contrib/hooks/pre-auto-gc-battery:
#
# chmod a+x pre-auto-gc-battery
# cd /path/to/your/repository.git
# ln -sf /usr/share/git-core/contrib/hooks/pre-auto-gc-battery \
# hooks/pre-auto-gc
Expand Down
Empty file modified contrib/hooks/setgitperms.perl
100644 → 100755
Empty file.
Empty file modified contrib/hooks/update-paranoid
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion contrib/p4import/README

This file was deleted.

365 changes: 0 additions & 365 deletions contrib/p4import/git-p4import.py

This file was deleted.

Loading

0 comments on commit 694a88a

Please sign in to comment.