Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/sparse-updates-oob-access-fix' | Junio C Hamano | 2020-05-13 | 1 | -5/+5 |
|\ | |||||
| * | unpack-trees: avoid array out-of-bounds error | Derrick Stolee | 2020-05-08 | 1 | -5/+5 |
* | | Merge branch 'ss/submodule-set-url-in-c' | Junio C Hamano | 2020-05-13 | 2 | -21/+33 |
|\ \ | |||||
| * | | submodule: port subcommand 'set-url' from shell to C | Shourya Shukla | 2020-05-08 | 2 | -21/+33 |
* | | | Merge branch 'dd/bloom-sparse-fix' | Junio C Hamano | 2020-05-13 | 5 | -6/+6 |
|\ \ \ | |||||
| * | | | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 2020-05-08 | 5 | -6/+6 |
| |/ / | |||||
* | | | Merge branch 'jk/ci-only-on-selected-branches' | Junio C Hamano | 2020-05-13 | 2 | -0/+68 |
|\ \ \ | |||||
| * | | | ci: allow per-branch config for GitHub Actions | Jeff King | 2020-05-07 | 2 | -0/+68 |
| |/ / | |||||
* | | | Merge branch 'ss/faq-fetch-pull' | Junio C Hamano | 2020-05-13 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | gitfaq: fetching and pulling a repository | Shourya Shukla | 2020-05-06 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge branch 'ss/faq-ignore' | Junio C Hamano | 2020-05-13 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | gitfaq: files in .gitignore are tracked | Shourya Shukla | 2020-05-06 | 1 | -0/+10 |
| |/ / | |||||
* | | | Merge branch 'jc/auto-gc-quiet' | Junio C Hamano | 2020-05-13 | 7 | -16/+24 |
|\ \ \ | |||||
| * | | | auto-gc: pass --quiet down from am, commit, merge and rebase | Junio C Hamano | 2020-05-07 | 4 | -8/+4 |
| * | | | auto-gc: extract a reusable helper from "git fetch" | Junio C Hamano | 2020-05-07 | 3 | -8/+20 |
* | | | | Merge branch 'cb/credential-doc-fixes' | Junio C Hamano | 2020-05-13 | 3 | -25/+43 |
|\ \ \ \ | |||||
| * | | | | credential: document protocol updates | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -13/+21 |
| * | | | | credential: update gitcredentials documentation | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -8/+18 |
| * | | | | credential: correct order of parameters for credential_match | Carlo Marcelo Arenas Belón | 2020-05-05 | 1 | -2/+2 |
| * | | | | credential: update description for credential_from_url_gently | Carlo Marcelo Arenas Belón | 2020-05-05 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'tb/bitmap-walk-with-tree-zero-filter' | Junio C Hamano | 2020-05-13 | 4 | -16/+90 |
|\ \ \ \ | |||||
| * | | | | pack-bitmap: pass object filter to fill-in traversal | Jeff King | 2020-05-05 | 2 | -5/+14 |
| * | | | | pack-bitmap.c: support 'tree:0' filtering | Taylor Blau | 2020-05-05 | 3 | -1/+50 |
| * | | | | pack-bitmap.c: make object filtering functions generic | Taylor Blau | 2020-05-05 | 1 | -11/+24 |
| * | | | | list-objects-filter: treat NULL filter_options as "disabled" | Jeff King | 2020-05-05 | 1 | -0/+3 |
* | | | | | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 2020-05-13 | 16 | -75/+124 |
|\ \ \ \ \ | |||||
| * | | | | | shallow: use struct 'shallow_lock' for additional safety | Taylor Blau | 2020-04-30 | 4 | -16/+31 |
| * | | | | | shallow.h: document '{commit,rollback}_shallow_file' | Taylor Blau | 2020-04-30 | 1 | -0/+2 |
| * | | | | | shallow: extract a header file for shallow-related functions | Taylor Blau | 2020-04-30 | 16 | -61/+91 |
| * | | | | | commit: make 'commit_graft_pos' non-static | Taylor Blau | 2020-04-30 | 2 | -1/+3 |
* | | | | | | The eighth batch | Junio C Hamano | 2020-05-08 | 1 | -0/+49 |
* | | | | | | Merge branch 'cb/test-bash-lineno-fix' | Junio C Hamano | 2020-05-08 | 1 | -8/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t/test_lib: avoid naked bash arrays in file_lineno | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -8/+10 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'cb/t0000-use-the-configured-shell' | Junio C Hamano | 2020-05-08 | 1 | -5/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t/t0000-basic: make sure subtests also use TEST_SHELL_PATH | Carlo Marcelo Arenas Belón | 2020-05-07 | 1 | -5/+2 |
* | | | | | | | Merge branch 'bc/doc-credential-helper-value' | Junio C Hamano | 2020-05-08 | 1 | -3/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | docs: document credential.helper allowed values | brian m. carlson | 2020-05-06 | 1 | -3/+7 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'dl/doc-stash-remove-mention-of-reflog' | Junio C Hamano | 2020-05-08 | 2 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Doc: reference the "stash list" in autostash docs | Denton Liu | 2020-05-06 | 2 | -3/+3 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'cb/avoid-colliding-with-netbsd-hmac' | Junio C Hamano | 2020-05-08 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/receive-pack: avoid generic function name hmac() | Carlo Marcelo Arenas Belón | 2020-05-05 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'es/restore-staged-from-head-by-default' | Junio C Hamano | 2020-05-08 | 3 | -10/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | restore: default to HEAD when combining --staged and --worktree | Eric Sunshine | 2020-05-05 | 3 | -10/+18 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/arith-expansion-coding-guidelines' | Junio C Hamano | 2020-05-08 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CodingGuidelines: drop arithmetic expansion advice to use "$x" | Jeff King | 2020-05-04 | 1 | -4/+0 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ds/sparse-allow-empty-working-tree' | Junio C Hamano | 2020-05-08 | 3 | -41/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sparse-checkout: stop blocking empty workdirs | Derrick Stolee | 2020-05-04 | 3 | -41/+13 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jt/commit-graph-plug-memleak' | Junio C Hamano | 2020-05-08 | 1 | -11/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | commit-graph: avoid memory leaks | Jonathan Tan | 2020-05-04 | 1 | -11/+11 |
* | | | | | | | | | Merge branch 'jk/for-each-ref-multi-key-sort-fix' | Junio C Hamano | 2020-05-08 | 6 | -11/+104 |
|\ \ \ \ \ \ \ \ \ |