forked from mirror/azerothcore-wotlk
ff6201921c
will be traited as a git subtree
4 lines
111 B
Bash
4 lines
111 B
Bash
function hwc_git_subtree_list() {
|
|
git log | grep git-subtree-dir | tr -d ' ' | cut -d ":" -f2 | sort | uniq
|
|
}
|