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
*
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
*
|
add -p: detect more mismatches between plain vs colored diffs
Johannes Schindelin
2022-09-01
1
-1
/
+4
|
/
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-1
/
+1
*
Merge branch 'pw/add-p-hunk-split-fix'
Junio C Hamano
2022-02-09
1
-7
/
+13
|
\
|
*
builtin add -p: fix hunk splitting
Phillip Wood
2022-01-12
1
-7
/
+13
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-2
/
+2
|
/
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
*
Merge branch 'js/add-i-color-fix'
Junio C Hamano
2020-12-09
1
-10
/
+15
|
\
|
*
add -p (built-in): do not color the progress indicator separately
Johannes Schindelin
2020-11-17
1
-5
/
+5
|
*
add -i: use `reset_color` consistently
Johannes Schindelin
2020-11-11
1
-2
/
+2
|
*
add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headers
Johannes Schindelin
2020-11-11
1
-3
/
+8
*
|
Merge branch 'dl/checkout-p-merge-base'
Junio C Hamano
2020-10-27
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
add-patch: add NEEDSWORK about comparing commits
Denton Liu
2020-10-07
1
-0
/
+8
*
|
Merge branch 'pw/add-p-edit-ita-path'
Junio C Hamano
2020-09-22
1
-61
/
+79
|
\
\
|
*
|
add -p: fix editing of intent-to-add paths
Phillip Wood
2020-09-09
1
-61
/
+79
*
|
|
Merge branch 'jk/add-i-fixes'
Junio C Hamano
2020-09-19
1
-1
/
+1
|
\
\
\
|
*
|
|
add-patch: fix inverted return code of repo_read_index()
Jeff King
2020-09-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'pw/add-p-leakfix'
Junio C Hamano
2020-09-19
1
-8
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add -p: fix memory leak
Phillip Wood
2020-09-08
1
-8
/
+16
|
|
/
*
|
Merge branch 'pw/add-p-allowed-options-fix'
Junio C Hamano
2020-09-03
1
-25
/
+42
|
\
\
|
*
|
add -p: fix checking of user input
Phillip Wood
2020-08-17
1
-16
/
+38
|
*
|
add -p: use ALLOC_GROW_BY instead of ALLOW_GROW
Phillip Wood
2020-08-17
1
-9
/
+4
|
|
/
*
|
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-24
/
+24
|
\
\
|
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-4
/
+4
|
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-5
/
+5
|
*
|
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-14
/
+14
[next]