summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-21t3321: add test cases about the notes stripspace behaviorTeng Long-0/+291
2023-06-21notes.c: use designated initializers for clarityTeng Long-2/+2
2023-06-21notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long-2/+0
2023-06-20The second batch for 2.42Junio C Hamano-0/+35
2023-06-20Merge branch 'la/doc-interpret-trailers'Junio C Hamano-56/+78
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano-10/+70
2023-06-20Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano-37/+102
2023-06-20Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano-2/+21
2023-06-20Merge branch 'jc/test-modernization-2'Junio C Hamano-715/+739
2023-06-20Merge branch 'jc/test-modernization'Junio C Hamano-1593/+1564
2023-06-20Merge branch 'kh/use-default-notes-doc'Junio C Hamano-8/+11
2023-06-20Merge branch 'pb/complete-and-document-auto-merge-and-friends'Junio C Hamano-20/+79
2023-06-20Merge branch 'mh/commit-reach-get-reachable-plug-leak'Junio C Hamano-0/+2
2023-06-20Merge branch 'tz/test-fix-pthreads-prereq'Junio C Hamano-2/+2
2023-06-20Merge branch 'tz/test-ssh-verifytime-fix'Junio C Hamano-1/+1
2023-06-20Merge branch 'jk/ci-use-clang-for-sanitizer-jobs'Junio C Hamano-13/+4
2023-06-20Merge branch 'tl/quote-problematic-arg-for-clarity'Junio C Hamano-4/+4
2023-06-20Merge branch 'ps/fetch-cleanups'Junio C Hamano-68/+79
2023-06-20packfile: delete .idx files before .pack filesDerrick Stolee-1/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe-11/+7
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe-272/+169
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe-56/+28
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe-25/+24
2023-06-18pretty: factor out expand_separator()René Scharfe-14/+13
2023-06-17http: handle both "h2" and "h2h3" in curl info linesJeff King-1/+2
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo-0/+11
2023-06-17config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo-0/+1
2023-06-17branch: fix a leak in cmd_branchRubén Justo-0/+2
2023-06-17branch: fix a leak in setup_trackingRubén Justo-1/+1
2023-06-17rev-parse: fix a leak with --abbrev-refRubén Justo-1/+4
2023-06-16commit: pass --no-divider to interpret-trailersJeff King-1/+21
2023-06-16credential/libsecret: store new attributesM Hickford-6/+152
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo-5/+0
2023-06-15credential: erase all matching credentialsM Hickford-8/+44
2023-06-15credential: avoid erasing distinct passwordM Hickford-18/+90
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt-9/+72
2023-06-15revision: small readability improvement for reading from stdinPatrick Steinhardt-8/+9
2023-06-15revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt-33/+33
2023-06-15ls-tree: fix documentation of %x format placeholderRené Scharfe-3/+3
2023-06-14doc: trailer: add more examples in DESCRIPTIONLinus Arver-2/+18
2023-06-14doc: trailer: mention 'key' in DESCRIPTIONLinus Arver-1/+4
2023-06-14doc: trailer.<token>.command: emphasize deprecationLinus Arver-2/+2
2023-06-14doc: trailer: use angle brackets for <token> and <value>Linus Arver-4/+4
2023-06-14doc: trailer: remove redundant phrasingLinus Arver-3/+2
2023-06-14doc: trailer: examples: avoid the word "message" by itselfLinus Arver-25/+25
2023-06-14doc: trailer: drop "commit message part" phrasingLinus Arver-16/+20
2023-06-14doc: trailer: swap verb orderLinus Arver-1/+1
2023-06-14doc: trailer: fix grammarLinus Arver-4/+4
2023-06-14CodingGuidelines: use octal escapes, not hexJonathan Tan-0/+4
2023-06-14diff-lib: honor override_submodule_config flag bitJosip Sokcevic-1/+31