OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-134-g9400197
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Nov 2011 16:05:46 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 27ade78fb9b0db8a1858e3eb77b5fadb8520d4b2
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Nov 3 12:33:55 2011 -0500
external: trigger git commit-msg hooks on import
When we import commits, the new commit does not have a Change-Id in
the commit message. Usually a git commit-msg hook will be installed to
automatically insert a Change-Id into the commit message if one does
not already exist, so trigger the hook by performing a no-op 'git
commit --amend'.
Change-Id: Ia43b5b16ee00c9aee8950039b035d27ed6782781
Reviewed-on: http://gerrit.openafs.org/5797
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry-picked from fbf68f12592419a315f56585f9b8bb3a822bbc9b)
Reviewed-on: http://gerrit.openafs.org/5963
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/external/import-external-git.pl | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository