Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/attr-source-tree' | Junio C Hamano | 2023-05-17 | 2 | -10/+9 |
|\ | |||||
| * | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 2023-05-06 | 2 | -10/+9 |
* | | Merge branch 'ps/fetch-output-format' | Junio C Hamano | 2023-05-15 | 1 | -197/+285 |
|\ \ | |||||
| * | | fetch: introduce machine-parseable "porcelain" output format | Patrick Steinhardt | 2023-05-10 | 1 | -19/+69 |
| * | | fetch: move option related variables into main function | Patrick Steinhardt | 2023-05-10 | 1 | -97/+100 |
| * | | fetch: lift up parsing of "fetch.output" config variable | Patrick Steinhardt | 2023-05-10 | 1 | -18/+32 |
| * | | fetch: introduce `display_format` enum | Patrick Steinhardt | 2023-05-10 | 1 | -21/+46 |
| * | | fetch: refactor calculation of the display table width | Patrick Steinhardt | 2023-05-10 | 1 | -41/+34 |
| * | | fetch: print left-hand side when fetching HEAD:foo | Patrick Steinhardt | 2023-05-10 | 1 | -18/+19 |
| * | | fetch: fix `--no-recurse-submodules` with multi-remote fetches | Patrick Steinhardt | 2023-05-10 | 1 | -0/+2 |
* | | | Merge branch 'sl/diff-files-sparse' | Junio C Hamano | 2023-05-15 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | diff-files: integrate with sparse index | Shuqi Liang | 2023-05-09 | 1 | -0/+4 |
* | | | | Merge branch 'ds/merge-tree-use-config' | Junio C Hamano | 2023-05-15 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | merge-tree: load default git config | Derrick Stolee | 2023-05-10 | 1 | -0/+3 |
* | | | | | Merge branch 'tl/push-branches-is-an-alias-for-all' | Junio C Hamano | 2023-05-15 | 1 | -3/+4 |
|\ \ \ \ \ | |||||
| * | | | | | push: introduce '--branches' option | Teng Long | 2023-05-06 | 1 | -3/+4 |
* | | | | | | Merge branch 'jc/name-rev-deprecate-stdin-further' | Junio C Hamano | 2023-05-15 | 1 | -1/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | name-rev: make --stdin hidden | John Cai | 2023-05-06 | 1 | -1/+5 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ds/fsck-bitmap' | Junio C Hamano | 2023-05-15 | 1 | -3/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fsck: use local repository | Derrick Stolee | 2023-05-02 | 1 | -3/+3 |
| * | | | | | | fsck: verify checksums of all .bitmap files | Derrick Stolee | 2023-05-02 | 1 | -0/+4 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'rj/branch-unborn-in-other-worktrees' | Junio C Hamano | 2023-05-15 | 1 | -13/+58 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch: avoid unnecessary worktrees traversals | Rubén Justo | 2023-03-27 | 1 | -1/+1 |
| * | | | | | | branch: rename orphan branches in any worktree | Rubén Justo | 2023-03-27 | 1 | -2/+4 |
| * | | | | | | branch: description for orphan branch errors | Rubén Justo | 2023-03-27 | 1 | -5/+16 |
| * | | | | | | branch: use get_worktrees() in copy_or_rename_branch() | Rubén Justo | 2023-03-27 | 1 | -9/+9 |
| * | | | | | | branch: test for failures while renaming branches | Rubén Justo | 2023-03-27 | 1 | -0/+32 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'mh/credential-oauth-refresh-token' | Junio C Hamano | 2023-05-10 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | credential: new attribute oauth_refresh_token | M Hickford | 2023-04-21 | 1 | -0/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ob/messages-capitalize-exception' | Junio C Hamano | 2023-05-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | messages: capitalization and punctuation exceptions | Oswald Buddenhagen | 2023-04-28 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 2023-05-09 | 41 | -0/+54 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | commit.h: reduce unnecessary includes | Elijah Newren | 2023-04-24 | 5 | -0/+5 |
| * | | | | | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 2023-04-24 | 26 | -0/+33 |
| * | | | | | pkt-line.h: move declarations for pkt-line.c functions from cache.h | Elijah Newren | 2023-04-24 | 5 | -0/+5 |
| * | | | | | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 2023-04-24 | 5 | -0/+5 |
| * | | | | | server-info.h: move declarations for server-info.c functions from cache.h | Elijah Newren | 2023-04-24 | 3 | -0/+3 |
| * | | | | | symlinks.h: move declarations for symlinks.c functions from cache.h | Elijah Newren | 2023-04-24 | 2 | -0/+2 |
* | | | | | | Merge branch 'tb/ban-strtok' | Junio C Hamano | 2023-05-02 | 1 | -2/+2 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | string-list: multi-delimiter `string_list_split_in_place()` | Taylor Blau | 2023-04-24 | 1 | -2/+2 |
* | | | | | | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 2023-04-28 | 2 | -7/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/gc.c: make `gc.cruftPacks` enabled by default | Taylor Blau | 2023-04-18 | 1 | -5/+1 |
| * | | | | | | builtin/gc.c: ignore cruft packs with `--keep-largest-pack` | Taylor Blau | 2023-04-18 | 1 | -1/+1 |
| * | | | | | | builtin/repack.c: fix incorrect reference to '-C' | Taylor Blau | 2023-04-18 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ds/fsck-pack-revindex' | Junio C Hamano | 2023-04-27 | 1 | -0/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fsck: validate .rev file header | Derrick Stolee | 2023-04-17 | 1 | -2/+8 |
| * | | | | | | fsck: create scaffolding for rev-index checks | Derrick Stolee | 2023-04-17 | 1 | -0/+30 |
* | | | | | | | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 2023-04-27 | 2 | -4/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | t: invert `GIT_TEST_WRITE_REV_INDEX` | Taylor Blau | 2023-04-13 | 2 | -4/+4 |
| * | | | | | | config: enable `pack.writeReverseIndex` by default | Taylor Blau | 2023-04-13 | 2 | -0/+2 |
| |/ / / / / |