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

Re: [PATCH-v3] Allow git-filter-branch to process large repositories with lots of branches.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:43

Possibly related (same subject, not in this thread)

Lee Carver [off-list ref] writes:
It is using the same ${tempdir} working directory that git rev-list uses
below for the ../revs file
Ah, I missed that; then that should be safe.  The patch looks sane.

Can we have your sign-off, too, please?
It's normally .git-rewrite/t, following the normal working directory setup
near line 205.
quoted
quoted
 
 case "$filter_subdir" in
 "")
@@ -268,7 +268,7 @@ case "$filter_subdir" in
 esac
 
 git rev-list --reverse --topo-order --default HEAD \
-	--parents --simplify-merges $rev_args "$@" > ../revs ||
+	--parents --simplify-merges --stdin "$@" < ../parse > ../revs ||
 	die "Could not get the commits"
 commits=$(wc -l <../revs | tr -d " ")
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help