summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-05-15builtin/config: move display options into local variablesPatrick Steinhardt1-70/+101
2024-05-15builtin/config: move location options into local variablesPatrick Steinhardt1-137/+176
2024-05-15builtin/config: refactor functions to have common exit pathsPatrick Steinhardt1-26/+38
2024-05-15builtin/config: check for writeability after source is set upPatrick Steinhardt1-5/+5
2024-05-15builtin/config: move actions into `cmd_config_actions()`Patrick Steinhardt1-25/+23
2024-05-15builtin/config: move legacy options into `cmd_config()`Patrick Steinhardt1-30/+30
2024-05-15builtin/config: move subcommand options into `cmd_config()`Patrick Steinhardt1-14/+14
2024-05-15builtin/config: move legacy mode into its own functionPatrick Steinhardt1-19/+24
2024-05-15builtin/config: stop printing full usage on misusePatrick Steinhardt1-17/+11
2024-05-15pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau1-1/+2
2024-05-15pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau1-2/+1
2024-05-15pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau1-6/+13
2024-05-13Sync with Git 2.45.1Junio C Hamano3-8/+131
2024-05-13Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-...Junio C Hamano5-7/+19
2024-05-10Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanupJunio C Hamano1-98/+414
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano29-375/+359
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano4-8/+41
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt34-239/+384
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt2-4/+4
2024-05-07builtin/tag: add --trailer optionJohn Passaro1-9/+29
2024-05-07builtin/commit: refactor --trailer logicJohn Passaro1-8/+2
2024-05-07builtin/commit: use ARGV macro to collect trailersJohn Passaro1-9/+1
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak2-2/+2
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak6-4/+8
2024-05-06builtin/shortlog: don't set up revisions without repoPatrick Steinhardt1-1/+1
2024-05-06builtin/diff: explicitly set hash algo when there is no repoPatrick Steinhardt1-0/+9
2024-05-06builtin/bundle: abort "verify" early when there is no repositoryPatrick Steinhardt1-0/+5
2024-05-06builtin/blame: don't access potentially unitialized `the_hash_algo`Patrick Steinhardt1-3/+2
2024-05-06builtin/rev-parse: allow shortening to more than 40 hex charactersPatrick Steinhardt1-3/+2
2024-05-06Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1Junio C Hamano29-375/+359
2024-05-06format-patch: run range-diff with larger creation-factorJunio C Hamano1-1/+1
2024-05-06builtin/config: display subcommand helpPatrick Steinhardt1-2/+3
2024-05-06builtin/config: introduce "edit" subcommandPatrick Steinhardt1-26/+55
2024-05-06builtin/config: introduce "remove-section" subcommandPatrick Steinhardt1-0/+32
2024-05-06builtin/config: introduce "rename-section" subcommandPatrick Steinhardt1-0/+32
2024-05-06builtin/config: introduce "unset" subcommandPatrick Steinhardt1-0/+39
2024-05-06builtin/config: introduce "set" subcommandPatrick Steinhardt1-0/+63
2024-05-06builtin/config: introduce "get" subcommandPatrick Steinhardt1-9/+60
2024-05-06builtin/config: introduce "list" subcommandPatrick Steinhardt1-12/+78
2024-05-06builtin/config: pull out function to handle `--null`Patrick Steinhardt1-6/+9
2024-05-06builtin/config: pull out function to handle config locationPatrick Steinhardt1-65/+68
2024-05-06builtin/config: use `OPT_CMDMODE()` to specify modesPatrick Steinhardt1-18/+14
2024-05-06builtin/config: move "fixed-value" option to correct groupPatrick Steinhardt1-1/+1
2024-05-06builtin/config: move option array aroundPatrick Steinhardt1-48/+48
2024-05-06config: clarify memory ownership when preparing comment stringsPatrick Steinhardt1-5/+6
2024-05-02trailer: make parse_trailers() return trailer_info pointerLinus Arver1-2/+2
2024-05-02interpret-trailers: access trailer_info with new helpersLinus Arver1-6/+6
2024-04-30Merge branch 'js/for-each-repo-keep-going'Junio C Hamano2-5/+15
2024-04-30Merge branch 'aj/stash-staged-fix'Junio C Hamano1-2/+2
2024-04-30Merge branch 'jc/format-patch-rfc-more'Junio C Hamano1-4/+22