index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-15
built-in add -p: handle Escape sequences in interactive.singlekey mode
Johannes Schindelin
1
-1
/
+55
2020-01-15
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
3
-4
/
+20
2020-01-15
terminal: add a new function to read a single keystroke
Johannes Schindelin
2
-0
/
+58
2020-01-15
terminal: accommodate Git for Windows' default terminal
Johannes Schindelin
1
-0
/
+50
2020-01-15
terminal: make the code of disable_echo() reusable
Johannes Schindelin
1
-4
/
+15
2020-01-15
built-in add -p: handle diff.algorithm
Johannes Schindelin
3
-1
/
+9
2020-01-15
built-in add -p: support interactive.diffFilter
Johannes Schindelin
3
-0
/
+48
2020-01-15
t3701: adjust difffilter test
Johannes Schindelin
1
-1
/
+1
2019-12-21
commit --interactive: make it work with the built-in `add -i`
Johannes Schindelin
1
-2
/
+6
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
3
-0
/
+53
2019-12-21
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
3
-7
/
+137
2019-12-21
built-in stash: use the built-in `git add -p` if so configured
Johannes Schindelin
1
-11
/
+14
2019-12-21
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
2
-1
/
+15
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
3
-4
/
+85
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
4
-30
/
+85
2019-12-13
built-in add -p: show helpful hint when nothing can be staged
Johannes Schindelin
1
-4
/
+13
2019-12-13
built-in add -p: only show the applicable parts of the help text
Johannes Schindelin
1
-4
/
+28
2019-12-13
built-in add -p: implement the 'q' ("quit") command
Johannes Schindelin
1
-6
/
+11
2019-12-13
built-in add -p: implement the '/' ("search regex") command
Johannes Schindelin
2
-1
/
+63
2019-12-13
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
2
-0
/
+104
2019-12-13
built-in add -p: implement hunk editing
Johannes Schindelin
3
-17
/
+325
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
2
-0
/
+39
2019-12-13
built-in add -p: coalesce hunks after splitting them
Johannes Schindelin
1
-1
/
+57
2019-12-13
built-in add -p: implement the hunk splitting feature
Johannes Schindelin
2
-2
/
+225
2019-12-13
built-in add -p: show different prompts for mode changes and deletions
Johannes Schindelin
1
-2
/
+20
2019-12-13
built-in app -p: allow selecting a mode change as a "hunk"
Johannes Schindelin
1
-5
/
+104
2019-12-13
built-in add -p: handle deleted empty files
Johannes Schindelin
1
-2
/
+11
2019-12-13
built-in add -p: support multi-file diffs
Johannes Schindelin
1
-38
/
+53
2019-12-13
built-in add -p: offer a helpful error message when hunk navigation failed
Johannes Schindelin
1
-11
/
+33
2019-12-13
built-in add -p: color the prompt and the help text
Johannes Schindelin
1
-4
/
+8
2019-12-13
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
3
-23
/
+151
2019-12-13
built-in add -p: show colored hunks by default
Johannes Schindelin
1
-17
/
+62
2019-12-13
built-in add -i: wire up the new C code for the `patch` command
Johannes Schindelin
1
-3
/
+6
2019-12-13
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
4
-5
/
+277
2019-12-06
apply --allow-overlap: fix a corner case
Johannes Schindelin
1
-0
/
+10
2019-12-06
git add -p: use non-zero exit code when the diff generation failed
Johannes Schindelin
2
-4
/
+6
2019-12-06
t3701: verify that the diff.algorithm config setting is handled
Johannes Schindelin
1
-0
/
+10
2019-12-06
t3701: verify the shown messages when nothing can be added
Johannes Schindelin
1
-0
/
+11
2019-12-06
t3701: add a test for the different `add -p` prompts
Johannes Schindelin
1
-1
/
+18
2019-12-06
t3701: avoid depending on the TTY prerequisite
Johannes Schindelin
1
-7
/
+21
2019-12-06
t3701: add a test for advanced split-hunk editing
Johannes Schindelin
1
-0
/
+22
2019-12-01
built-in add -i: offer the `quit` command
Johannes Schindelin
1
-5
/
+11
2019-12-01
built-in add -i: re-implement the `diff` command
Johannes Schindelin
1
-0
/
+42
2019-12-01
built-in add -i: implement the `patch` command
Johannes Schindelin
1
-7
/
+84
2019-12-01
built-in add -i: re-implement `add-untracked` in C
Johannes Schindelin
1
-0
/
+91
2019-12-01
built-in add -i: re-implement `revert` in C
Johannes Schindelin
1
-0
/
+109
2019-12-01
built-in add -i: implement the `update` command
Johannes Schindelin
1
-20
/
+110
2019-12-01
built-in add -i: prepare for multi-selection commands
Johannes Schindelin
1
-25
/
+89
2019-12-01
built-in add -i: allow filtering the modified files list
Johannes Schindelin
1
-7
/
+26
2019-12-01
add-interactive: make sure to release `rev.prune_data`
Johannes Schindelin
1
-0
/
+3
[next]