- Timestamp:
- Dec 12, 2011, 12:22:30 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- c060d8c
- Parents:
- d7f5dc5
- git-author:
- Alex Dehnert <adehnert@…> (12/12/11 00:22:30)
- git-committer:
- Alex Dehnert <adehnert@…> (12/12/11 00:22:30)
- File:
-
- 1 edited
-
asadb/util/diff_static_data.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/diff_static_data.sh
r728cafa r1f4cc3c 10 10 git add group-perms.py 11 11 12 12 13 echo 13 14 echo Committing current static data: 14 git commit -m "Updated static data: $(date +%F)" --allow-empty --author="$author" 15 set +e 16 git commit -m "Updated static data: $(date +%F)" --author="$author" 17 commit_result="$?" 18 set -e 15 19 16 echo 17 echo Changes in this commit: 18 git show 20 if [ "$commit_result" = "0" ]; then 21 echo 22 echo Changes in this commit: 23 git show 24 else 25 echo "(No changes made.)" 26 fi 19 27 20 28 echo
Note: See TracChangeset
for help on using the changeset viewer.