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 | -------- |
Martin von Zweigbergk | 7791a1d | 2011-07-01 22:38:26 -0400 | [diff] [blame] | 11 | [verse] |
jrnieder@uchicago.edu | bd87087 | 2008-06-29 11:10:20 -0500 | [diff] [blame] | 12 | '. "$(git --exec-path)/git-parse-remote"' |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
| 16 | This script is included in various scripts to supply |
| 17 | routines to parse files under $GIT_DIR/remotes/ and |
Junio C Hamano | de3820f | 2007-01-17 13:06:32 -0800 | [diff] [blame] | 18 | $GIT_DIR/branches/ and configuration variables that are related |
| 19 | to fetching, pulling and pushing. |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 20 | |
Junio C Hamano | 5077fa9 | 2005-09-07 14:08:38 -0700 | [diff] [blame] | 21 | GIT |
| 22 | --- |
Christian Couder | 9e1f0a8 | 2008-06-06 09:07:32 +0200 | [diff] [blame] | 23 | Part of the linkgit:git[1] suite |