summaryrefslogtreecommitdiffstats
path: root/add-patch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-1/+2
|\
| * editor: do not rely on `the_repository` for interactive editsPatrick Steinhardt2024-08-131-1/+2
* | Merge branch 'rj/add-p-pager'Junio C Hamano2024-08-081-3/+15
|\ \ | |/ |/|
| * add-patch: render hunks through the pagerRubén Justo2024-07-251-3/+15
* | Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano2024-07-311-8/+15
|\ \ | |/ |/|
| * add-patch: use normalize_marker() when recounting edited hunkPhillip Wood2024-07-211-2/+2
| * add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood2024-07-211-6/+13
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-1/+3
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * | hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-141-1/+1
* | | Merge branch 'jc/varargs-attributes'Junio C Hamano2024-06-181-0/+1
|\ \ \ | |/ / |/| |
| * | __attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano2024-06-101-0/+1
* | | add-patch: enforce only one-letter response to promptsJunio C Hamano2024-05-221-0/+7
* | | Merge branch 'rj/add-p-typo-reaction'Junio C Hamano2024-05-081-8/+10
|\ \ \ | |/ / |/| |
| * | add-patch: response to unknown commandRubén Justo2024-04-301-1/+4
| * | add-patch: do not show UI messages on stderrRubén Justo2024-04-301-7/+6
* | | add-patch: plug a leak handling the '/' commandRubén Justo2024-04-231-0/+1
|/ /
* | Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano2024-04-091-6/+15
|\ \
| * | add-patch: do not print hunks repeatedlyRubén Justo2024-03-291-7/+12
| * | add-patch: introduce 'p' in interactive-patchRubén Justo2024-03-291-0/+4
* | | find multi-byte comment chars in NUL-terminated stringsJeff King2024-03-121-1/+1
* | | prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-2/+2
* | | strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-4/+4
|/ /
* / add-patch: classify '@' as a synonym for 'HEAD'Ghanshyam Thakkar2024-02-131-8/+0
|/
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-5/+7
|\ \ | |/ |/|
| * strbuf: remove global variableCalvin Wan2023-06-121-5/+7
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano2023-03-191-1/+2
|\ \
| * | add-patch: handle "* Unmerged path" linesJeff King2023-03-091-1/+2
| |/
* / alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/
* read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason2022-11-211-1/+2
* Merge branch 'rs/add-p-worktree-mode-prompt-fix'Junio C Hamano2022-09-161-8/+8
|\
| * add -p: fix worktree patch mode promptsRené Scharfe2022-09-141-8/+8
* | Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano2022-09-131-1/+1
|\ \
| * | add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin2022-08-301-1/+1
| |/
* | add -p: ignore dirty submodulesJohannes Schindelin2022-09-011-1/+2
* | add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin2022-09-011-8/+17