From: Junio C Hamano Date: Mon, 22 Mar 2010 00:00:22 +0000 (-0700) Subject: Merge branch 'maint-1.6.6' into maint X-Git-Tag: v1.7.0.3~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d16a5dafdcec037631a5453ca7923992ce27a151?ds=inline;hp=-c Merge branch 'maint-1.6.6' into maint * maint-1.6.6: Documentation/git-clone: Transform description list into item list Documentation/urls: Remove spurious example markers Documentation/gitdiffcore: Remove misleading date in heading Documentation/git-reflog: Fix formatting of command lists --- d16a5dafdcec037631a5453ca7923992ce27a151 diff --combined Documentation/git-clone.txt index 88ea6246a1,b49de66764..d15cb17d78 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@@ -29,7 -29,7 +29,7 @@@ arguments will in addition merge the re current master branch, if any. This default configuration is achieved by creating references to -the remote branch heads under `$GIT_DIR/refs/remotes/origin` and +the remote branch heads under `refs/remotes/origin` and by initializing `remote.origin.url` and `remote.origin.fetch` configuration variables. @@@ -96,19 -96,13 +96,19 @@@ objects from the source repository int --quiet:: -q:: - Operate quietly. This flag is also passed to the `rsync' + Operate quietly. Progress is not reported to the standard + error stream. This flag is also passed to the `rsync' command when given. --verbose:: -v:: - Display the progress bar, even in case the standard output is not - a terminal. + Run verbosely. + +--progress:: + Progress status is reported on the standard error stream + by default when it is attached to a terminal, unless -q + is specified. This flag forces progress status even if the + standard error stream is not directed to a terminal. --no-checkout:: -n:: @@@ -187,7 -181,7 +187,7 @@@ include::urls.txt[ Examples -------- - Clone from upstream:: + * Clone from upstream: + ------------ $ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6 @@@ -196,7 -190,7 +196,7 @@@ $ mak ------------ - Make a local clone that borrows from the current directory, without checking things out:: + * Make a local clone that borrows from the current directory, without checking things out: + ------------ $ git clone -l -s -n . ../copy @@@ -205,7 -199,7 +205,7 @@@ $ git show-branc ------------ - Clone from upstream while borrowing from an existing local directory:: + * Clone from upstream while borrowing from an existing local directory: + ------------ $ git clone --reference my2.6 \ @@@ -215,14 -209,14 +215,14 @@@ $ cd my2. ------------ - Create a bare repository to publish your changes to the public:: + * Create a bare repository to publish your changes to the public: + ------------ $ git clone --bare -l /home/proj/.git /pub/scm/proj.git ------------ - Create a repository on the kernel.org machine that borrows from Linus:: + * Create a repository on the kernel.org machine that borrows from Linus: + ------------ $ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \ diff --combined Documentation/git-reflog.txt index 802bd5791c,6b44ee19e9..4eaa62b691 --- a/Documentation/git-reflog.txt +++ b/Documentation/git-reflog.txt @@@ -18,9 -18,7 +18,7 @@@ depending on the subcommand [verse] 'git reflog expire' [--dry-run] [--stale-fix] [--verbose] [--expire=