summaryrefslogtreecommitdiffstats
path: root/Documentation/config (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano2019-09-302-0/+18
|\ \ \ \ \ \
| * | | | | | fetch: add fetch.writeCommitGraph config settingDerrick Stolee2019-09-032-0/+18
* | | | | | | Merge branch 'dl/format-patch-doc-test-cleanup'Junio C Hamano2019-09-301-0/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | config/format.txt: specify default value of format.coverLetterDenton Liu2019-09-051-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-0/+8
|\ \ \ \ \ \
| * | | | | | remote: add promisor and partial clone config to the docChristian Couder2019-06-251-0/+8
* | | | | | | Merge branch 'sg/diff-indent-heuristic-non-experimental'Junio C Hamano2019-09-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | diff: 'diff.indentHeuristic' is no longer experimentalSZEDER Gábor2019-08-151-1/+1
* | | | | | | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-096-5/+39
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | repo-settings: create feature.experimental settingDerrick Stolee2019-08-133-2/+18
| * | | | | | repo-settings: create feature.manyFiles settingDerrick Stolee2019-08-133-1/+19
| * | | | | | commit-graph: turn on commit-graph by defaultDerrick Stolee2019-08-132-2/+2
* | | | | | | doc: fix repeated wordsMark Rushakoff2019-08-122-2/+2
* | | | | | | Merge branch 'mr/doc-can-not-to-cannot'Junio C Hamano2019-08-081-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff2019-08-051-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'dl/config-alias-doc' into maintJunio C Hamano2019-07-291-6/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rm/gpg-program-doc-fix' into maintJunio C Hamano2019-07-291-1/+1
| |\ \ \ \ \ \
* | | | | | | | log: really flip the --mailmap defaultJunio C Hamano2019-08-021-1/+1
* | | | | | | | Merge branch 'ac/log-use-mailmap-by-default-transition'Junio C Hamano2019-07-251-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | documentation: mention --no-use-mailmap and log.mailmap false settingAriadne Conill2019-07-151-1/+2
* | | | | | | | | Merge branch 'rm/gpg-program-doc-fix'Junio C Hamano2019-07-251-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | / / / / | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | gpg(docs): use correct --verify syntaxRobert Morgan2019-07-121-1/+1
* | | | | | | | Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano2019-07-191-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | sequencer: add advice for revertRohit Ashiwal2019-07-021-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-0/+16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | blame: add config options for the output of ignored or unblamable linesBarret Rhoden2019-05-161-0/+9
| * | | | | | | blame: add the ability to ignore commits and their changesBarret Rhoden2019-05-161-0/+7
* | | | | | | | Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2019-07-102-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: warn about forced updates in branch listingDerrick Stolee2019-06-211-0/+4
| * | | | | | | | fetch: add --[no-]show-forced-updates argumentDerrick Stolee2019-06-211-0/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-102-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | status: warn when a/b calculation takes too longJeff Hostetler2019-06-211-0/+6
| * | | | | | | | status: add status.aheadbehind settingJeff Hostetler2019-06-211-0/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-105-20/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy2019-05-071-1/+2
| * | | | | | | | switch: no worktree status unless real branch switch happensNguyễn Thái Ngọc Duy2019-04-021-8/+0
| * | | | | | | | checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy2019-04-024-11/+18
* | | | | | | | | Merge branch 'dl/config-alias-doc'Junio C Hamano2019-07-101-6/+16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | config/alias.txt: document alias accepting non-command first wordDenton Liu2019-06-061-0/+10
| * | | | | | | | config/alias.txt: change " and ' to `Denton Liu2019-06-061-6/+6
* | | | | | | | | Merge branch 'tm/tag-gpgsign-config'Junio C Hamano2019-07-101-0/+8
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | tag: add tag.gpgSign config option to force all tags be GPG-signedTigran Mkrtchyan2019-06-051-0/+8
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'dl/format-patch-notes-config'Junio C Hamano2019-06-131-0/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | format-patch: teach format.notes config optionDenton Liu2019-05-171-0/+15
* | | | | | | trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor2019-05-281-9/+9
* | | | | | | stash: document stash.useBuiltinJohannes Schindelin2019-05-151-0/+15
* | | | | | | Merge branch 'ew/repack-with-bitmaps-by-default'Junio C Hamano2019-05-132-4/+2
|\ \ \ \ \ \ \
| * | | | | | | pack-objects: default to writing bitmap hash-cacheJeff King2019-03-181-3/+1
| * | | | | | | repack: enable bitmaps by default on bare reposEric Wong2019-03-181-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jh/trace2-sid-fix'Junio C Hamano2019-05-131-0/+56
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |