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
*
*.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
|
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
|
/
*
/
comment: fix spelling mistakes inside comments
Steve Kemp
2020-07-29
1
-1
/
+1
|
/
*
Merge branch 'js/checkout-p-new-file'
Junio C Hamano
2020-06-09
1
-7
/
+23
|
\
|
*
checkout -p: handle new files correctly
Johannes Schindelin
2020-05-27
1
-7
/
+23
*
|
interactive: refactor code asking the user for interactive input
Johannes Schindelin
2020-04-10
1
-2
/
+2
|
/
*
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
2020-01-15
1
-4
/
+17
*
built-in add -p: handle diff.algorithm
Johannes Schindelin
2020-01-15
1
-0
/
+3
*
built-in add -p: support interactive.diffFilter
Johannes Schindelin
2020-01-15
1
-0
/
+33
*
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
2019-12-22
1
-0
/
+50
*
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
2019-12-22
1
-5
/
+133
*
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
2019-12-22
1
-4
/
+79
*
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
2019-12-22
1
-26
/
+69
*
built-in add -p: show helpful hint when nothing can be staged
Johannes Schindelin
2019-12-13
1
-4
/
+13
*
built-in add -p: only show the applicable parts of the help text
Johannes Schindelin
2019-12-13
1
-4
/
+28
*
built-in add -p: implement the 'q' ("quit") command
Johannes Schindelin
2019-12-13
1
-6
/
+11
*
built-in add -p: implement the '/' ("search regex") command
Johannes Schindelin
2019-12-13
1
-1
/
+49
*
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
2019-12-13
1
-0
/
+88
*
built-in add -p: implement hunk editing
Johannes Schindelin
2019-12-13
1
-17
/
+316
*
built-in add -p: coalesce hunks after splitting them
Johannes Schindelin
2019-12-13
1
-1
/
+57
*
built-in add -p: implement the hunk splitting feature
Johannes Schindelin
2019-12-13
1
-2
/
+213
*
built-in add -p: show different prompts for mode changes and deletions
Johannes Schindelin
2019-12-13
1
-2
/
+20
*
built-in app -p: allow selecting a mode change as a "hunk"
Johannes Schindelin
2019-12-13
1
-5
/
+104
*
built-in add -p: handle deleted empty files
Johannes Schindelin
2019-12-13
1
-2
/
+11
*
built-in add -p: support multi-file diffs
Johannes Schindelin
2019-12-13
1
-38
/
+53
*
built-in add -p: offer a helpful error message when hunk navigation failed
Johannes Schindelin
2019-12-13
1
-11
/
+33
*
built-in add -p: color the prompt and the help text
Johannes Schindelin
2019-12-13
1
-4
/
+8
*
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
2019-12-13
1
-12
/
+133
*
built-in add -p: show colored hunks by default
Johannes Schindelin
2019-12-13
1
-17
/
+62
*
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
2019-12-13
1
-0
/
+265