summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLibravatar SZEDER Gábor <szeder@ira.uka.de>2015-11-23 13:23:16 +0100
committerLibravatar Jeff King <peff@peff.net>2015-11-24 18:37:50 -0500
commit4d2a3646d1f0285ce072cdfe34a7df64710f9357 (patch)
treea8fca2cc3da5b8d85586898646a050d680ddcaa5 /README
parentDocumentation/git-update-index: add missing opts to synopsys (diff)
downloadtgif-4d2a3646d1f0285ce072cdfe34a7df64710f9357.tar.xz
filter-branch: deal with object name vs. pathname ambiguity in tree-filter
'git filter-branch' fails complaining about an ambiguous argument, if a tree-filter renames a path and the new pathname happens to match an existing object name. After the tree-filter has been applied, 'git filter-branch' looks for changed paths by running: git diff-index -r --name-only --ignore-submodules $commit which then, because of the lack of disambiguating double-dash, can't decide whether to treat '$commit' as revision or path and errors out. Add that disambiguating double-dash after 'git diff-index's revision argument to make sure that '$commit' is interpreted as a revision. Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions