зеркало из https://github.com/microsoft/git.git
Merge branch 'maint'
* maint: docs: fix filter-branch subdir example for exotic repo names
This commit is contained in:
Коммит
142c945e6e
|
@ -361,7 +361,7 @@ git filter-branch --index-filter \
|
|||
'git ls-files -s | sed "s-\t\"*-&newsubdir/-" |
|
||||
GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
|
||||
git update-index --index-info &&
|
||||
mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE' HEAD
|
||||
mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"' HEAD
|
||||
---------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче