Optimize gitlog script

This commit is contained in:
Rom Walton 2013-01-02 15:15:36 -05:00 committed by Oliver Bock
parent ba6ebc657c
commit f1daa1e86f
1 changed files with 1 additions and 7 deletions

View File

@ -6,11 +6,5 @@
# Command line customizations here
# Get a list of commit ids to extract the log information for
for i in `git log --since="1 week ago" --pretty="%H"`;
do
git show --name-status --pretty=fuller $i
echo "$ii"
done
git log --name-status --pretty=fuller --since="$1 day ago"