zsh-workers
 help / color / mirror / code / Atom feed
ce94d0d02947d55843658055d2ad6e9487db245c blob 144 bytes (raw)

1
2
3
4
5
6
7
8
9
 
if [ $# -eq 0 ]; then
    man git
else
    local al
    if al=$(git config --get "alias.$1"); then
        1=${al%% *}
    fi
    man git-$1
fi
debug log:

solving ce94d0d02 ...
found ce94d0d02 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).