mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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
|
|
}
|