transport-helper: change import semantics
[git/dscho.git] / Documentation / git-parse-remote.txt
blob02217f6ba2007bb7bc55c577b77773dfcce93225
1 git-parse-remote(1)
2 ===================
4 NAME
5 ----
6 git-parse-remote - Routines to help parsing remote repository access parameters
9 SYNOPSIS
10 --------
11 '. "$(git --exec-path)/git-parse-remote"'
13 DESCRIPTION
14 -----------
15 This script is included in various scripts to supply
16 routines to parse files under $GIT_DIR/remotes/ and
17 $GIT_DIR/branches/ and configuration variables that are related
18 to fetching, pulling and pushing.
20 GIT
21 ---
22 Part of the linkgit:git[1] suite