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

Re: [PATCH] filter-branch: rewrite only refs which were not excludedbythe options

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:43:23

Johannes Schindelin wrote:
negatives="$(git rev-parse "$@" | while read line
        do
                case "$line" in
                $_x40) ;;
                *) echo "$line";;
                esac
        done)"
Ah, and you must move the definition of _x40 up a couple of lines.

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