summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rr/diffcore-pickaxe-doc'Junio C Hamano2013-06-112-26/+57
|\
| * diffcore-pickaxe doc: document -S and -G properlyRamkumar Ramachandra2013-06-032-26/+57
* | Merge branch 'cr/git-work-tree-sans-git-dir'Junio C Hamano2013-06-111-3/+1
|\ \
| * | git.txt: remove stale comment regarding GIT_WORK_TREEChris Rorvick2013-06-031-3/+1
* | | Sync with 1.8.3.1Junio C Hamano2013-06-103-1/+19
|\ \ \
| * | | Git 1.8.3.1v1.8.3.1Junio C Hamano2013-06-102-0/+20
| * | | Document .git/modulesFredrik Gustafsson2013-06-091-0/+3
* | | | Update draft release notes to 1.8.4Junio C Hamano2013-06-061-0/+23
* | | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-06-061-0/+3
|\ \ \ \
| * | | | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-0/+3
* | | | | Update draft release notes to 1.8.4Junio C Hamano2013-06-051-2/+37
* | | | | Merge branch 'nd/urls-doc-no-file-hyperlink-fix'Junio C Hamano2013-06-051-1/+1
|\ \ \ \ \
| * | | | | urls.txt: avoid auto converting to hyperlinkNguyễn Thái Ngọc Duy2013-05-241-1/+1
* | | | | | Merge branch 'tr/push-no-verify-doc'Junio C Hamano2013-06-051-1/+6
|\ \ \ \ \ \
| * | | | | | Document push --no-verifyThomas Rast2013-05-231-1/+6
| |/ / / / /
* | | | | | Update draft release notes to 1.8.4Junio C Hamano2013-06-021-0/+53
* | | | | | Merge branch 'tr/line-log'Junio C Hamano2013-06-024-22/+48
|\ \ \ \ \ \
| * | | | | | git-log(1): remove --full-line-diff descriptionThomas Rast2013-04-221-4/+0
| * | | | | | line-log: fix documentation formattingJunio C Hamano2013-04-211-3/+2
| * | | | | | log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-284-9/+17
| * | | | | | Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+22
| * | | | | | Refactor parse_locBo Yang2013-03-282-18/+19
* | | | | | | Merge branch 'mc/describe-first-parent'Junio C Hamano2013-06-021-1/+8
|\ \ \ \ \ \ \
| * | | | | | | describe: Add --first-parent optionMike Crowe2013-05-201-1/+8
* | | | | | | | Merge branch 'jk/fetch-always-update-tracking'Junio C Hamano2013-06-021-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: opportunistically update tracking refsJeff King2013-05-121-1/+1
| * | | | | | | | fetch/pull doc: untangle meaning of bare <ref>Thomas Rast2013-05-121-3/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-021-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-0/+6
* | | | | | | | | Merge branch 'rh/merge-options-doc-fix'Junio C Hamano2013-06-021-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/merge-options.txt: restore `-e` optionRichard Hansen2013-05-161-1/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'an/diff-index-doc'Junio C Hamano2013-06-021-6/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/diff-index: mention two modes of operationJunio C Hamano2013-05-201-6/+6
| |/ / / / / / / /
* | | | | | | | | Sync with maintJunio C Hamano2013-05-291-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge branch 'maint-1.8.2' into maintJunio C Hamano2013-05-291-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | trivial: Add missing period in documentationPhil Hord2013-05-281-1/+1
| | |/ / / / / /
* | | | | | | | Start 1.8.4 cycleJunio C Hamano2013-05-292-3/+76
* | | | | | | | Merge branch 'as/check-ignore'Junio C Hamano2013-05-293-2/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: add caveats about I/O buffering for check-{attr,ignore}Adam Spiers2013-04-113-2/+13
| * | | | | | | | check-ignore: add -n / --non-matching optionAdam Spiers2013-04-111-0/+15
* | | | | | | | | Merge branch 'jh/checkout-auto-tracking'Junio C Hamano2013-05-292-9/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | glossary: Update and rephrase the definition of a remote-tracking branchJohan Herland2013-04-211-6/+7
| * | | | | | | | | checkout: Use remote refspecs when DWIMming tracking branchesJohan Herland2013-04-211-3/+3
* | | | | | | | | | Merge branch 'jc/prune-all'Junio C Hamano2013-05-293-4/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano2013-04-251-0/+4
| * | | | | | | | | | api-parse-options.txt: document "no-" for non-boolean optionsMichael Haggerty2013-04-181-0/+2
| * | | | | | | | | | git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty2013-04-182-4/+10
* | | | | | | | | | | Merge branch 'mh/fetch-into-shallow'Junio C Hamano2013-05-291-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | upload-pack: ignore 'shallow' lines with unknown obj-idsMichael Heemskerk2013-04-281-2/+1
* | | | | | | | | | | | Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano2013-05-291-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |