Skip to content

Instantly share code, notes, and snippets.

@arlm
Forked from Mustaavalkosta/repo forall changelog
Last active April 19, 2018 04:25
Show Gist options
  • Save arlm/026fc57cf760a622bd41 to your computer and use it in GitHub Desktop.
Save arlm/026fc57cf760a622bd41 to your computer and use it in GitHub Desktop.
repo forall -pvc '
if git rev-parse android-4.0.3_r1 >/dev/null 2>&1
then
git log --oneline --no-merges android-4.0.3_r1..android-4.0.4_r1.1
else
git log --oneline --no-merges android-4.0.4_r1.1
fi
' | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment