Thread (40 messages) flat view 40 messages, 7 authors, 2016-06-15

Re: [PATCH v2 1/3] t7700: demonstrate mishandling of objects in packs with a .keep file

From: Brandon Casey <hidden>
Date: 2016-06-15 22:45:36

Possibly related (same subject, not in this thread)

Andreas Ericsson wrote:
Brandon Casey wrote:
quoted
From: Brandon Casey <redacted>

Objects residing in pack files that have an associated .keep file are not
supposed to be repacked into new pack files, but they are.

Signed-off-by: Brandon Casey <redacted>
---


This version replaces the use of 'head -n -1' with a grep, and should
work on
all platforms.
sed 1q is faster, as it stops parsing after the first line (the same as
'head
-n 1' does, but in a more portable fashion).
Except that I wanted all but the _last_ line though.

I didn't think about using sed. Perhaps I could have used something like

   sed -n -e '$q' -e 'p'

The grep works though.

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