Git development
 help / color / mirror / Atom feed
* Weirdness with port-update hook and local push
@ 2005-12-05 20:36 Daniel Barkalow
  2005-12-05 20:40 ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Barkalow @ 2005-12-05 20:36 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

I have the following post-update hook:

-----
#!/bin/sh

unset GIT_DIR
cd /home/barkalow/auto-working/web
if ! git pull /home/barkalow/git/web.git/
then
  exit 1  
fi
make
-----

>From that "git pull", I'm getting:

/home/barkalow/bin/git-pull: line 108: 30608 Broken pipe      git-merge $no_summary $no_commit $strategy_args "$merge_name" HEAD $merge_head

It works fine when pushing over ssh, and when I just run the hook 
directly. (It does a fast forward merge without any trouble.) Any ideas on 
what's confusing it?

	-Daniel
*This .sig left intentionally blank*

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-06  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-05 20:36 Weirdness with port-update hook and local push Daniel Barkalow
2005-12-05 20:40 ` Johannes Schindelin
2005-12-05 22:01   ` Daniel Barkalow
2005-12-05 22:11     ` Junio C Hamano
     [not found]     ` <Pine.LNX.4.63.0512052318290.3406@wbgn013.biozentrum.uni-wuerzburg.de>
2005-12-06  1:12       ` Daniel Barkalow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox