[aur-dev] [PATCH 8/8] Move support/schema/ to schema/

Lukas Fleischer archlinux at cryptocrack.de
Fri Feb 7 16:13:49 EST 2014


On Fri, 07 Feb 2014 at 00:33:48, canyonknight wrote:
> On Thu, Feb 6, 2014 at 1:42 PM, Lukas Fleischer
> <archlinux at 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 at 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>

Of course. I wanted to do this but somehow forgot about it when calling
git-send-email(1). Will do next time.


More information about the aur-dev mailing list