Thread (9 messages) flat view 9 messages, 6 authors, 2016-06-15

Re: [PATCH 2/2] bundle: use a strbuf to scan the log for boundary commits

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:53:07

Am 22.02.2012 21:55, schrieb Jeff King:
On Wed, Feb 22, 2012 at 08:34:23PM +0100, Thomas Rast wrote:
quoted
+	printf "abcdefghijkl %s\n" $(seq 1 100) | git commit -F - &&
Seq is not portable.
Thanks for pointing this out.
I usually use either

  perl -le "print for (1..100)"

or just do:

  z16=zzzzzzzzzzzzzzzz
  z256=$z16$z16$z16$z16$z16$z16$z16$z16
  z1024=$z256$z256$z256$z256$z256$z256$z256$z256
If a sequence of ASCII zeros is good enough, you can also do:

  printf %02134d 0

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help