Thread (76 messages) flat view 76 messages, 5 authors, 2016-06-15

Re: [RFC PATCH 3/6] filter-branch: invoke post-rewrite hook

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:48:17

Thomas Rast schrieb:
+if test -x "$GIT_DIR"/hooks/post-rewrite &&
+	test -s "$workdir"/../rewritten; then
+	"$GIT_DIR"/hooks/post-rewrite filter-branch < "$workdir"/../rewritten
+fi
This sounds extra-strange. As if filter-branch is used 20 times a day. If 
the intent is to carry notes over to new commits, then filter-branch 
should grow a --notes-filter instruction, no? With an easily accessible 
copy-everything mode like --tagname-filter=cat.

-- 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