mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots-2025.git
synced 2026-06-13 03:22:24 -04: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
|
|
}
|