Age | Commit message (Expand) | Author | Files | Lines |
2013-02-18 | user-manual: give 'git push -f' as an alternative to +master | W. Trevor King | 1 | -0/+7 |
2013-02-18 | user-manual: use 'remote add' to setup push URLs | W. Trevor King | 1 | -5/+10 |
2013-02-14 | Merge branch 'wk/man-deny-current-branch-is-default-these-days' | Junio C Hamano | 1 | -3/+4 |
2013-02-14 | user-manual: Update for receive.denyCurrentBranch=refuse | W. Trevor King | 1 | -3/+4 |
2013-02-10 | Merge branch 'maint' | Junio C Hamano | 1 | -16/+10 |
2013-02-10 | user-manual: Rewrite git-gc section for automatic packing | W. Trevor King | 1 | -12/+6 |
2013-02-10 | user-manual: Fix 'you - Git' -> 'you--Git' typo | W. Trevor King | 1 | -1/+1 |
2013-02-10 | user-manual: Fix 'http' -> 'HTTP' typos | W. Trevor King | 1 | -3/+3 |
2013-02-10 | user-manual: Fix 'both: so' -> 'both; so' typo | W. Trevor King | 1 | -1/+1 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -106/+106 |
2013-02-01 | Documentation: avoid poor-man's small caps GIT | Thomas Ackermann | 1 | -2/+2 |
2012-10-26 | Doc User-Manual: Patch cover letter, three dashes, and --notes | Philip Oakley | 1 | -0/+7 |
2012-09-13 | Documentation: describe subject more precisely | Jeremy White | 1 | -3/+6 |
2012-07-14 | doc: A few minor copy edits. | Štěpán Němec | 1 | -6/+6 |
2012-06-19 | Documentation: spelling fixes | Miklos Vajna | 1 | -1/+1 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -4/+4 |
2012-02-28 | fsck: --no-dangling omits "dangling object" information | Junio C Hamano | 1 | -8/+7 |
2010-11-03 | user-manual: remote-tracking can be checked out, with detached HEAD | Jonathan Nieder | 1 | -2/+5 |
2010-11-03 | user-manual.txt: explain better the remote(-tracking) branch terms | Matthieu Moy | 1 | -3/+16 |
2010-11-03 | Change incorrect uses of "remote branch" meaning "remote-tracking" | Matthieu Moy | 1 | -4/+5 |
2010-11-03 | Change "tracking branch" to "remote-tracking branch" | Matthieu Moy | 1 | -1/+1 |
2010-11-03 | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 1 | -1/+1 |
2010-10-21 | Merge branch 'sn/doc-opt-notation' into maint | Junio C Hamano | 1 | -1/+1 |
2010-10-13 | Better advice on using topic branches for kernel development | Luck, Tony | 1 | -3/+6 |
2010-10-13 | Documentation: gitrevisions is in section 7 | Jonathan Nieder | 1 | -4/+4 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
2010-09-29 | user-manual: fix anchor name Finding-comments-With-given-Content | Michael J Gruber | 1 | -1/+1 |
2010-09-29 | user-manual: be consistent in illustrations to 'git rebase' | Kirill Smelkov | 1 | -2/+2 |
2010-08-20 | Documentation: avoid stray backslash in user manual | Jonathan Nieder | 1 | -2/+2 |
2010-07-05 | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 1 | -4/+4 |
2010-02-01 | Updates for dirty submodules in release notes and user manual | Jens Lehmann | 1 | -0/+20 |
2010-01-31 | Fix typos in technical documentation. | Ralf Wildenhues | 1 | -1/+1 |
2009-11-23 | Merge branch 'mm/maint-hint-failed-merge' | Junio C Hamano | 1 | -2/+18 |
2009-11-22 | User Manual: Write "Git" instead of "GIT" | Björn Gustavsson | 1 | -2/+2 |
2009-11-22 | user-manual: Document that "git merge" doesn't like uncommited changes. | Matthieu Moy | 1 | -2/+18 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -7/+7 |
2009-08-12 | Change mentions of "git programs" to "git commands" | Ori Avtalion | 1 | -1/+1 |
2009-05-28 | Documentation: teach stash/pop workflow instead of stash/apply | Thomas Rast | 1 | -2/+2 |
2009-04-06 | user-manual: the name of the hash function is SHA-1, not sha1 | Felipe Contreras | 1 | -25/+25 |
2009-04-06 | user-manual: remove some git-foo usage | Felipe Contreras | 1 | -74/+74 |
2009-03-17 | Documentation: remove extra quoting/emphasis around literal texts | Chris Johnsen | 1 | -3/+3 |
2009-02-03 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+1 |
2009-02-03 | User-manual: "git stash <comment>" form is long gone | William Pursell | 1 | -1/+1 |
2009-01-05 | Be consistent in switch usage for tar | Henrik Austad | 1 | -1/+1 |
2009-01-05 | Use capitalized names where appropriate | Henrik Austad | 1 | -2/+2 |
2008-12-09 | Merge branch 'maint' | Junio C Hamano | 1 | -9/+9 |
2008-12-09 | work around Python warnings from AsciiDoc | Junio C Hamano | 1 | -9/+9 |
2008-12-02 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+0 |
2008-12-02 | User's Manual: remove duplicated url at the end of Appendix B | Miklos Vajna | 1 | -1/+0 |
2008-11-27 | Merge branch 'rw/maint-typofix' into rw/typofix | Junio C Hamano | 1 | -1/+1 |