]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-parse-remote.txt
t4034: abstract away SHA-1-specific constants
[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--------
7791a1d9 11[verse]
bd870878 12'. "$(git --exec-path)/git-parse-remote"'
5077fa9c
JH
13
14DESCRIPTION
15-----------
16This script is included in various scripts to supply
17routines to parse files under $GIT_DIR/remotes/ and
de3820f5
JH
18$GIT_DIR/branches/ and configuration variables that are related
19to fetching, pulling and pushing.
5077fa9c 20
5077fa9c
JH
21GIT
22---
9e1f0a85 23Part of the linkgit:git[1] suite