blob: a45ea1ece81a1340de7748afa2390ca6f03ab549 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-parse-remote(1)
2===================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-parse-remote - Routines to help parsing remote repository access parameters
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamanobb8e9962008-06-30 09:05:0812'. "$(git --exec-path)/git-parse-remote"'
Junio C Hamano1a4e8412005-12-27 08:17:2313
14DESCRIPTION
15-----------
16This script is included in various scripts to supply
17routines to parse files under $GIT_DIR/remotes/ and
Junio C Hamanoe58607f2007-01-17 23:27:4518$GIT_DIR/branches/ and configuration variables that are related
19to fetching, pulling and pushing.
Junio C Hamano1a4e8412005-12-27 08:17:2320
Junio C Hamano1a4e8412005-12-27 08:17:2321GIT
22---
Junio C Hamanof7c042d2008-06-06 22:50:5323Part of the linkgit:git[1] suite