blob: 39d9daa7e00b97ddcca8f3d25d7376234c57c246 [file] [log] [blame]
Junio C Hamano215a7ad2005-09-07 17:26:23 -07001git-parse-remote(1)
2===================
Junio C Hamano5077fa92005-09-07 14:08:38 -07003
4NAME
5----
Junio C Hamanoc3f0baa2007-01-18 15:53:37 -08006git-parse-remote - Routines to help parsing remote repository access parameters
Junio C Hamano5077fa92005-09-07 14:08:38 -07007
8
9SYNOPSIS
10--------
jrnieder@uchicago.edubd870872008-06-29 11:10:20 -050011'. "$(git --exec-path)/git-parse-remote"'
Junio C Hamano5077fa92005-09-07 14:08:38 -070012
13DESCRIPTION
14-----------
15This script is included in various scripts to supply
16routines to parse files under $GIT_DIR/remotes/ and
Junio C Hamanode3820f2007-01-17 13:06:32 -080017$GIT_DIR/branches/ and configuration variables that are related
18to fetching, pulling and pushing.
Junio C Hamano5077fa92005-09-07 14:08:38 -070019
Junio C Hamano5077fa92005-09-07 14:08:38 -070020Author
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---
Christian Couder9e1f0a82008-06-06 09:07:32 +020030Part of the linkgit:git[1] suite