summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-20commit-graph: refactor compute_topological_levels()Derrick Stolee1-23/+83
2023-03-20for-each-ref: explicitly test no matchesDerrick Stolee1-0/+13
2023-03-20for-each-ref: add --stdin optionDerrick Stolee3-2/+65
2023-03-20parse-options.h: use designated initializers in OPT_* macrosSZEDER Gábor1-66/+243
2023-03-20parse-options.h: rename _OPT_CONTAINS_OR_WITH()'s parametersSZEDER Gábor1-3/+3
2023-03-20parse-options.h: use consistent name for the callback parametersSZEDER Gábor1-3/+3
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor5-5/+8
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor10-0/+10
2023-03-20fetch: centralize printing of reference updatesPatrick Steinhardt1-53/+55
2023-03-20fetch: centralize logic to print remote URLPatrick Steinhardt1-55/+44
2023-03-20fetch: centralize handling of per-reference formatPatrick Steinhardt1-3/+4
2023-03-20fetch: pass the full local reference name to `format_display`Patrick Steinhardt1-12/+11
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-20wildmatch: hide internal return valuesPhillip Wood2-3/+6
2023-03-20wildmatch: avoid undefined behaviorPhillip Wood1-2/+2
2023-03-20wildmatch: fix exponential behaviorPhillip Wood2-4/+17
2023-03-20t1507: assert output of rev-parseAndrei Rybak1-2/+4
2023-03-20t1404: don't create unused fileAndrei Rybak1-1/+0
2023-03-20t1400: assert output of update-refAndrei Rybak1-0/+3
2023-03-20t1302: don't create unused fileAndrei Rybak1-1/+1
2023-03-20t1010: don't create unused filesAndrei Rybak1-2/+2
2023-03-20t1006: assert error output of cat-fileAndrei Rybak1-1/+2
2023-03-20t1005: assert output of ls-filesAndrei Rybak1-5/+10
2023-03-19The second batchJunio C Hamano1-0/+52
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano2-1/+23
2023-03-19Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano3-0/+22
2023-03-19Merge branch 'fc/advice-diverged-history'Junio C Hamano3-0/+12
2023-03-19Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano2-2/+25
2023-03-19Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano1-0/+10
2023-03-19Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2-0/+11
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano11-19/+82
2023-03-19Merge branch 'jk/bundle-progress'Junio C Hamano3-24/+22
2023-03-19Merge branch 'as/doc-markup-fix'Junio C Hamano1-1/+1
2023-03-19Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano5-37/+89
2023-03-19Merge branch 'rj/bisect-already-used-branch'Junio C Hamano2-1/+25
2023-03-19Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano3-3/+18
2023-03-19Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano2-8/+37
2023-03-19Merge branch 'ew/commit-reach-clean-up-flags-fix'Junio C Hamano1-2/+6
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano21-112/+245
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King7-13/+47
2023-03-17transport: mark unused parameters in fetch_refs_from_bundle()Jeff King1-1/+2
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King2-3/+3
2023-03-17http: drop unused parameter from start_object_request()Jeff King1-4/+3
2023-03-17mailmap: drop debugging codeJeff King1-39/+3
2023-03-17Start the 2.41 cycleJunio C Hamano3-2/+38
2023-03-17Merge branch 'fz/rebase-msg-update'Junio C Hamano1-1/+1
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano8-12/+26
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano9-1/+538
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano17-81/+37