Junio C Hamano | 215a7ad | 2005-09-07 17:26:23 -0700 | [diff] [blame] | 1 | git-parse-remote(1) |
| 2 | =================== |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | c3f0baa | 2007-01-18 15:53:37 -0800 | [diff] [blame] | 6 | git-parse-remote - Routines to help parsing remote repository access parameters |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
jrnieder@uchicago.edu | bd87087 | 2008-06-29 11:10:20 -0500 | [diff] [blame] | 11 | '. "$(git --exec-path)/git-parse-remote"' |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | This script is included in various scripts to supply |
| 16 | routines to parse files under $GIT_DIR/remotes/ and |
Junio C Hamano | de3820f | 2007-01-17 13:06:32 -0800 | [diff] [blame] | 17 | $GIT_DIR/branches/ and configuration variables that are related |
| 18 | to fetching, pulling and pushing. |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 19 | |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 20 | Author |
| 21 | ------ |
| 22 | Written by Junio C Hamano. |
| 23 | |
| 24 | Documentation |
| 25 | -------------- |
| 26 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 27 | |
| 28 | GIT |
| 29 | --- |
Christian Couder | 9e1f0a8 | 2008-06-06 09:07:32 +0200 | [diff] [blame] | 30 | Part of the linkgit:git[1] suite |