diff --git a/gitlog2boinclog.sh b/gitlog2boinclog.sh index 35630e4fdb..751cb9df58 100755 --- a/gitlog2boinclog.sh +++ b/gitlog2boinclog.sh @@ -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" \ No newline at end of file