summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Update draft release notes to 1.8.4Junio C Hamano2013-06-231-0/+4
* Merge branch 'jg/status-config'Junio C Hamano2013-06-231-0/+8
|\
| * status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-151-0/+4
| * status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-111-0/+4
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-201-1/+18
* | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-201-5/+6
|\ \
| * | make color.ui default to 'auto'Matthieu Moy2013-06-101-5/+6
* | | Merge branch 'nd/traces'Junio C Hamano2013-06-201-0/+13
|\ \ \
| * | | git.txt: document GIT_TRACE_PACKETNguyễn Thái Ngọc Duy2013-06-091-0/+6
| * | | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-091-0/+7
| | |/ | |/|
* | | Update draft release notes to 1.8.4Junio C Hamano2013-06-151-0/+17
* | | Merge branch 'kb/full-history-compute-treesame-carefully-2'Junio C Hamano2013-06-141-17/+25
|\ \ \
| * | | simplify-merges: drop merge from irrelevant side branchKevin Bracey2013-05-161-13/+21
| * | | simplify-merges: never remove all TREESAME parentsKevin Bracey2013-05-161-1/+2
| * | | revision.c: Make --full-history consider more mergesKevin Bracey2013-05-161-3/+3
| * | | Documentation: avoid "uninteresting"Kevin Bracey2013-05-161-2/+2
| * | | rev-list-options.txt: correct TREESAME for PKevin Bracey2013-05-161-2/+1
* | | | Update draft release notesJunio C Hamano2013-06-111-1/+48
* | | | Merge branch 'rr/maint-fetch-tag-doc-asterisks'Junio C Hamano2013-06-111-1/+1
|\ \ \ \
| * | | | fetch-options.txt: prevent a wildcard refspec from getting misformattedJunio C Hamano2013-06-071-1/+1
* | | | | Merge branch 'rr/rebase-autostash'Junio C Hamano2013-06-112-0/+18
|\ \ \ \ \
| * | | | | rebase: implement --[no-]autostash and rebase.autostashRamkumar Ramachandra2013-05-292-0/+18
* | | | | | Merge branch 'fc/at-head'Junio C Hamano2013-06-112-0/+5
|\ \ \ \ \ \
| * | | | | | Add new @ shortcut for HEADFelipe Contreras2013-05-082-0/+5
| |/ / / / /
* | | | | | 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