mirror of https://github.com/git-ftp/git-ftp.git
Browse Source
When including untracked files, grep was used to find the tracked source file in the list of changed files. Now, git-diff is used to detect the change. It allows to use source files outside of $SYNCROOT. Source file paths starting with / are seen relative to the Git working tree, even if --syncroot is specified.pull/251/head

3 changed files with 32 additions and 13 deletions
Loading…
Reference in new issue