index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkout -p: handle new files correctly
Johannes Schindelin
2020-05-27
3
-9
/
+61
*
ci: include the built-in `git add -i` in the `linux-gcc` job
Johannes Schindelin
2020-01-15
1
-0
/
+1
*
built-in add -p: handle Escape sequences more efficiently
Johannes Schindelin
2020-01-15
1
-1
/
+72
*
built-in add -p: handle Escape sequences in interactive.singlekey mode
Johannes Schindelin
2020-01-15
1
-1
/
+55
*
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
2020-01-15
3
-4
/
+20
*
terminal: add a new function to read a single keystroke
Johannes Schindelin
2020-01-15
2
-0
/
+58
*
terminal: accommodate Git for Windows' default terminal
Johannes Schindelin
2020-01-15
1
-0
/
+50
*
terminal: make the code of disable_echo() reusable
Johannes Schindelin
2020-01-15
1
-4
/
+15
*
built-in add -p: handle diff.algorithm
Johannes Schindelin
2020-01-15
3
-1
/
+9
*
built-in add -p: support interactive.diffFilter
Johannes Schindelin
2020-01-15
3
-0
/
+48
*
t3701: adjust difffilter test
Johannes Schindelin
2020-01-15
1
-1
/
+1
*
commit --interactive: make it work with the built-in `add -i`
Johannes Schindelin
2019-12-22
1
-2
/
+6
*
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
2019-12-22
3
-0
/
+53
*
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
2019-12-22
3
-7
/
+137
*
built-in stash: use the built-in `git add -p` if so configured
Johannes Schindelin
2019-12-22
1
-11
/
+14
*
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
2019-12-22
2
-1
/
+15
*
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
2019-12-22
3
-4
/
+85
*
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
2019-12-22
4
-30
/
+85
*
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
2
-1
/
+63
*
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
2019-12-13
2
-0
/
+104
*
built-in add -p: implement hunk editing
Johannes Schindelin
2019-12-13
3
-17
/
+325
*
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
2019-12-13
2
-0
/
+39
*
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
2
-2
/
+225
*
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
3
-23
/
+151
*
built-in add -p: show colored hunks by default
Johannes Schindelin
2019-12-13
1
-17
/
+62
*
built-in add -i: wire up the new C code for the `patch` command
Johannes Schindelin
2019-12-13
1
-3
/
+6
*
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
2019-12-13
4
-5
/
+277
*
apply --allow-overlap: fix a corner case
Johannes Schindelin
2019-12-06
1
-0
/
+10
*
git add -p: use non-zero exit code when the diff generation failed
Johannes Schindelin
2019-12-06
2
-4
/
+6
*
t3701: verify that the diff.algorithm config setting is handled
Johannes Schindelin
2019-12-06
1
-0
/
+10
*
t3701: verify the shown messages when nothing can be added
Johannes Schindelin
2019-12-06
1
-0
/
+11
*
t3701: add a test for the different `add -p` prompts
Johannes Schindelin
2019-12-06
1
-1
/
+18
*
t3701: avoid depending on the TTY prerequisite
Johannes Schindelin
2019-12-06
1
-7
/
+21
*
t3701: add a test for advanced split-hunk editing
Johannes Schindelin
2019-12-06
1
-0
/
+22
*
built-in add -i: offer the `quit` command
Johannes Schindelin
2019-12-01
1
-5
/
+11
*
built-in add -i: re-implement the `diff` command
Johannes Schindelin
2019-12-01
1
-0
/
+42
*
built-in add -i: implement the `patch` command
Johannes Schindelin
2019-12-01
1
-7
/
+84
*
built-in add -i: re-implement `add-untracked` in C
Johannes Schindelin
2019-12-01
1
-0
/
+91
*
built-in add -i: re-implement `revert` in C
Johannes Schindelin
2019-12-01
1
-0
/
+109
*
built-in add -i: implement the `update` command
Johannes Schindelin
2019-12-01
1
-20
/
+110
[next]