-
Notifications
You must be signed in to change notification settings - Fork 89
Fix stamp.sh error calling git #2364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kahlkevin
commented
Apr 12, 2025
- Problem: $1 is empty string inside shell function "timestamps"
- Solution: Use $list global computed previously
Or, instead was the intent that the timestamp match the most recent commit on a per file basis? If so, I can patch this pull request (or submit a new one) to change (Either way, the current |
Yes, I think |
1735855
to
663db0c
Compare
- Problem: $1 is empty string inside shell function "timestamps" - Solution: Use $i loop variable (probably originally intended)
663db0c
to
450fac7
Compare
Okay, I've made the change here (via rebase/force-push so we still only have a single commit). It uses Once you're happy with validation, I look forward to your approval and completion of the pull request. |
Merged, thanks! |