summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
AgeCommit message (Expand)Author
2013-07-01Merge branch 'kb/am-deprecate-resolved'Junio C Hamano
2013-07-01Merge branch 'wk/doc-in-linux-3.x-era'Junio C Hamano
2013-06-27am: replace uses of --resolved with --continueKevin Bracey
2013-06-26Merge branch 'wk/doc-git-has-grown'Junio C Hamano
2013-06-26Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano
2013-06-23user-manual: Update download size for Git and the kernelW. Trevor King
2013-06-23Documentation: Update 'linux-2.6.git' -> 'linux.git'W. Trevor King
2013-06-23Documentation: Update the NFS remote examples to use the staging repoW. Trevor King
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord
2013-04-01Merge branch 'da/downcase-u-in-usage' into maintJunio C Hamano
2013-03-19Merge branch 'wk/user-manual-literal-format'Junio C Hamano
2013-03-19Merge branch 'da/downcase-u-in-usage'Junio C Hamano
2013-03-01Merge branch 'wk/user-manual' into maintJunio C Hamano
2013-02-27Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maintJunio C Hamano
2013-02-25user-manual: Standardize backtick quotingW. Trevor King
2013-02-25Merge branch 'wk/user-manual'Junio C Hamano
2013-02-25Merge branch 'wk/man-deny-current-branch-is-default-these-days'Junio C Hamano
2013-02-24Documentation/user-manual.txt: use a lowercase "usage:" stringDavid Aguilar
2013-02-19user-manual: Flesh out uncommitted changes and submodule updatesW. Trevor King
2013-02-19user-manual: Use request-pull to generate "please pull" textW. Trevor King
2013-02-19user-manual: Reorganize the reroll sections, adding 'git rebase -i'W. Trevor King
2013-02-18user-manual: typofix (ofthe->of the)Junio C Hamano
2013-02-18Merge branch 'maint'Junio C Hamano
2013-02-18user-manual: use -o latest.tar.gz to create a gzipped tarballW. Trevor King
2013-02-18user-manual: use 'git config --global user.*' for setupW. Trevor King
2013-02-18user-manual: mention 'git remote add' for remote branch configW. Trevor King
2013-02-18user-manual: give 'git push -f' as an alternative to +masterW. Trevor King
2013-02-18user-manual: use 'remote add' to setup push URLsW. Trevor King
2013-02-15Merge branch 'wk/man-deny-current-branch-is-default-these-days'Junio C Hamano
2013-02-14user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King
2013-02-11Merge branch 'maint'Junio C Hamano
2013-02-11user-manual: Rewrite git-gc section for automatic packingW. Trevor King
2013-02-11user-manual: Fix 'you - Git' -> 'you--Git' typoW. Trevor King
2013-02-11user-manual: Fix 'http' -> 'HTTP' typosW. Trevor King
2013-02-10user-manual: Fix 'both: so' -> 'both; so' typoW. Trevor King
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2013-02-01Documentation: avoid poor-man's small caps GITThomas Ackermann
2012-10-26Doc User-Manual: Patch cover letter, three dashes, and --notesPhilip Oakley
2012-09-14Documentation: describe subject more preciselyJeremy White
2012-07-15doc: A few minor copy edits.Štěpán Němec
2012-06-19Documentation: spelling fixesMiklos Vajna
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2012-02-28fsck: --no-dangling omits "dangling object" informationJunio C Hamano
2010-11-03user-manual: remote-tracking can be checked out, with detached HEADJonathan Nieder
2010-11-03user-manual.txt: explain better the remote(-tracking) branch termsMatthieu Moy
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy
2010-11-03Change "tracking branch" to "remote-tracking branch"Matthieu Moy
2010-11-03Replace "remote tracking" with "remote-tracking"Matthieu Moy
2010-10-21Merge branch 'sn/doc-opt-notation' into maintJunio C Hamano
2010-10-14Better advice on using topic branches for kernel developmentLuck, Tony