infrastructure fixes:
- fix bug in git hooks that loses file permissions when doing variable expansion - fix execute permissions on sys/unix/hints/macosx.sh - explicitly call out perl as required for hooks in Developer.txt
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|___/\___|\_/\___|_\___/ .__/\___|_|
|
||||
|_|
|
||||
|
||||
$NHDT-Date: 1447180052 2015/11/10 18:27:32 $
|
||||
$NHDT-Date: 1518800857 2018/02/16 17:07:37 $
|
||||
|
||||
Welcome to the NetHack Infrastructure Developer's Guide.
|
||||
|
||||
@@ -43,12 +43,15 @@ us an email if that's more appropriate).
|
||||
------------------------------------------------------------------------------
|
||||
4. git configuration
|
||||
|
||||
NOTE: These instructions assume you are on the default branch ("master");
|
||||
this _is_ where you want to be for setting things up. This may or may
|
||||
not be the branch you want to use for your changes; see the appropriate
|
||||
NOTE: These instructions assume you are on the default branch; this _is_
|
||||
where you want to be for setting things up. This may or may not be
|
||||
the branch you want to use for your changes; see the appropriate
|
||||
project private documentation for more information (if you are working
|
||||
alone we suggest using branch names starting with "LOCAL-").
|
||||
|
||||
NOTE: The following instructions require perl. If you do not have perl on
|
||||
your system, please install it before proceeding.
|
||||
|
||||
A. If you have never set up git on this machine before:
|
||||
(This assumes you will only be using git for NetHack. If you are going to
|
||||
use it for other projects as well, think before you type.)
|
||||
|
||||
Reference in New Issue
Block a user