summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* environment: move comment_line_char from cache.hElijah Newren2023-03-214-0/+4
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-21108-0/+108
* Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano2023-03-191-0/+2
|\
| * fetch: pass --no-write-fetch-head to subprocessesEric Wong2023-03-091-0/+2
* | Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2023-03-191-0/+1
|\ \
| * | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+1
| |/
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-195-9/+33
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-064-4/+10
| * | bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano2023-03-061-1/+1
| * | bundle: let "-" mean stdin for reading operationsJeff King2023-03-061-4/+22
* | | Merge branch 'jk/bundle-progress'Junio C Hamano2023-03-191-7/+8
|\ \ \
| * | | bundle: turn on --all-progress-implied by defaultJeff King2023-03-061-7/+8
| |/ /
* | | Merge branch 'rj/bisect-already-used-branch'Junio C Hamano2023-03-191-1/+2
|\ \ \
| * | | bisect: fix "reset" when branch is checked out elsewhereRubén Justo2023-01-221-1/+2
* | | | Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano2023-03-191-2/+4
|\ \ \ \
| * | | | push: allow delete single-level refZheNing Hu2023-03-011-1/+3
| * | | | receive-pack: fix funny ref error messsageZheNing Hu2023-03-011-1/+1
* | | | | Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano2023-03-191-9/+22
|\ \ \ \ \
| * | | | | restore: fault --staged --worktree with merge optsAndy Koppe2023-02-271-9/+22
* | | | | | Merge branch 'fz/rebase-msg-update'Junio C Hamano2023-03-171-1/+1
|\ \ \ \ \ \
| * | | | | | rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou2023-02-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ew/fetch-hiderefs'Junio C Hamano2023-03-172-1/+3
|\ \ \ \ \ \
| * | | | | | fetch: support hideRefs to speed up connectivity checksEric Wong2023-02-272-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-1712-70/+4
|\ \ \ \ \ \
| * | | | | | drop pure pass-through config callbacksJeff King2023-02-274-24/+4
| * | | | | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-0912-46/+0
* | | | | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-1713-55/+67
|\ \ \ \ \ \ \
| * | | | | | | run_processes_parallel: mark unused callback parametersJeff King2023-02-242-4/+6
| * | | | | | | notes: mark unused callback parametersJeff King2023-02-241-2/+3
| * | | | | | | for_each_object: mark unused callback parametersJeff King2023-02-248-37/+45
| * | | | | | | list-objects: mark unused callback parametersJeff King2023-02-242-10/+11
| * | | | | | | mark unused parameters in signal handlersJeff King2023-02-242-2/+2
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-1766-7/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-239-0/+9
| * | | | | | | | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-234-0/+4
| * | | | | | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-2356-0/+56
| * | | | | | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-2320-7/+23
| |/ / / / / / /
* | | | | | | | Merge branch 'en/dir-api-cleanup'Junio C Hamano2023-03-172-8/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | unpack-trees: special case read-tree debugging as internal usageElijah Newren2023-02-271-5/+5
| * | | | | | | | sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren2023-02-271-1/+0
| * | | | | | | | sparse-checkout: avoid using internal API of unpack-treesElijah Newren2023-02-271-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2023-03-171-31/+62
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | fsck: check even zero-entry index filesJeff King2023-02-271-3/+2
| * | | | | | | fsck: mention file path for index errorsJeff King2023-02-241-15/+27
| * | | | | | | fsck: check index files in all worktreesJeff King2023-02-241-2/+16
| * | | | | | | fsck: factor out index fsckJeff King2023-02-241-24/+30
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'rs/am-parse-options-cleanup' into maint-2.39Junio C Hamano2023-02-141-1/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano2023-02-147-7/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rj/branch-copy-and-rename' into maint-2.39Junio C Hamano2023-02-141-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39Junio C Hamano2023-02-141-8/+5
| |\ \ \ \ \ \ \ \ \