summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Documentation/technical: signed tag formatMichael J Gruber2016-06-171-0/+47
* Documentation/technical: describe signature formatsMichael J Gruber2016-06-172-0/+18
* Git 2.9v2.9.0Junio C Hamano2016-06-131-0/+5
* Hopefully the final last-minute update before 2.9 finalJunio C Hamano2016-06-101-3/+7
* Merge branch 'jk/diff-compact-heuristic'Junio C Hamano2016-06-102-0/+12
|\
| * diff: disable compaction heuristic for nowjk/diff-compact-heuristicJunio C Hamano2016-06-102-0/+12
| * diff: undocument the compaction heuristic knobs for experimentationJunio C Hamano2016-05-022-11/+0
| * xdiff: implement empty line chunk heuristicStefan Beller2016-04-192-0/+11
* | Git 2.9-rc2v2.9.0-rc2Junio C Hamano2016-06-061-25/+6
* | Sync with 2.8.4Junio C Hamano2016-06-062-1/+16
|\ \
| * | Git 2.8.4v2.8.4Junio C Hamano2016-06-062-1/+16
| * | Merge branch 'tb/core-eol-fix' into maintJunio C Hamano2016-06-061-3/+3
| |\ \
* | | | Almost ready for 2.9-rc2Junio C Hamano2016-06-031-0/+19
* | | | Merge branch 'em/man-bold-literal'Junio C Hamano2016-06-031-1/+1
|\ \ \ \
| * | | | Documentation: bold literals in manem/man-bold-literalErwan Mathoniere2016-05-311-1/+1
* | | | | Merge branch 'pa/cherry-pick-doc-typo'Junio C Hamano2016-06-031-1/+1
|\ \ \ \ \
| * | | | | git-cherry-pick.txt: correct a small typopa/cherry-pick-doc-typoPablo Santiago Blum de Aguiar2016-05-291-1/+1
* | | | | | Merge branch 'mr/send-email-doc-gmail-2fa'Junio C Hamano2016-06-031-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation/git-send-email: fix typo in gmail 2FA sectionmr/send-email-doc-gmail-2faSZEDER Gábor2016-06-011-1/+1
* | | | | | | Git 2.9-rc1v2.9.0-rc1Junio C Hamano2016-05-311-39/+48
* | | | | | | Merge branch 'maint'Junio C Hamano2016-05-311-0/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | More topics for 2.8.4Junio C Hamano2016-05-311-0/+28
| * | | | | Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano2016-05-311-6/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bn/http-cookiefile-config' into maintJunio C Hamano2016-05-311-2/+3
| |\ \ \ \ \ \
* | | | | | | | Final batch before 2.9-rc1Junio C Hamano2016-05-291-0/+11
* | | | | | | | Merge branch 'rj/log-decorate-auto'Junio C Hamano2016-05-292-4/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | log: document the --decorate=auto optionrj/log-decorate-autoRamsay Jones2016-05-272-4/+9
* | | | | | | | Documentation: add instructions to help setup gmail 2FAMichael Rappazzo2016-05-271-0/+13
* | | | | | | | Sync with maintJunio C Hamano2016-05-261-0/+27
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Start preparing for 2.8.4Junio C Hamano2016-05-261-0/+27
| * | | | | | | Merge branch 'jc/linkgit-fix' into maintJunio C Hamano2016-05-268-10/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-0/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'kf/gpg-sig-verification-doc' into maintJunio C Hamano2016-05-262-4/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-261-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'bn/config-doc-tt-varnames' into maintJunio C Hamano2016-05-261-21/+29
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'va/mailinfo-doc-typofix' into maintJunio C Hamano2016-05-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Git 2.9-rc0v2.9.0-rc0Junio C Hamano2016-05-231-28/+49
* | | | | | | | | | | | | | Merge branch 'jc/doc-lint'Junio C Hamano2016-05-232-0/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ci: validate "linkgit:" in documentationjc/doc-lintJunio C Hamano2016-05-102-0/+75
* | | | | | | | | | | | | | | Merge branch 'pb/commit-verbose-config'Junio C Hamano2016-05-233-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | commit: add a commit.verbose config variablepb/commit-verbose-configPranit Bauva2016-05-102-1/+6
| * | | | | | | | | | | | | | | parse-options.c: make OPTION_COUNTUP respect "unspecified" valuesPranit Bauva2016-05-051-2/+6
* | | | | | | | | | | | | | | | Merge branch 'xy/format-patch-base'Junio C Hamano2016-05-232-0/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | format-patch: introduce format.useAutoBase configurationXiaolong Ye2016-04-261-0/+4
| * | | | | | | | | | | | | | | | format-patch: introduce --base=auto optionXiaolong Ye2016-04-261-0/+6
| * | | | | | | | | | | | | | | | format-patch: add '--base' option to record base tree infoXiaolong Ye2016-04-261-0/+54
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'tb/core-eol-fix'Junio C Hamano2016-05-231-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | convert: allow core.autocrlf=input and core.eol=crlfTorsten Bögershausen2016-04-251-3/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Sync with 2.8.3Junio C Hamano2016-05-182-3/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Git 2.8.3v2.8.3Junio C Hamano2016-05-182-3/+35