summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-21notes: introduce "--no-separator" optionTeng Long3-18/+79
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long3-19/+332
2023-06-21notes.c: append separator instead of insert by posTeng Long1-9/+12
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long3-29/+227
2023-06-21t3321: add test cases about the notes stripspace behaviorTeng Long1-0/+291
2023-06-21notes.c: use designated initializers for clarityTeng Long1-2/+2
2023-06-21notes.c: cleanup 'strbuf_grow' call in 'append_edit'Teng Long1-2/+0
2023-06-20The second batch for 2.42Junio C Hamano1-0/+35
2023-06-20Merge branch 'la/doc-interpret-trailers'Junio C Hamano1-56/+78
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano6-10/+70
2023-06-20Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano13-37/+102
2023-06-20Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano2-2/+21
2023-06-20Merge branch 'jc/test-modernization-2'Junio C Hamano10-713/+737
2023-06-20Merge branch 'jc/test-modernization'Junio C Hamano20-1501/+1472
2023-06-20Merge branch 'kh/use-default-notes-doc'Junio C Hamano1-8/+11
2023-06-20Merge branch 'pb/complete-and-document-auto-merge-and-friends'Junio C Hamano5-20/+79
2023-06-20Merge branch 'mh/commit-reach-get-reachable-plug-leak'Junio C Hamano1-0/+2
2023-06-20Merge branch 'tz/test-fix-pthreads-prereq'Junio C Hamano1-2/+2
2023-06-20Merge branch 'tz/test-ssh-verifytime-fix'Junio C Hamano1-1/+1
2023-06-20Merge branch 'jk/ci-use-clang-for-sanitizer-jobs'Junio C Hamano2-13/+4
2023-06-20Merge branch 'tl/quote-problematic-arg-for-clarity'Junio C Hamano2-4/+4
2023-06-20Merge branch 'ps/fetch-cleanups'Junio C Hamano1-68/+79
2023-06-20packfile: delete .idx files before .pack filesDerrick Stolee1-1/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe5-11/+7
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe7-271/+168
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe4-56/+28
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe3-25/+24
2023-06-18pretty: factor out expand_separator()René Scharfe1-14/+13
2023-06-17http: handle both "h2" and "h2h3" in curl info linesJeff King1-1/+2
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo11-0/+11
2023-06-17config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo1-0/+1
2023-06-17branch: fix a leak in cmd_branchRubén Justo1-0/+2
2023-06-17branch: fix a leak in setup_trackingRubén Justo1-1/+1
2023-06-17rev-parse: fix a leak with --abbrev-refRubén Justo1-1/+4
2023-06-16commit: pass --no-divider to interpret-trailersJeff King2-1/+21
2023-06-16credential/libsecret: store new attributesM Hickford4-6/+152
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo1-5/+0
2023-06-15credential: erase all matching credentialsM Hickford4-8/+44
2023-06-15credential: avoid erasing distinct passwordM Hickford5-18/+90
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt3-9/+72
2023-06-15revision: small readability improvement for reading from stdinPatrick Steinhardt1-8/+9
2023-06-15revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt1-33/+33
2023-06-15ls-tree: fix documentation of %x format placeholderRené Scharfe1-3/+3
2023-06-14doc: trailer: add more examples in DESCRIPTIONLinus Arver1-2/+18
2023-06-14doc: trailer: mention 'key' in DESCRIPTIONLinus Arver1-1/+4
2023-06-14doc: trailer.<token>.command: emphasize deprecationLinus Arver1-2/+2
2023-06-14doc: trailer: use angle brackets for <token> and <value>Linus Arver1-4/+4
2023-06-14doc: trailer: remove redundant phrasingLinus Arver1-3/+2
2023-06-14doc: trailer: examples: avoid the word "message" by itselfLinus Arver1-25/+25
2023-06-14doc: trailer: drop "commit message part" phrasingLinus Arver1-16/+20