From: "W. Trevor King" <wking@tremily.us>
To: Git <git@vger.kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>,
Jonathan Nieder <jrnieder@gmail.com>,
"W. Trevor King" <wking@tremily.us>
Subject: [PATCH v3 0/9] User manual updates
Date: Sun, 17 Feb 2013 19:15:52 -0500 [thread overview]
Message-ID: <cover.1361146398.git.wking@tremily.us> (raw)
In-Reply-To: <20130217170606.GA3432@odin.tremily.us>
From: "W. Trevor King" <wking@tremily.us>
Changes since v2 (v2 numbering):
* 01: user-manual: Rewrite git-gc section for automatic packing
- Dropped (graduated to 'maint')
* 02: user-manual: Update for receive.denyCurrentBranch=refuse
- Dropped (graduated to 'master')
* 03: user-manual: Use 'remote add' to setup push URLs
- Removed 'git config' examples
- Show .git/config changes made by 'remote add'
* 04: user-manual: Use git branch --merged
- Dropped (not an improvement)
* 05: user-manual: Add a few references to 'git rebase -i'
- Removed an extra blank line
- Restructured reroll sections:
* cherry-pick suggestions removed
* commit --amend discussion isolated in its own section
* format-patch restructuring moved to its own section
* new interactive rebase section. The contents of this section
borrow liberally from git-rebase.txt.
* 06: user-manual: Give 'git push -f' as an alternative to +master
* 07: user-manual: Mention 'git remote add' for remote branch config
- Simplified section to avoid 'git config'
* 08: user-manual: Standardize backtick quoting
- Fix `{plus}` -> `+` in backticked text
* 09: user-manual: Use 'git config --global user.*' for setup
- Remove reference to "stanza".
* 10: user-manual: Fix 'both: so' -> 'both; so' typo
- Dropped (graduated to 'maint')
* 11: user-manual: Fix 'http' -> 'HTTP' typos
- Dropped (graduated to 'maint')
* 12: user-manual: Use request-pull to generate "please pull" text
- Add an explicit push before request-pull
- Use the `mytree` remote instead of an explicit example URL
* 13: user-manual: Fix 'you - Git' -> 'you--Git' typo
- Dropped (graduated to 'maint')
* 14: user-manual: Flesh out uncommitted changes and submodule updates
* 15: user-manual: Use --format=tar.gz to create a gzipped tarball
- Use `-o latest.tar.gz` instead of `--format=tar.gz`.
W. Trevor King (9):
user-manual: Use 'remote add' to setup push URLs
user-manual: Reorganize the reroll sections, adding 'git rebase -i'
user-manual: Give 'git push -f' as an alternative to +master
user-manual: Mention 'git remote add' for remote branch config
user-manual: Standardize backtick quoting
user-manual: Use 'git config --global user.*' for setup
user-manual: Use request-pull to generate "please pull" text
user-manual: Flesh out uncommitted changes and submodule updates
user-manual: Use -o latest.tar.gz to create a gzipped tarball
Documentation/user-manual.txt | 504 ++++++++++++++++++++++--------------------
1 file changed, 267 insertions(+), 237 deletions(-)
--
1.8.1.336.g94702dd
next prev parent reply other threads:[~2013-02-18 0:16 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-08 16:43 [PATCH] user-manual: Rewrite git-gc section for automatic packing W. Trevor King
2013-02-08 17:36 ` Junio C Hamano
2013-02-08 18:35 ` W. Trevor King
2013-02-08 23:04 ` Junio C Hamano
2013-02-08 23:04 ` Junio C Hamano
2013-02-10 15:10 ` [PATCH v2 00/15] User manual updates W. Trevor King
2013-02-10 15:10 ` [PATCH v2 01/15] user-manual: Rewrite git-gc section for automatic packing W. Trevor King
2013-02-10 15:10 ` [PATCH v2 02/15] user-manual: Update for receive.denyCurrentBranch=refuse W. Trevor King
2013-02-10 21:24 ` Junio C Hamano
2013-02-10 21:46 ` W. Trevor King
2013-02-10 22:36 ` Junio C Hamano
2013-02-14 18:57 ` Junio C Hamano
2013-02-17 17:06 ` W. Trevor King
2013-02-18 0:15 ` W. Trevor King [this message]
2013-02-18 0:15 ` [PATCH v3 1/9] user-manual: Use 'remote add' to setup push URLs W. Trevor King
2013-02-18 1:58 ` Junio C Hamano
2013-02-18 2:15 ` Jonathan Nieder
2013-02-18 0:15 ` [PATCH v3 2/9] user-manual: Reorganize the reroll sections, adding 'git rebase -i' W. Trevor King
2013-02-18 2:23 ` Junio C Hamano
2013-02-18 2:39 ` W. Trevor King
2013-02-18 3:48 ` Junio C Hamano
2013-02-18 0:15 ` [PATCH v3 3/9] user-manual: Give 'git push -f' as an alternative to +master W. Trevor King
2013-02-18 2:24 ` Junio C Hamano
2013-02-18 0:15 ` [PATCH v3 4/9] user-manual: Mention 'git remote add' for remote branch config W. Trevor King
2013-02-18 2:26 ` Junio C Hamano
2013-02-18 2:41 ` W. Trevor King
2013-02-18 0:15 ` [PATCH v3 5/9] user-manual: Standardize backtick quoting W. Trevor King
2013-02-25 22:53 ` [PATCH v5] " W. Trevor King
2013-02-18 0:15 ` [PATCH v3 6/9] user-manual: Use 'git config --global user.*' for setup W. Trevor King
2013-02-18 2:47 ` Junio C Hamano
2013-02-18 12:12 ` W. Trevor King
2013-02-18 0:15 ` [PATCH v3 7/9] user-manual: Use request-pull to generate "please pull" text W. Trevor King
2013-02-18 2:50 ` Junio C Hamano
2013-02-18 0:16 ` [PATCH v3 8/9] user-manual: Flesh out uncommitted changes and submodule updates W. Trevor King
2013-02-18 2:53 ` Junio C Hamano
2013-02-19 9:35 ` W. Trevor King
2013-02-18 0:16 ` [PATCH v3 9/9] user-manual: Use -o latest.tar.gz to create a gzipped tarball W. Trevor King
2013-02-18 2:58 ` Junio C Hamano
2013-02-18 12:16 ` W. Trevor King
2013-02-18 8:56 ` [PATCH v3 0/9] User manual updates Junio C Hamano
2013-02-18 12:27 ` W. Trevor King
2013-02-18 13:00 ` [PATCH v2 02/15] user-manual: Update for receive.denyCurrentBranch=refuse Drew Northup
2013-02-18 21:26 ` Junio C Hamano
2013-02-10 15:10 ` [PATCH v2 03/15] user-manual: Use 'remote add' to setup push URLs W. Trevor King
2013-02-10 21:33 ` Junio C Hamano
2013-02-10 21:54 ` W. Trevor King
2013-02-10 22:08 ` Jonathan Nieder
2013-02-10 22:19 ` W. Trevor King
2013-02-10 22:45 ` Junio C Hamano
2013-02-10 22:57 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 04/15] user-manual: Use git branch --merged W. Trevor King
2013-02-10 21:37 ` Junio C Hamano
2013-02-10 21:56 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 05/15] user-manual: Add a few references to 'git rebase -i' W. Trevor King
2013-02-10 21:53 ` Junio C Hamano
2013-02-10 22:00 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 06/15] user-manual: Give 'git push -f' as an alternative to +master W. Trevor King
2013-02-10 22:00 ` Junio C Hamano
2013-02-10 22:04 ` W. Trevor King
2013-02-10 23:19 ` Junio C Hamano
2013-02-10 15:10 ` [PATCH v2 07/15] user-manual: Mention 'git remote add' for remote branch config W. Trevor King
2013-02-10 22:08 ` Junio C Hamano
2013-02-10 22:09 ` Junio C Hamano
2013-02-10 22:22 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 08/15] user-manual: Standardize backtick quoting W. Trevor King
2013-02-10 15:22 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 09/15] user-manual: Use 'git config --global user.*' for setup W. Trevor King
2013-02-10 22:12 ` Junio C Hamano
2013-02-10 22:25 ` W. Trevor King
2013-02-10 22:48 ` Junio C Hamano
2013-02-10 22:52 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 10/15] user-manual: Fix 'both: so' -> 'both; so' typo W. Trevor King
2013-02-10 15:10 ` [PATCH v2 11/15] user-manual: Fix 'http' -> 'HTTP' typos W. Trevor King
2013-02-10 15:10 ` [PATCH v2 12/15] user-manual: Use request-pull to generate "please pull" text W. Trevor King
2013-02-10 22:23 ` Junio C Hamano
2013-02-10 22:29 ` W. Trevor King
2013-02-10 15:10 ` [PATCH v2 13/15] user-manual: Fix 'you - Git' -> 'you--Git' typo W. Trevor King
2013-02-10 15:10 ` [PATCH v2 14/15] user-manual: Flesh out uncommitted changes and submodule updates W. Trevor King
2013-02-10 15:10 ` [PATCH v2 15/15] user-manual: Use --format=tar.gz to create a gzipped tarball W. Trevor King
2013-02-10 22:27 ` Junio C Hamano
2013-02-10 22:32 ` W. Trevor King
2013-02-10 22:52 ` Junio C Hamano
2013-02-10 23:01 ` W. Trevor King
2013-02-10 22:31 ` [PATCH v2 00/15] User manual updates Junio C Hamano
2013-02-10 22:36 ` W. Trevor King
2013-02-19 9:34 ` [PATCH v3 0/9] " W. Trevor King
2013-02-19 10:04 ` [PATCH v4 0/3] " W. Trevor King
2013-02-19 10:05 ` [PATCH v4 1/3] user-manual: Reorganize the reroll sections, adding 'git rebase -i' W. Trevor King
2013-02-19 18:47 ` Junio C Hamano
2013-02-19 18:51 ` W. Trevor King
2013-02-19 20:56 ` Junio C Hamano
2013-03-24 12:23 ` [PATCH] user-manual: Fix the interactive rebase example commit range W. Trevor King
2013-03-24 20:00 ` Eric Sunshine
2013-03-24 20:22 ` W. Trevor King
2013-02-19 10:05 ` [PATCH v4 2/3] user-manual: Use request-pull to generate "please pull" text W. Trevor King
2013-02-19 10:05 ` [PATCH v4 3/3] user-manual: Flesh out uncommitted changes and submodule updates W. Trevor King
2013-02-09 1:13 ` [PATCH] user-manual: Rewrite git-gc section for automatic packing Javier Tia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1361146398.git.wking@tremily.us \
--to=wking@tremily.us \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jrnieder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.