index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
add-patch.c
Age
Commit message (
Expand
)
Author
Lines
2022-11-21
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
-1
/
+2
2022-09-15
Merge branch 'rs/add-p-worktree-mode-prompt-fix'
Junio C Hamano
-8
/
+8
2022-09-14
add -p: fix worktree patch mode prompts
René Scharfe
-8
/
+8
2022-09-13
Merge branch 'js/builtin-add-p-portability-fix'
Junio C Hamano
-1
/
+1
2022-09-01
add -p: ignore dirty submodules
Johannes Schindelin
-1
/
+2
2022-09-01
add -p: gracefully handle unparseable hunk headers in colored diffs
Johannes Schindelin
-8
/
+17
2022-09-01
add -p: detect more mismatches between plain vs colored diffs
Johannes Schindelin
-1
/
+4
2022-08-30
add -p: avoid ambiguous signed/unsigned comparison
Johannes Schindelin
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-09
Merge branch 'pw/add-p-hunk-split-fix'
Junio C Hamano
-7
/
+13
2022-01-12
builtin add -p: fix hunk splitting
Phillip Wood
-7
/
+13
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
-2
/
+2
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
-0
/
+1
2020-12-08
Merge branch 'js/add-i-color-fix'
Junio C Hamano
-10
/
+15
2020-11-16
add -p (built-in): do not color the progress indicator separately
Johannes Schindelin
-5
/
+5
2020-11-11
add -i: use `reset_color` consistently
Johannes Schindelin
-2
/
+2
2020-11-11
add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headers
Johannes Schindelin
-3
/
+8
2020-10-27
Merge branch 'dl/checkout-p-merge-base'
Junio C Hamano
-0
/
+8
2020-10-07
add-patch: add NEEDSWORK about comparing commits
Denton Liu
-0
/
+8
2020-09-22
Merge branch 'pw/add-p-edit-ita-path'
Junio C Hamano
-61
/
+79
2020-09-18
Merge branch 'jk/add-i-fixes'
Junio C Hamano
-1
/
+1
2020-09-18
Merge branch 'pw/add-p-leakfix'
Junio C Hamano
-8
/
+16
2020-09-09
add -p: fix editing of intent-to-add paths
Phillip Wood
-61
/
+79
2020-09-08
add -p: fix memory leak
Phillip Wood
-8
/
+16
2020-09-08
add-patch: fix inverted return code of repo_read_index()
Jeff King
-1
/
+1
2020-09-03
Merge branch 'pw/add-p-allowed-options-fix'
Junio C Hamano
-25
/
+42
2020-08-17
add -p: fix checking of user input
Phillip Wood
-16
/
+38
2020-08-17
add -p: use ALLOC_GROW_BY instead of ALLOW_GROW
Phillip Wood
-9
/
+4
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
-24
/
+24
2020-07-30
strvec: rename struct fields
Jeff King
-4
/
+4
2020-07-29
comment: fix spelling mistakes inside comments
Steve Kemp
-1
/
+1
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
-5
/
+5
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
-14
/
+14
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
-1
/
+1
2020-06-08
Merge branch 'js/checkout-p-new-file'
Junio C Hamano
-7
/
+23
2020-05-27
checkout -p: handle new files correctly
Johannes Schindelin
-7
/
+23
2020-04-10
interactive: refactor code asking the user for interactive input
Johannes Schindelin
-2
/
+2
2020-01-15
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
-4
/
+17
2020-01-15
built-in add -p: handle diff.algorithm
Johannes Schindelin
-0
/
+3
2020-01-15
built-in add -p: support interactive.diffFilter
Johannes Schindelin
-0
/
+33
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
-0
/
+50
2019-12-21
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
-5
/
+133
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
-4
/
+79
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
-26
/
+69
2019-12-13
built-in add -p: show helpful hint when nothing can be staged
Johannes Schindelin
-4
/
+13
2019-12-13
built-in add -p: only show the applicable parts of the help text
Johannes Schindelin
-4
/
+28
2019-12-13
built-in add -p: implement the 'q' ("quit") command
Johannes Schindelin
-6
/
+11
2019-12-13
built-in add -p: implement the '/' ("search regex") command
Johannes Schindelin
-1
/
+49
2019-12-13
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
-0
/
+88
2019-12-13
built-in add -p: implement hunk editing
Johannes Schindelin
-17
/
+316
[next]