login
Header Space

 
 

Re: [PATCH] git-bundle - bundle objects and references for disconnected transfer.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mark Levedahl <mdl123@...>
Cc: <git@...>
Date: Thursday, February 15, 2007 - 8:40 pm

Hi,

On Thu, 15 Feb 2007, Mark Levedahl wrote:


It is not a usability issue if you are cleanly separating things which do 
not belong together.


Example:

#!/bin/sh

(echo Hallo; echo Bello; echo; echo blabla) | \
(
	while read line; do
		echo "$line"
		if [ -z "$line" ]; then
			break
		fi
	done
	echo "xxx"
	cat
)

In this case, shell reads the header until an empty line is encountered. 
The rest is piped through cat. And it does not matter if "blabla" is text 
or binary.

Ciao,
Dscho


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Scripts to use "bundles" for moving data between reposit..., Johannes Schindelin, (Wed Feb 14, 11:46 am)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Wed Feb 14, 5:58 pm)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Wed Feb 14, 8:07 pm)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Thu Feb 15, 11:32 am)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Thu Feb 15, 8:40 pm)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Wed Feb 14, 8:15 pm)
Re: [PATCH] git-bundle - bundle objects and references for d..., Johannes Schindelin, (Thu Feb 15, 11:35 am)
[PATCH] Create a man page for git-bundle., Mark Levedahl, (Wed Feb 14, 10:10 am)
[PATCH] Create a man page for git-unbundle., Mark Levedahl, (Wed Feb 14, 10:10 am)
speck-geostationary