[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such
From: |
Sam Steingold |
Subject: |
Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory |
Date: |
Tue, 27 Jan 2015 16:09:19 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) |
> * Eli Zaretskii <address@hidden> [2015-01-27 19:39:21 +0200]:
>
> So maybe something happened to /usr/share/git-core/templates/hooks
> directory (or wherever it is on OS X) on Sam's machine. What do you
> (Sam) see there?
$ ls /usr/local/share/git-core/templates/hooks/
total 80
8 applypatch-msg.sample* 8 post-update.sample* 8
pre-commit.sample* 16 pre-rebase.sample* 8 update.sample*
8 commit-msg.sample* 8 pre-applypatch.sample* 8
pre-push.sample* 8 prepare-commit-msg.sample*
> Or maybe Sam has an alias that calls "git init" with --template
> option, pointing it to a non-standard place. (What does
> "git config -l" display?)
aha!!!
I do have
--8<---------------cut here---------------start------------->8---
[init]
templatedir = ~/.git-templates
--8<---------------cut here---------------end--------------->8---
in .gitconfig; removing it fixed the problem.
Sorry.
Now, the reason I have the .git-templates is to call ctags after each
git operation; I thought that those things were cumulative with the
system-provided git hooks.
I wonder if I can keep my ctags hooks and get the new git *.sample
scripts too.
Thanks!
--
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1343
http://www.childpsy.net/ http://truepeace.org http://camera.org
http://thereligionofpeace.com http://ffii.org http://memri.org
-Nervous? -Yes! -First time? -No, I've been nervous before!
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, (continued)
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Paul Eggert, 2015/01/26
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Sam Steingold, 2015/01/26
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Paul Eggert, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Sam Steingold, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Paul Eggert, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, chad, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Jan D., 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Eli Zaretskii, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Jan D., 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Sam Steingold, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory,
Sam Steingold <=
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Paul Eggert, 2015/01/27
- Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory, Sam Steingold, 2015/01/27