Skip to content
forked from BOINC/boinc

Commit

Permalink
Optimize gitlog script
Browse files Browse the repository at this point in the history
  • Loading branch information
romw authored and Oliver Bock committed Mar 4, 2013
1 parent ba6ebc6 commit f1daa1e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gitlog2boinclog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f1daa1e

Please sign in to comment.