summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ref-filter.h: provide `REF_FILTER_INIT`Jeff King2023-07-103-6/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'tb/repack-cleanup'Junio C Hamano2023-07-181-23/+15
|\ \ \ \ \ \
| * | | | | | builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`Taylor Blau2023-07-111-26/+15
| * | | | | | builtin/repack.c: only repack `.pack`s that existDerrick Stolee2023-07-111-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'tb/fsck-no-progress'Junio C Hamano2023-07-181-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fsck: suppress MIDX output with `--no-progress`Taylor Blau2023-07-101-0/+4
| * | | | | fsck: suppress commit-graph output with `--no-progress`Taylor Blau2023-07-101-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-1739-41/+2
|\ \ \ \ \
| * | | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-0520-20/+0
| * | | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-0521-21/+0
| * | | | | git-compat-util: move strbuf.c funcs to its headerCalvin Wan2023-07-052-0/+2
* | | | | | Merge branch 'rs/ls-tree-prefix-simplify'Junio C Hamano2023-07-171-14/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ls-tree: simplify prefix handlingRené Scharfe2023-07-071-14/+10
* | | | | | Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2023-07-081-2/+2
|\ \ \ \ \ \
| * | | | | | fsck: avoid misleading variable nameEric Sunshine2023-06-291-2/+2
* | | | | | | Merge branch 'js/empty-index-fixes'Junio C Hamano2023-07-081-5/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | commit -a -m: allow the top-level tree to become empty againJohannes Schindelin2023-06-291-5/+2
* | | | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-0638-134/+228
|\ \ \ \ \ \ \
| * | | | | | | config: pass kvi to die_bad_number()Glen Choo2023-06-2811-38/+43
| * | | | | | | config.c: pass ctx with CLI configGlen Choo2023-06-281-17/+30
| * | | | | | | config.c: pass ctx in configsetsGlen Choo2023-06-281-4/+6
| * | | | | | | config: add ctx arg to config_fn_tGlen Choo2023-06-2838-80/+136
| * | | | | | | config: inline git_color_default_configGlen Choo2023-06-286-7/+25
* | | | | | | | Merge branch 'tl/notes-separator'Junio C Hamano2023-07-061-33/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | notes: introduce "--no-separator" optionTeng Long2023-06-211-10/+27
| * | | | | | | | notes.c: introduce "--[no-]stripspace" optionTeng Long2023-06-211-8/+22
| * | | | | | | | notes.c: append separator instead of insert by posTeng Long2023-06-211-9/+12
| * | | | | | | | notes.c: introduce '--separator=<paragraph-break>' optionTeng Long2023-06-211-24/+85
| * | | | | | | | notes.c: use designated initializers for clarityTeng Long2023-06-211-2/+2
| * | | | | | | | notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long2023-06-211-2/+0
* | | | | | | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-069-21/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | strbuf: remove global variableCalvin Wan2023-06-128-21/+30
| * | | | | | | | | credential-store: move related functions to credential-store fileCalvin Wan2023-06-121-0/+19
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-064-158/+106
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-182-2/+2
| * | | | | | | | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-183-147/+104
| * | | | | | | | strbuf: factor out strbuf_expand_step()René Scharfe2023-06-181-11/+2
* | | | | | | | | Merge branch 'bc/more-git-var'Junio C Hamano2023-07-051-20/+149
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | var: add config file locationsbrian m. carlson2023-06-271-1/+56
| * | | | | | | | var: add attributes files locationsbrian m. carlson2023-06-271-0/+29
| * | | | | | | | var: adjust memory allocation for stringsbrian m. carlson2023-06-271-16/+29
| * | | | | | | | var: format variable structure with C99 initializersbrian m. carlson2023-06-271-8/+32
| * | | | | | | | var: add support for listing the shellbrian m. carlson2023-06-271-0/+6
| * | | | | | | | var: mark unused parameters in git_var callbacksJeff King2023-06-271-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-30108-858/+203
|\ \ \ \ \ \ \ \
| * | | | | | | | fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren2023-06-211-1/+3
| * | | | | | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-2138-38/+44
| * | | | | | | | merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1
| * | | | | | | | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-216-0/+6
| * | | | | | | | builtin.h: remove unneccessary includesElijah Newren2023-06-217-0/+7