summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Git 2.3.10v2.3.10maint-2.3Junio C Hamano2015-09-282-1/+20
* http: limit redirection to protocol-whitelistBlake Burkhart2015-09-251-5/+0
* transport: add a protocol-whitelist environment variableJeff King2015-09-231-0/+32
* Git 2.3.9v2.3.9Junio C Hamano2015-09-042-1/+11
* Sync with 2.2.3Junio C Hamano2015-09-042-1/+11
|\
| * Git 2.2.3v2.2.3maint-2.2Junio C Hamano2015-09-042-1/+11
* | Git 2.3.8v2.3.8Junio C Hamano2015-05-112-1/+24
* | Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Junio C Hamano2015-05-114-10/+11
|\ \
| * | Documentation: change -L:<regex> to -L:<funcname>Matthieu Moy2015-04-204-10/+11
* | | Git 2.3.7v2.3.7Junio C Hamano2015-04-272-1/+23
* | | Git 2.3.6v2.3.6Junio C Hamano2015-04-212-1/+15
* | | Merge branch 'jz/gitweb-conf-doc-fix' into maintJunio C Hamano2015-04-211-1/+1
|\ \ \
| * | | gitweb.conf.txt: say "build-time", not "built-time"jz/gitweb-conf-doc-fixJérôme Zago2015-03-311-1/+1
* | | | Merge branch 'jk/cherry-pick-docfix' into maintJunio C Hamano2015-04-211-1/+2
|\ \ \ \
| * | | | cherry-pick: fix docs describing handling of empty commitsjk/cherry-pick-docfixJeff King2015-03-301-1/+2
* | | | | Merge branch 'jg/cguide-we-cannot-count' into maintJunio C Hamano2015-04-211-1/+1
|\ \ \ \ \
| * | | | | CodingGuidelines: update 'rough' rule countjg/cguide-we-cannot-countJulian Gindi2015-04-141-1/+1
* | | | | | Merge branch 'jk/pack-corruption-post-mortem' into maintJunio C Hamano2015-04-211-0/+237
|\ \ \ \ \ \
| * | | | | | howto: document more tools for recovery corruptionjk/pack-corruption-post-mortemJeff King2015-04-011-0/+237
* | | | | | | Merge branch 'jn/doc-fast-import-no-16-octopus-limit' into maintJunio C Hamano2015-04-211-4/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fast-import doc: remove suggested 16-parent limitjn/doc-fast-import-no-16-octopus-limitJonathan Nieder2015-03-311-4/+0
| | |_|/ / / | |/| | | |
* | | | | | Git 2.3.5v2.3.5Junio C Hamano2015-03-312-1/+5
* | | | | | Merge branch 'ss/pull-rebase-preserve' into maintJunio C Hamano2015-03-312-4/+5
|\ \ \ \ \ \
| * | | | | | docs: clarify what git-rebase's "-p" / "--preserve-merges" doesss/pull-rebase-preserveSebastian Schuberth2015-03-301-1/+3
| * | | | | | docs: clarify "preserve" option wording for git-pullSebastian Schuberth2015-03-261-3/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ph/push-doc-cas' into maintJunio C Hamano2015-03-311-8/+6
|\ \ \ \ \ \
| * | | | | | git-push.txt: clean up force-with-lease wordingph/push-doc-casPhil Hord2015-03-261-8/+6
| |/ / / / /
* | | | | | Prepare for 2.3.5Junio C Hamano2015-03-281-0/+41
* | | | | | Merge branch 'nd/doc-git-index-version' into maintJunio C Hamano2015-03-281-1/+2
|\ \ \ \ \ \
| * | | | | | git.txt: list index versions in plain Englishnd/doc-git-index-versionNguyễn Thái Ngọc Duy2015-03-241-1/+2
| |/ / / / /
* | | | | | Merge branch 'jc/submitting-patches-mention-send-email' into maintJunio C Hamano2015-03-281-0/+5
|\ \ \ \ \ \
| * | | | | | SubmittingPatches: encourage users to use format-patch and send-emailjc/submitting-patches-mention-send-emailJunio C Hamano2015-03-151-0/+5
| |/ / / / /
* | | | | | Merge branch 'jk/prune-with-corrupt-refs' into maintJunio C Hamano2015-03-281-0/+11
|\ \ \ \ \ \
| * | | | | | refs: introduce a "ref paranoia" flagJeff King2015-03-201-0/+11
* | | | | | | 2.3.2 release notes: typofixThomas Ackermann2015-03-281-1/+1
* | | | | | | Git 2.3.4v2.3.4Junio C Hamano2015-03-232-1/+34
* | | | | | | Merge branch 'mg/doc-status-color-slot' into maintJunio C Hamano2015-03-231-2/+3
|\ \ \ \ \ \ \
| * | | | | | | config,completion: add color.status.unmergedmg/doc-status-color-slotMichael J Gruber2015-03-101-2/+4
* | | | | | | | Merge branch 'jc/decorate-leaky-separator-color' into maintJunio C Hamano2015-03-231-49/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | log --decorate: do not leak "commit" color into the next itemjc/decorate-leaky-separator-colorJunio C Hamano2015-03-041-0/+7
| * | | | | | | | Documentation/config.txt: simplify boolean description in the syntax sectionJunio C Hamano2015-03-041-2/+2
| * | | | | | | | Documentation/config.txt: describe 'color' value type in the "Values" sectionJunio C Hamano2015-03-041-16/+13
| * | | | | | | | Documentation/config.txt: have a separate "Values" sectionJunio C Hamano2015-03-041-8/+31
| * | | | | | | | Documentation/config.txt: describe the structure first and then meaningJunio C Hamano2015-03-041-16/+15
| * | | | | | | | Documentation/config.txt: explain multi-valued variables onceJunio C Hamano2015-03-041-4/+3
| * | | | | | | | Documentation/config.txt: avoid unnecessary negationJunio C Hamano2015-03-041-3/+3
* | | | | | | | | Merge branch 'km/imap-send-libcurl-options' into maintJunio C Hamano2015-03-231-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | imap-send: use cURL automatically when NO_OPENSSL definedkm/imap-send-libcurl-optionsKyle J. McKay2015-03-101-1/+2
* | | | | | | | | Git 2.3.3v2.3.3Junio C Hamano2015-03-132-1/+41
* | | | | | | | | Merge branch 'mr/doc-clean-f-f' into maintJunio C Hamano2015-03-131-2/+6
|\ \ \ \ \ \ \ \ \