summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Documentation: fix a typoStefan Beller2017-02-011-1/+1
* attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-011-3/+5
* Fifth batch 2.12Junio C Hamano2017-01-101-0/+45
* Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-0/+15
|\
| * submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+15
* | Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano2017-01-102-6/+2
|\ \
| * | diff: retire "compaction" heuristicsjc/retire-compaction-heuristicsJunio C Hamano2016-12-232-6/+2
* | | Merge branch 'jc/abbrev-autoscale-config'Junio C Hamano2017-01-101-4/+5
|\ \ \
| * | | config.abbrev: document the new default that auto-scalesjc/abbrev-autoscale-configJunio C Hamano2016-12-221-4/+5
| |/ /
* | | Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano2017-01-102-3/+8
|\ \ \
| * | | upload-pack: optionally allow fetching any sha1dt/smart-http-detect-server-going-awayDavid Turner2016-11-182-3/+8
* | | | Merge branch 'mm/gc-safety-doc'Junio C Hamano2017-01-102-9/+29
|\ \ \ \
| * | | | git-gc.txt: expand discussion of races with other processesmm/gc-safety-docMatt McCutchen2016-11-162-9/+29
* | | | | Merge branch 'mm/push-social-engineering-attack-doc'Junio C Hamano2017-01-106-22/+51
|\ \ \ \ \
| * | | | | doc: mention transfer data leaks in more placesmm/push-social-engineering-attack-docMatt McCutchen2016-11-146-22/+51
| |/ / / /
* | | | | Fourth batch for 2.12Junio C Hamano2016-12-271-0/+42
* | | | | Merge branch 'lt/shortlog-by-committer'Junio C Hamano2016-12-271-0/+4
|\ \ \ \ \
| * | | | | shortlog: test and document --committer optionJeff King2016-12-161-0/+4
* | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-12-271-1/+3
|\ \ \ \ \ \
| * | | | | | docs: warn about possible '=' in clean/smudge filter process valuesLars Schneider2016-12-061-1/+3
* | | | | | | Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-272-24/+60
|\ \ \ \ \ \ \
| * | | | | | | transport: add protocol policy config optionBrandon Williams2016-12-152-24/+60
* | | | | | | | Merge branch 'cp/merge-continue'Junio C Hamano2016-12-271-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | merge: add '--continue' option as a synonym for 'git commit'Chris Packham2016-12-141-0/+8
* | | | | | | | | Merge branch 'sb/submodule-config-cleanup'Junio C Hamano2016-12-271-5/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule-config: clarify parsing of null_sha1 elementsb/submodule-config-cleanupStefan Beller2016-11-221-2/+5
| * | | | | | | | | submodule-config: rename commit_sha1 to treeish_nameStefan Beller2016-11-221-4/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Third batch for 2.12Junio C Hamano2016-12-211-0/+40
* | | | | | | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2016-12-211-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | alternates: accept double-quoted pathsJeff King2016-12-121-0/+6
* | | | | | | | | | Second batch for 2.12Junio C Hamano2016-12-191-3/+90
* | | | | | | | | | Merge branch 'kh/tutorial-grammofix'Junio C Hamano2016-12-191-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: omit needless "for"kh/tutorial-grammofixKristoffer Haugsbakk2016-12-091-1/+1
| * | | | | | | | | | doc: make the intent of sentence clearerKristoffer Haugsbakk2016-12-091-1/+1
| * | | | | | | | | | doc: add verb in front of command to runKristoffer Haugsbakk2016-12-091-1/+1
| * | | | | | | | | | doc: add articles (grammar)Kristoffer Haugsbakk2016-12-091-3/+3
* | | | | | | | | | | Merge branch 'lr/doc-fix-cet'Junio C Hamano2016-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | date-formats.txt: Typo fixlr/doc-fix-cetLuis Ressel2016-12-121-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/rebase-forget'Junio C Hamano2016-12-191-1/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase: add --quit to cleanup rebase, leave everything else untouchednd/rebase-forgetNguyễn Thái Ngọc Duy2016-12-111-1/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-192-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ref-filter: add support to display trailers as part of contentsjk/trailers-placeholder-in-prettyJacob Keller2016-12-111-0/+2
| * | | | | | | | | | | pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller2016-12-111-0/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ak/commit-only-allow-empty'Junio C Hamano2016-12-191-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | commit: make --only --allow-empty work without pathsAndreas Krey2016-12-051-1/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | http: make redirects more obviousJeff King2016-12-061-0/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano2016-12-193-0/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tag, branch, for-each-ref: add --ignore-case for sorting and filteringnd/for-each-ref-ignore-caseNguyễn Thái Ngọc Duy2016-12-053-0/+11
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | First batch for 2.12Junio C Hamano2016-12-161-1/+34