git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pre-push.sample: Remove unwanted `IFS=' '`.
@ 2014-12-21 18:14 Jim Hill
  2014-12-21 18:25 ` [PATCH w/signoff] " Jim Hill
  2014-12-21 19:26 ` [PATCH v2] pre-push.sample: remove " Jim Hill
  0 siblings, 2 replies; 7+ messages in thread
From: Jim Hill @ 2014-12-21 18:14 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

---
 templates/hooks--pre-push.sample | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/hooks--pre-push.sample b/templates/hooks--pre-push.sample
index 69e3c67..6187dbf 100755
--- a/templates/hooks--pre-push.sample
+++ b/templates/hooks--pre-push.sample
@@ -24,7 +24,6 @@ url="$2"
 
 z40=0000000000000000000000000000000000000000
 
-IFS=' '
 while read local_ref local_sha remote_ref remote_sha
 do
 	if [ "$local_sha" = $z40 ]
-- 
2.2.1.212.g51be871

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

end of thread, other threads:[~2014-12-23  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-21 18:14 [PATCH] pre-push.sample: Remove unwanted `IFS=' '` Jim Hill
2014-12-21 18:25 ` [PATCH w/signoff] " Jim Hill
2014-12-21 18:50   ` Junio C Hamano
2014-12-21 19:12     ` Jim Hill
2014-12-21 22:49       ` Junio C Hamano
2014-12-23  2:08         ` Junio C Hamano
2014-12-21 19:26 ` [PATCH v2] pre-push.sample: remove " Jim Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).