Conversation
Fix one typo
This is a follow-up to 3275991. All shell output that were not updated with that commit get updated with this pull request. Please close this if those `[source,shell]` were unchanged on purpose.
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Small grammar fix: replaced "it's" with "its"
Fixed typo: "walk through," not "walk though."
Fix a typo in "contributing" section of chapter 6
fix branch name in example
This is a subjective style change; however, in the surrounding text "we/us" is more commonly used.
Avoid first-person singular pronouns where appropriate
update shell output to console lexer
See tdtds/kindlegen#12 for more details.
Grammar fix: setup is not a verb.
Update kindlegen version to 2.9.4
Updated contact info was found on this page http://creativecommons.org/contact/more
Change 'an' to 'a'
…mizing-git Fix console blocks in 08-customizing.git
Bold and italic follow Asciidoc semantics
The modified `/tmp/authors` file has the last two lines swapped compared to the original file.
import-hg.asc: change order of lines
Update the explanation to match the response shown in the console block.
transfer-protocols.asc: Update the git-receive-pack response explanation
"git clone" does not say "Initialized empty Git repository" (it may have done so in very old versions), but "cloning into '$repo'". Reflect this in the examples. Noticed by Tim Castelijns: http://stackoverflow.com/questions/32580578/why-the-git-commit-am-command-is-working-with-untraked-file-in-the-documenta
Fix example output of "git clone"
took me a few trial and errors to figure out what 'named appropriately' meant -- this would clear it up also, you had the proper name of Git rather than the .git subdirectory
Update hooks.asc
* Remove multiple "after the fact" * "merge conflict" -> "resolve conflict
Fix small issues in advanced-merging
Optimize the size of PNG images by running the following two commands:
```
find . -name *.png -exec pngquant -f --skip-if-larger {} -o {} \;
find . -name *.png -exec optipng -o5 {} \;
```
These two commands save about 8.9M (64%). Evaluate the size with
```
find . -name *.png -print0 | xargs -0 du -csh
```
References:
* pngquant: https://pngquant.org
* optipng: http://optipng.sourceforge.net
Run pngquant + optipng
Compilation on Centos 6 requires perl-devel and docbook2X (uppercase X). I'm assuming this is the same for all other RHEL-likes. docbook2X is only available through third-party repo like EPEL. Additionally, the binary is named `db2x_docbook2texi` instead of `docbook2x-texi` so symlinking is required.
Updated installing.asc for Centos/Fedora
On a Windows system, even though you have setup Notepad++ as default system editor, Git seems to behave oddly during operations and you may trip over glitches, like prematurely terminated Git operations before your edits are complete. Setting up core.editor in Git explicitly to Notepad++ fixes this behaviour.
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Give more details on Windows system-level config file.
Fix typos in Chapter 6
[core.editor] improve first time setup to include Notepad++
User files generated with htdigest and htpasswd are not compatible. Thus, htpasswd must be used with AuthType Basic. Signed-off-by: Vitaly Kuznetsov <vitalyq@users.noreply.github.com>
Apache process doesn’t have write permissions for the /opt/git/ subdirectories. Restore the paragraph from this section: https://git-scm.com/book/en/v1/Git-on-the-Server-Public-Access. Signed-off-by: Vitaly Kuznetsov <vitalyq@users.noreply.github.com>
There is an issue with the authentication section. The initial ref advertisement request will fail without even giving an opportunity for authentication. This is described in the git-http-backend man page examples. Update authentication section according to the example to fix the problem. Merge the section with the git-core access authorization section for brevity. Signed-off-by: Vitaly Kuznetsov <vitalyq@users.noreply.github.com>
Improve Smart HTTP section
I can't seem to find any information on using 'winstore' as a credential saving option on Windows. The link is outdated. With the default Git for Windows 2.6.1, when I run `git help -a` like the docs tell you to, it shows "crendential-wincred". https://git-scm.com/docs/gitcredentials GitHub recommends to use "wincred" as well: https://help.github.com/articles/caching-your-github-password-in-git/
change 'winstore' credential option to 'wincred'
Member
|
This seems mistargeted. Can you please either resubmit with the right base or tell me what your intention is? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.