On Thu, Feb 6, 2014 at 1:42 PM, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
There aren't any other subdirectories in support/. Reduce the nesting depth by moving schema/ to the top-level source directory.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> --- INSTALL | 4 +- schema/aur-schema.sql | 228 +++++++++++++++++++++++++++++++ schema/gendummydata.py | 302 +++++++++++++++++++++++++++++++++++++++++ schema/reloadtestdb.sh | 29 ++++ support/schema/aur-schema.sql | 228 ------------------------------- support/schema/gendummydata.py | 302 ----------------------------------------- support/schema/reloadtestdb.sh | 29 ---- 7 files changed, 561 insertions(+), 561 deletions(-) create mode 100644 schema/aur-schema.sql create mode 100755 schema/gendummydata.py create mode 100755 schema/reloadtestdb.sh delete mode 100644 support/schema/aur-schema.sql delete mode 100755 support/schema/gendummydata.py delete mode 100755 support/schema/reloadtestdb.sh
For patches where files are moved like this can you use `git format-patch -M`? It makes it easier to figure out what has actually changed in the files being renamed. This is especially true for this patch as you can't even reply due to the mailman size limitation. <snip>