index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
add-patch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-23
1
-1
/
+2
|
\
|
*
editor: do not rely on `the_repository` for interactive edits
Patrick Steinhardt
2024-08-13
1
-1
/
+2
*
|
Merge branch 'rj/add-p-pager'
Junio C Hamano
2024-08-08
1
-3
/
+15
|
\
\
|
|
/
|
/
|
|
*
add-patch: render hunks through the pager
Rubén Justo
2024-07-25
1
-3
/
+15
*
|
Merge branch 'pw/add-patch-with-suppress-blank-empty'
Junio C Hamano
2024-07-31
1
-8
/
+15
|
\
\
|
|
/
|
/
|
|
*
add-patch: use normalize_marker() when recounting edited hunk
Phillip Wood
2024-07-21
1
-2
/
+2
|
*
add-patch: handle splitting hunks with diff.suppressBlankEmpty
Phillip Wood
2024-07-21
1
-6
/
+13
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-1
/
+3
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
|
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
|
|
Merge branch 'jc/varargs-attributes'
Junio C Hamano
2024-06-18
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
2024-06-10
1
-0
/
+1
*
|
|
add-patch: enforce only one-letter response to prompts
Junio C Hamano
2024-05-22
1
-0
/
+7
*
|
|
Merge branch 'rj/add-p-typo-reaction'
Junio C Hamano
2024-05-08
1
-8
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add-patch: response to unknown command
Rubén Justo
2024-04-30
1
-1
/
+4
|
*
|
add-patch: do not show UI messages on stderr
Rubén Justo
2024-04-30
1
-7
/
+6
*
|
|
add-patch: plug a leak handling the '/' command
Rubén Justo
2024-04-23
1
-0
/
+1
|
/
/
*
|
Merge branch 'rj/add-p-explicit-reshow'
Junio C Hamano
2024-04-09
1
-6
/
+15
|
\
\
|
*
|
add-patch: do not print hunks repeatedly
Rubén Justo
2024-03-29
1
-7
/
+12
|
*
|
add-patch: introduce 'p' in interactive-patch
Rubén Justo
2024-03-29
1
-0
/
+4
*
|
|
find multi-byte comment chars in NUL-terminated strings
Jeff King
2024-03-12
1
-1
/
+1
*
|
|
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
1
-2
/
+2
*
|
|
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
2024-03-12
1
-4
/
+4
|
/
/
*
/
add-patch: classify '@' as a synonym for 'HEAD'
Ghanshyam Thakkar
2024-02-13
1
-8
/
+0
|
/
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-06
1
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
strbuf: remove global variable
Calvin Wan
2023-06-12
1
-5
/
+7
*
|
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/add-p-unmerged-fix'
Junio C Hamano
2023-03-19
1
-1
/
+2
|
\
\
|
*
|
add-patch: handle "* Unmerged path" lines
Jeff King
2023-03-09
1
-1
/
+2
|
|
/
*
/
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+2
*
Merge branch 'rs/add-p-worktree-mode-prompt-fix'
Junio C Hamano
2022-09-16
1
-8
/
+8
|
\
|
*
add -p: fix worktree patch mode prompts
René Scharfe
2022-09-14
1
-8
/
+8
*
|
Merge branch 'js/builtin-add-p-portability-fix'
Junio C Hamano
2022-09-13
1
-1
/
+1
|
\
\
|
*
|
add -p: avoid ambiguous signed/unsigned comparison
Johannes Schindelin
2022-08-30
1
-1
/
+1
|
|
/
*
|
add -p: ignore dirty submodules
Johannes Schindelin
2022-09-01
1
-1
/
+2
*
|
add -p: gracefully handle unparseable hunk headers in colored diffs
Johannes Schindelin
2022-09-01
1
-8
/
+17
[next]