]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-parse-remote.txt
Git 1.7.4.1
[thirdparty/git.git] / Documentation / git-parse-remote.txt
CommitLineData
215a7ad1
JH
1git-parse-remote(1)
2===================
5077fa9c
JH
3
4NAME
5----
c3f0baac 6git-parse-remote - Routines to help parsing remote repository access parameters
5077fa9c
JH
7
8
9SYNOPSIS
10--------
bd870878 11'. "$(git --exec-path)/git-parse-remote"'
5077fa9c
JH
12
13DESCRIPTION
14-----------
15This script is included in various scripts to supply
16routines to parse files under $GIT_DIR/remotes/ and
de3820f5
JH
17$GIT_DIR/branches/ and configuration variables that are related
18to fetching, pulling and pushing.
5077fa9c 19
5077fa9c
JH
20Author
21------
22Written by Junio C Hamano.
23
24Documentation
25--------------
26Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28GIT
29---
9e1f0a85 30Part of the linkgit:git[1] suite