Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/attr-source-tree' | Junio C Hamano | 2023-05-17 | 3 | -6/+55 |
|\ | |||||
| * | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 2023-05-06 | 3 | -6/+55 |
* | | Merge branch 'ps/fetch-output-format' | Junio C Hamano | 2023-05-15 | 3 | -53/+306 |
|\ \ | |||||
| * | | fetch: introduce machine-parseable "porcelain" output format | Patrick Steinhardt | 2023-05-10 | 1 | -0/+159 |
| * | | fetch: print left-hand side when fetching HEAD:foo | Patrick Steinhardt | 2023-05-10 | 1 | -0/+47 |
| * | | fetch: add a test to exercise invalid output formats | Patrick Steinhardt | 2023-05-10 | 1 | -0/+24 |
| * | | fetch: split out tests for output format | Patrick Steinhardt | 2023-05-10 | 2 | -53/+63 |
| * | | fetch: fix `--no-recurse-submodules` with multi-remote fetches | Patrick Steinhardt | 2023-05-10 | 1 | -0/+13 |
* | | | Merge branch 'sl/diff-files-sparse' | Junio C Hamano | 2023-05-15 | 2 | -2/+66 |
|\ \ \ | |||||
| * | | | diff-files: integrate with sparse index | Shuqi Liang | 2023-05-09 | 2 | -2/+27 |
| * | | | t1092: add tests for `git diff-files` | Shuqi Liang | 2023-05-09 | 1 | -0/+39 |
* | | | | Merge branch 'ds/merge-tree-use-config' | Junio C Hamano | 2023-05-15 | 1 | -0/+18 |
|\ \ \ \ | |||||
| * | | | | merge-tree: load default git config | Derrick Stolee | 2023-05-10 | 1 | -0/+18 |
* | | | | | Merge branch 'ar/test-cleanup-unused-file-creation' | Junio C Hamano | 2023-05-15 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | test: rev-parse-upstream: add missing cmp | Felipe Contreras | 2023-05-09 | 1 | -1/+2 |
* | | | | | | Merge branch 'jk/test-verbose-no-more' | Junio C Hamano | 2023-05-15 | 12 | -81/+77 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t: drop "verbose" helper function | Jeff King | 2023-05-08 | 12 | -66/+57 |
| * | | | | | | t7001: use "ls-files --format" instead of "cut" | Jeff King | 2023-05-08 | 1 | -2/+1 |
| * | | | | | | t7001: avoid git on upstream of pipe | Jeff King | 2023-05-08 | 1 | -16/+22 |
* | | | | | | | Merge branch 'tl/push-branches-is-an-alias-for-all' | Junio C Hamano | 2023-05-15 | 3 | -3/+129 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t5583: fix shebang line | Elijah Newren | 2023-05-12 | 1 | -1/+1 |
| * | | | | | | | push: introduce '--branches' option | Teng Long | 2023-05-06 | 3 | -3/+129 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jc/t9800-fix-use-of-show-s-raw' | Junio C Hamano | 2023-05-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t9800: correct misuse of 'show -s --raw' in a test | Junio C Hamano | 2023-05-06 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jc/dirstat-plug-leaks' | Junio C Hamano | 2023-05-15 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff: plug leaks in dirstat | Junio C Hamano | 2023-05-05 | 1 | -0/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ds/fsck-bitmap' | Junio C Hamano | 2023-05-15 | 1 | -0/+44 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fsck: verify checksums of all .bitmap files | Derrick Stolee | 2023-05-02 | 1 | -0/+44 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ar/config-count-tests-updates' | Junio C Hamano | 2023-05-15 | 1 | -11/+22 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t1300: add tests for missing keys | Andrei Rybak | 2023-04-25 | 1 | -0/+17 |
| * | | | | | | | | t1300: check stderr for "ignores pairs" tests | Andrei Rybak | 2023-04-25 | 1 | -4/+5 |
| * | | | | | | | | t1300: drop duplicate test | Andrei Rybak | 2023-04-25 | 1 | -7/+0 |
* | | | | | | | | | Merge branch 'gc/trace-bare-repo-setup' | Junio C Hamano | 2023-05-15 | 1 | -7/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | setup: trace bare repository setups | Glen Choo | 2023-05-01 | 1 | -7/+25 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'mc/send-email-header-cmd' | Junio C Hamano | 2023-05-15 | 1 | -2/+69 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | send-email: detect empty blank lines in command output | Maxim Cournoyer | 2023-05-01 | 1 | -0/+17 |
| * | | | | | | | | | send-email: add --header-cmd, --no-header-cmd options | Maxim Cournoyer | 2023-05-01 | 1 | -2/+52 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'rj/branch-unborn-in-other-worktrees' | Junio C Hamano | 2023-05-15 | 2 | -0/+47 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | branch: rename orphan branches in any worktree | Rubén Justo | 2023-03-27 | 1 | -0/+14 |
| * | | | | | | | | | branch: description for orphan branch errors | Rubén Justo | 2023-03-27 | 1 | -0/+18 |
| * | | | | | | | | | branch: test for failures while renaming branches | Rubén Justo | 2023-03-27 | 1 | -0/+15 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'mh/credential-oauth-refresh-token' | Junio C Hamano | 2023-05-10 | 3 | -0/+49 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | credential: new attribute oauth_refresh_token | M Hickford | 2023-04-21 | 3 | -0/+49 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'ar/test-cleanup-unused-file-creation-part2' | Junio C Hamano | 2023-05-10 | 5 | -15/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t2019: don't create unused files | Andrei Rybak | 2023-05-03 | 1 | -2/+2 |
| * | | | | | | | | | t1502: don't create unused files | Andrei Rybak | 2023-05-03 | 1 | -3/+3 |
| * | | | | | | | | | t1450: don't create unused files | Andrei Rybak | 2023-05-03 | 1 | -4/+1 |
| * | | | | | | | | | t1300: don't create unused files | Andrei Rybak | 2023-05-03 | 1 | -3/+3 |
| * | | | | | | | | | t1300: fix config file syntax error descriptions | Andrei Rybak | 2023-05-03 | 1 | -2/+2 |
| * | | | | | | | | | t0300: don't create unused file | Andrei Rybak | 2023-05-03 | 1 | -1/+1 |
| |/ / / / / / / / |