summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-03-20fetch: move output format into `display_state`Patrick Steinhardt1-7/+6
2023-03-20fetch: move reference width calculation into `display_state`Patrick Steinhardt1-46/+65
2023-03-19Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano1-0/+2
2023-03-19Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano1-0/+1
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano5-9/+33
2023-03-19Merge branch 'jk/bundle-progress'Junio C Hamano1-7/+8
2023-03-19Merge branch 'rj/bisect-already-used-branch'Junio C Hamano1-1/+2
2023-03-19Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano1-2/+4
2023-03-19Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano1-8/+21
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King2-3/+3
2023-03-17Merge branch 'fz/rebase-msg-update'Junio C Hamano1-1/+1
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano2-1/+3
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano12-70/+4
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano13-55/+67
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano66-7/+92
2023-03-17Merge branch 'en/dir-api-cleanup'Junio C Hamano2-8/+6
2023-03-17Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano1-31/+62
2023-03-13rebase: prefer --default-prefix to --{src,dst}-prefix for format-patchJeff King1-1/+1
2023-03-10ls-files: fix "--format" output of relative pathsAdam Johnson1-1/+4
2023-03-10receive-pack: fix stale packfile locks when dyingPatrick Steinhardt1-4/+10
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong1-0/+2
2023-03-09format-patch: add format.noprefix optionJeff King1-0/+8
2023-03-09format-patch: do not respect diff.noprefixJeff King1-0/+9
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King4-4/+10
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano1-1/+1
2023-03-06bundle: let "-" mean stdin for reading operationsJeff King1-4/+22
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King1-7/+8
2023-03-03format-patch: output header for empty commitsJohn Keeping1-0/+1
2023-03-01push: allow delete single-level refZheNing Hu1-1/+3
2023-03-01receive-pack: fix funny ref error messsageZheNing Hu1-1/+1
2023-02-27rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou1-1/+1
2023-02-27Merge branch 'jc/countermand-format-attach'Junio C Hamano1-0/+2
2023-02-27Merge branch 'mh/credential-password-expiry'Junio C Hamano1-0/+3
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe1-8/+21
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong2-1/+3
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren1-5/+5
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren1-1/+0
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren1-2/+1
2023-02-27drop pure pass-through config callbacksJeff King4-24/+4
2023-02-27fsck: check even zero-entry index filesJeff King1-3/+2
2023-02-24Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano1-0/+3
2023-02-24fsck: mention file path for index errorsJeff King1-15/+27
2023-02-24fsck: check index files in all worktreesJeff King1-2/+16
2023-02-24fsck: factor out index fsckJeff King1-24/+30
2023-02-24run_processes_parallel: mark unused callback parametersJeff King2-4/+6
2023-02-24notes: mark unused callback parametersJeff King1-2/+3
2023-02-24for_each_object: mark unused callback parametersJeff King8-37/+45
2023-02-24list-objects: mark unused callback parametersJeff King2-10/+11
2023-02-24mark unused parameters in signal handlersJeff King2-2/+2
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren9-0/+9