diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 09:29:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 09:29:59 -0300 |
commit | 11ab52e7a03fe6829d083914820ad945d1291d68 (patch) | |
tree | e1a938411ef139fa12e8bce71dedc377309a49a2 | |
parent | 56bcf04d7e6d36ab58a28101accca6639faf78d2 (diff) |
use_dir.pl: update linux/git_log file
git_log is used to help developers to know what's the latest .git
patch applied from the tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rwxr-xr-x | linux/use_dir.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/use_dir.pl b/linux/use_dir.pl index 93c8e77..2172270 100755 --- a/linux/use_dir.pl +++ b/linux/use_dir.pl @@ -305,3 +305,4 @@ if ($get_patched && $patches_applied) { } write_ctlfile(); +system "git --git-dir $dir/.git log --pretty=oneline HEAD^1^1^1^1^1^1^1^1..HEAD >git_log" |