diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-19 00:19:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-19 00:19:15 -0800 |
commit | 5d1d1c14790cf74eb0d630c4404114206061232d (patch) | |
tree | 335c531a9a7115e4a965277e54cd07781c86481d /Documentation/git-remote.txt | |
parent | 8d3f1743103daafab20b6c7b34c1690ecc5af837 (diff) | |
parent | 154c7d0759b6885034bffa7a34d464d703fc8bb3 (diff) | |
download | git-5d1d1c14790cf74eb0d630c4404114206061232d.tar.gz git-5d1d1c14790cf74eb0d630c4404114206061232d.tar.xz |
Merge branch 'maint'
* maint:
Documentation: Fix references to deprecated commands
user-manual: mention "..." in "Generating diffs", etc.
user-manual: Add section "Why bisecting merge commits can be harder ..."
git-remote.txt: fix example url
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 0da8704a2..4b263c249 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -101,7 +101,7 @@ $ git remote origin $ git branch -r origin/master -$ git remote add linux-nfs git://linux-nfs.org/pub/nfs-2.6.git +$ git remote add linux-nfs git://linux-nfs.org/pub/linux/nfs-2.6.git $ git remote linux-nfs origin |