summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Git 2.16-rc0v2.16.0-rc0Junio C Hamano2017-12-281-0/+31
* Merge branch 'sb/describe-blob'Junio C Hamano2017-12-282-2/+21
|\
| * builtin/describe.c: describe a blobStefan Beller2017-12-191-2/+16
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-161-0/+5
* | Merge branch 'hi/merge-verify-sig-config'Junio C Hamano2017-12-281-0/+4
|\ \
| * | merge: add config option for verifySignaturesHans Jerry Illikainen2017-12-121-0/+4
* | | Merge branch 'ks/doc-previous-checkout'Junio C Hamano2017-12-281-7/+12
|\ \ \
| * | | Doc/check-ref-format: clarify information about @{-N} syntaxks/doc-previous-checkoutKaartic Sivaraam2017-12-191-7/+12
* | | | Merge branch 'sr/http-sslverify-config-doc'Junio C Hamano2017-12-281-2/+2
|\ \ \ \
| * | | | config: document default value of http.sslVerifysr/http-sslverify-config-docSimon Ruderich2017-12-181-2/+2
* | | | | Merge branch 'jh/partial-clone-doc'Junio C Hamano2017-12-281-0/+324
|\ \ \ \ \
| * | | | | partial-clone: design docjh/partial-clone-docJeff Hostetler2017-12-141-0/+324
| | |_|/ / | |/| | |
* | | | | RelNotes: the eleventh batchJunio C Hamano2017-12-271-0/+41
* | | | | Merge branch 'rb/quick-install-doc'Junio C Hamano2017-12-272-6/+8
|\ \ \ \ \
| * | | | | install-doc-quick: allow specifying what ref to installrb/quick-install-docRandall S. Becker2017-12-122-6/+8
* | | | | | Merge branch 'tb/delimit-pretty-trailers-args-with-comma'Junio C Hamano2017-12-271-5/+7
|\ \ \ \ \ \
| * | | | | | docs/pretty-formats: mention commas in %(trailers) syntaxtb/delimit-pretty-trailers-args-with-commaJeff King2017-12-081-5/+7
* | | | | | | Merge branch 'jt/decorate-api'Junio C Hamano2017-12-271-6/+0
|\ \ \ \ \ \ \
| * | | | | | | decorate: clean up and document APIjt/decorate-apiJonathan Tan2017-12-081-6/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'db/doc-workflows-neuter-the-maintainer'Junio C Hamano2017-12-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | doc: reword gitworkflows.txt for neutralitydb/doc-workflows-neuter-the-maintainerDaniel Bensoussan2017-12-081-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'es/worktree-checkout-hook'Junio C Hamano2017-12-271-1/+2
|\ \ \ \ \ \ \
| * | | | | | | worktree: invoke post-checkout hook (unless --no-checkout)es/worktree-checkout-hookEric Sunshine2017-12-071-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano2017-12-273-48/+54
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: learn to abbreviate command namesLiam Beguin2017-12-051-0/+20
| * | | | | | | Documentation: use preferred name for the 'todo list' scriptLiam Beguin2017-12-041-2/+2
| * | | | | | | Documentation: move rebase.* configs to new fileLiam Beguin2017-12-043-48/+34
* | | | | | | | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-273-2/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-list: support --no-filter argumentJeff Hostetler2017-12-051-5/+10
| * | | | | | | | list-objects-filter-options: support --no-filterJeff Hostetler2017-12-051-0/+3
| * | | | | | | | pack-objects: add list-objects filteringJeff Hostetler2017-11-221-1/+18
| * | | | | | | | rev-list: add list-objects filtering supportJeff Hostetler2017-11-222-1/+39
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | RelNotes: the tenth batchJunio C Hamano2017-12-191-0/+46
* | | | | | | | Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-191-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | launch_editor(): indicate that Git waits for user inputls/editor-waiting-messageLars Schneider2017-12-071-0/+3
* | | | | | | | | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-193-12/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea2017-12-061-1/+1
| * | | | | | | | | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-041-0/+9
| * | | | | | | | | Documentation: user-manual: limit usage of ellipsisAnn T Ropea2017-12-041-10/+10
| * | | | | | | | | Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line wit...Ann T Ropea2017-12-041-1/+1
* | | | | | | | | | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-192-10/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add worktree.guessRemote config optionThomas Gummerer2017-12-062-0/+13
| * | | | | | | | | | worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-061-0/+7
| * | | | | | | | | | worktree: make add <path> <branch> dwimThomas Gummerer2017-11-271-0/+8
| * | | | | | | | | | worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-271-0/+6
| * | | | | | | | | | worktree: add can be created from any commit-ishThomas Gummerer2017-11-271-10/+10
* | | | | | | | | | | Merge branch 'sb/clone-recursive-submodule-doc'Junio C Hamano2017-12-191-8/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation/git-clone: improve description for submodule recursingsb/clone-recursive-submodule-docStefan Beller2017-12-051-8/+11
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jt/diff-anchored-patience'Junio C Hamano2017-12-191-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | diff: support anchoring line(s)jt/diff-anchored-patienceJonathan Tan2017-11-281-0/+10