Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ref-filter.h: provide `REF_FILTER_INIT` | Jeff King | 2023-07-10 | 3 | -6/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'tb/repack-cleanup' | Junio C Hamano | 2023-07-18 | 1 | -23/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` | Taylor Blau | 2023-07-11 | 1 | -26/+15 | |
| * | | | | | | builtin/repack.c: only repack `.pack`s that exist | Derrick Stolee | 2023-07-11 | 1 | -0/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'tb/fsck-no-progress' | Junio C Hamano | 2023-07-18 | 1 | -0/+8 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | fsck: suppress MIDX output with `--no-progress` | Taylor Blau | 2023-07-10 | 1 | -0/+4 | |
| * | | | | | fsck: suppress commit-graph output with `--no-progress` | Taylor Blau | 2023-07-10 | 1 | -0/+4 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 2023-07-17 | 39 | -41/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 20 | -20/+0 | |
| * | | | | | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 2023-07-05 | 21 | -21/+0 | |
| * | | | | | git-compat-util: move strbuf.c funcs to its header | Calvin Wan | 2023-07-05 | 2 | -0/+2 | |
* | | | | | | Merge branch 'rs/ls-tree-prefix-simplify' | Junio C Hamano | 2023-07-17 | 1 | -14/+10 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | ls-tree: simplify prefix handling | René Scharfe | 2023-07-07 | 1 | -14/+10 | |
* | | | | | | Merge branch 'jk/fsck-indices-in-worktrees' | Junio C Hamano | 2023-07-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fsck: avoid misleading variable name | Eric Sunshine | 2023-06-29 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'js/empty-index-fixes' | Junio C Hamano | 2023-07-08 | 1 | -5/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | commit -a -m: allow the top-level tree to become empty again | Johannes Schindelin | 2023-06-29 | 1 | -5/+2 | |
* | | | | | | | Merge branch 'gc/config-context' | Junio C Hamano | 2023-07-06 | 38 | -134/+228 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | config: pass kvi to die_bad_number() | Glen Choo | 2023-06-28 | 11 | -38/+43 | |
| * | | | | | | | config.c: pass ctx with CLI config | Glen Choo | 2023-06-28 | 1 | -17/+30 | |
| * | | | | | | | config.c: pass ctx in configsets | Glen Choo | 2023-06-28 | 1 | -4/+6 | |
| * | | | | | | | config: add ctx arg to config_fn_t | Glen Choo | 2023-06-28 | 38 | -80/+136 | |
| * | | | | | | | config: inline git_color_default_config | Glen Choo | 2023-06-28 | 6 | -7/+25 | |
* | | | | | | | | Merge branch 'tl/notes-separator' | Junio C Hamano | 2023-07-06 | 1 | -33/+126 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | notes: introduce "--no-separator" option | Teng Long | 2023-06-21 | 1 | -10/+27 | |
| * | | | | | | | | notes.c: introduce "--[no-]stripspace" option | Teng Long | 2023-06-21 | 1 | -8/+22 | |
| * | | | | | | | | notes.c: append separator instead of insert by pos | Teng Long | 2023-06-21 | 1 | -9/+12 | |
| * | | | | | | | | notes.c: introduce '--separator=<paragraph-break>' option | Teng Long | 2023-06-21 | 1 | -24/+85 | |
| * | | | | | | | | notes.c: use designated initializers for clarity | Teng Long | 2023-06-21 | 1 | -2/+2 | |
| * | | | | | | | | notes.c: cleanup 'strbuf_grow' call in 'append_edit' | Teng Long | 2023-06-21 | 1 | -2/+0 | |
* | | | | | | | | | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 2023-07-06 | 9 | -21/+49 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | strbuf: remove global variable | Calvin Wan | 2023-06-12 | 8 | -21/+30 | |
| * | | | | | | | | | credential-store: move related functions to credential-store file | Calvin Wan | 2023-06-12 | 1 | -0/+19 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'rs/strbuf-expand-step' | Junio C Hamano | 2023-07-06 | 4 | -158/+106 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | strbuf: simplify strbuf_expand_literal_cb() | René Scharfe | 2023-06-18 | 2 | -2/+2 | |
| * | | | | | | | | replace strbuf_expand() with strbuf_expand_step() | René Scharfe | 2023-06-18 | 3 | -147/+104 | |
| * | | | | | | | | strbuf: factor out strbuf_expand_step() | René Scharfe | 2023-06-18 | 1 | -11/+2 | |
* | | | | | | | | | Merge branch 'bc/more-git-var' | Junio C Hamano | 2023-07-05 | 1 | -20/+149 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | var: add config file locations | brian m. carlson | 2023-06-27 | 1 | -1/+56 | |
| * | | | | | | | | var: add attributes files locations | brian m. carlson | 2023-06-27 | 1 | -0/+29 | |
| * | | | | | | | | var: adjust memory allocation for strings | brian m. carlson | 2023-06-27 | 1 | -16/+29 | |
| * | | | | | | | | var: format variable structure with C99 initializers | brian m. carlson | 2023-06-27 | 1 | -8/+32 | |
| * | | | | | | | | var: add support for listing the shell | brian m. carlson | 2023-06-27 | 1 | -0/+6 | |
| * | | | | | | | | var: mark unused parameters in git_var callbacks | Jeff King | 2023-06-27 | 1 | -4/+4 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 2023-06-30 | 108 | -858/+203 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fsmonitor-ll.h: split this header out of fsmonitor.h | Elijah Newren | 2023-06-21 | 1 | -1/+3 | |
| * | | | | | | | | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 2023-06-21 | 38 | -38/+44 | |
| * | | | | | | | | merge-ll: rename from ll-merge | Elijah Newren | 2023-06-21 | 1 | -1/+1 | |
| * | | | | | | | | git-compat-util.h: remove unneccessary include of wildmatch.h | Elijah Newren | 2023-06-21 | 6 | -0/+6 | |
| * | | | | | | | | builtin.h: remove unneccessary includes | Elijah Newren | 2023-06-21 | 7 | -0/+7 |