Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparse-checkout: set worktree-config correctly | Derrick Stolee | 2022-02-08 | 1 | -4/+12 |
* | Documentation: add extensions.worktreeConfig details | Derrick Stolee | 2022-02-08 | 3 | -5/+45 |
* | Git 2.35v2.35.0 | Junio C Hamano | 2022-01-24 | 1 | -0/+10 |
* | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 2022-01-20 | 2 | -7/+7 |
|\ | |||||
| * | branch,checkout: fix --track documentation | René Scharfe | 2022-01-20 | 2 | -7/+7 |
* | | Last minute fixes before -rc1 | Junio C Hamano | 2022-01-12 | 1 | -1/+10 |
* | | Git 2.35-rc0v2.35.0-rc0 | Junio C Hamano | 2022-01-10 | 1 | -0/+59 |
* | | Merge branch 'jc/doc-submitting-patches-choice-of-base' | Junio C Hamano | 2022-01-10 | 1 | -14/+39 |
|\ \ | |||||
| * | | SubmittingPatchs: clarify choice of base and testing | Junio C Hamano | 2021-12-30 | 1 | -14/+39 |
* | | | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 2022-01-10 | 4 | -10/+21 |
|\ \ \ | | |/ | |/| | |||||
| * | | branch: add flags and config to inherit tracking | Josh Steadmon | 2021-12-20 | 4 | -10/+21 |
* | | | Merge branch 'ds/fetch-pull-with-sparse-index' | Junio C Hamano | 2022-01-10 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | ls-files: add --sparse option | Derrick Stolee | 2021-12-22 | 1 | -0/+5 |
* | | | | The seventh batch | Junio C Hamano | 2022-01-05 | 1 | -0/+49 |
* | | | | Merge branch 'gh/gpg-doc-markup-fix' | Junio C Hamano | 2022-01-05 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | docs: add missing colon to Documentation/config/gpg.txt | Greg Hurrell | 2021-12-17 | 1 | -1/+1 |
* | | | | | Merge branch 'ds/repack-fixlets' | Junio C Hamano | 2022-01-05 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | repack: make '--quiet' disable progress | Derrick Stolee | 2021-12-20 | 1 | -2/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/merge-detached-head-name' | Junio C Hamano | 2022-01-05 | 2 | -2/+12 |
|\ \ \ \ \ | |||||
| * | | | | | merge: allow to pretend a merge is made into a different branch | Junio C Hamano | 2021-12-20 | 2 | -2/+12 |
* | | | | | | Merge branch 'jk/ssh-signing-doc-markup-fix' | Junio C Hamano | 2022-01-05 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc/config: mark ssh allowedSigners example as literal | Jeff King | 2021-12-15 | 1 | -1/+1 |
* | | | | | | | Merge branch 'xw/am-empty' | Junio C Hamano | 2022-01-05 | 2 | -2/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | am: support --allow-empty to record specific empty patches | 徐沛文 (Aleen) | 2021-12-15 | 1 | -1/+6 |
| * | | | | | | | am: support --empty=<option> to handle empty patches | 徐沛文 (Aleen) | 2021-12-15 | 1 | -0/+9 |
| * | | | | | | | doc: git-format-patch: describe the option --always | 徐沛文 (Aleen) | 2021-12-15 | 1 | -1/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | The sixth batch | Junio C Hamano | 2022-01-03 | 1 | -0/+11 |
* | | | | | | | Merge branch 'en/sparse-checkout-set' | Junio C Hamano | 2022-01-03 | 2 | -48/+60 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation: clarify/correct a few sparsity related statements | Elijah Newren | 2021-12-15 | 2 | -5/+5 |
| * | | | | | | | git-sparse-checkout.txt: update to document init/set/reapply changes | Elijah Newren | 2021-12-15 | 1 | -43/+55 |
* | | | | | | | | The fifth batch | Junio C Hamano | 2021-12-22 | 1 | -0/+13 |
* | | | | | | | | Merge branch 'jz/apply-quiet-and-allow-empty' | Junio C Hamano | 2021-12-22 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | git-apply: add --allow-empty flag | Jerry Zhang | 2021-12-13 | 1 | -1/+5 |
| * | | | | | | | git-apply: add --quiet flag | Jerry Zhang | 2021-12-13 | 1 | -1/+6 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | The fourth batch | Junio C Hamano | 2021-12-21 | 1 | -1/+33 |
* | | | | | | | Merge branch 'fs/ssh-signing-other-keytypes' | Junio C Hamano | 2021-12-21 | 1 | -7/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ssh signing: support non ssh-* keytypes | Fabian Stelzer | 2021-11-19 | 1 | -7/+10 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'fs/ssh-signing-key-lifetime' | Junio C Hamano | 2021-12-21 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ssh signing: make verify-commit consider key lifetime | Fabian Stelzer | 2021-12-09 | 1 | -0/+5 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/grep-patterntype-default-doc' | Junio C Hamano | 2021-12-21 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | grep: clarify what `grep.patternType=default` means | Junio C Hamano | 2021-12-05 | 1 | -1/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | The third batch | Junio C Hamano | 2021-12-15 | 1 | -0/+65 |
* | | | | | | | Merge branch 're/color-default-reset' | Junio C Hamano | 2021-12-15 | 1 | -5/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | color: allow colors to be prefixed with "reset" | Robert Estelle | 2021-10-28 | 1 | -0/+5 |
| * | | | | | | | color: support "default" to restore fg/bg color | Robert Estelle | 2021-10-28 | 1 | -5/+13 |
* | | | | | | | | Merge branch 'es/doc-stdout-vs-stderr' | Junio C Hamano | 2021-12-15 | 1 | -0/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CodingGuidelines: document which output goes to stdout vs. stderr | Eric Sunshine | 2021-12-04 | 1 | -0/+27 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'es/worktree-chatty-to-stderr' | Junio C Hamano | 2021-12-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-worktree.txt: add missing `-v` to synopsis for `worktree list` | Eric Sunshine | 2021-12-04 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'es/pretty-describe-more' | Junio C Hamano | 2021-12-15 | 1 | -5/+11 |
|\ \ \ \ \ \ \ \ |