summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-21 12:46:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-21 12:46:14 +0200
commite012d638f65a0b8d340d5ff4bbde8e3691cc6c9d (patch)
treee9258f53288059c37d3ba00af25247046ee41334 /scripts
parentd7551b78527c90d0d375deb04d6ba51d39634df8 (diff)
downloadptxdist-e012d638f65a0b8d340d5ff4bbde8e3691cc6c9d.tar.gz
ptxdist-e012d638f65a0b8d340d5ff4bbde8e3691cc6c9d.tar.xz
patchin: set core.abbrev=12 when creating patches with git
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index d9d1494e7..4419d3fa0 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -66,6 +66,7 @@ ptxd_make_world_patchin_apply_git_init()
git tag base &&
git config alias.ptx-patches "!${PTXDIST_TOPDIR}/scripts/git-ptx-patches \"\${@}\"" &&
git config diff.renames false &&
+ git config core.abbrev 12 &&
echo "patchin: git: done"
fi
}