- Timestamp:
- Jan 29, 2019, 1:49:06 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 72514aa
- Parents:
- 528ccc8 (diff), 8f99233 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/PrettyGitLogs.sh
r528ccc8 r692be4e 3 3 set -e 4 4 5 GIT_UPDATE="$1/GIT_UPDATE" 6 GIT_LOG="$1/GIT_LOG" 7 GIT_DIFF="$1/GIT_DIFF" 5 GIT="git --git-dir=$1/.git" 6 7 GIT_UPDATE="$2/GIT_UPDATE" 8 GIT_LOG="$2/GIT_LOG" 9 GIT_DIFF="$2/GIT_DIFF" 8 10 9 11 rm -f ${GIT_UPDATE} ${GIT_LOG} ${GIT_DIFF} 10 12 11 GitOldRef=$ 212 GitNewRef=$ 313 GitOldRef=$3 14 GitNewRef=$4 13 15 14 16
Note:
See TracChangeset
for help on using the changeset viewer.