Files
edx-platform/common/test/data/static/contains.sh
Don Mitchell cc6dfbbc75 Asset support in split
LMS-2876
2014-07-07 17:11:43 -04:00

3 lines
132 B
Bash

#!/usr/bin/env zsh
git log --all ^opaque-keys-merge-base --format=%H $1 | while read f; do git branch --contains $f; done | sort -u