Files
azerothcore-wotlk/modules/hw-core/bash-lib-git/src/subtree.sh
Yehonal ff6201921c created hw-core bash libraries
will be traited as a git subtree
2016-08-13 20:32:21 +02:00

4 lines
111 B
Bash

function hwc_git_subtree_list() {
git log | grep git-subtree-dir | tr -d ' ' | cut -d ":" -f2 | sort | uniq
}