index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
add-interactive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2021-03-19
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
1
-2
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-03-08
fix xcalloc() argument order
René Scharfe
1
-3
/
+3
2020-12-08
Merge branch 'js/add-i-color-fix'
Junio C Hamano
1
-15
/
+23
2020-11-16
add -p: prefer color.diff.context over color.diff.plain
Johannes Schindelin
1
-2
/
+4
2020-11-16
add -i (built-in): use the same indentation as the Perl version
Johannes Schindelin
1
-1
/
+1
2020-11-11
add -i (built-in): use correct names to load color.diff.* config
Johannes Schindelin
1
-10
/
+13
2020-11-11
add -i (built-in): prevent the `reset` "color" from being configured
Johannes Schindelin
1
-1
/
+3
2020-11-10
add -i (built-in): send error messages to stderr
Johannes Schindelin
1
-1
/
+1
2020-11-10
add -i (built-in): do show an error message for incorrect inputs
Johannes Schindelin
1
-1
/
+2
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-2
/
+2
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-5
/
+5
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-7
/
+7
2020-04-10
interactive: refactor code asking the user for interactive input
Johannes Schindelin
1
-2
/
+2
2020-02-05
Merge branch 'js/add-p-leftover-bits'
Junio C Hamano
1
-0
/
+19
2020-02-05
Merge branch 'js/patch-mode-in-others-in-c'
Junio C Hamano
1
-1
/
+1
2020-01-30
Merge branch 'js/builtin-add-i-cmds'
Junio C Hamano
1
-3
/
+6
2020-01-16
built-in add -i: accept open-ended ranges again
Johannes Schindelin
1
-1
/
+4
2020-01-16
built-in add -i: do not try to `patch`/`diff` an empty list of files
Johannes Schindelin
1
-2
/
+2
2020-01-15
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
1
-0
/
+2
2020-01-15
built-in add -p: handle diff.algorithm
Johannes Schindelin
1
-0
/
+5
2020-01-15
built-in add -p: support interactive.diffFilter
Johannes Schindelin
1
-0
/
+12
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
1
-1
/
+1
2019-12-13
built-in add -p: implement hunk editing
Johannes Schindelin
1
-0
/
+6
2019-12-13
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
1
-11
/
+3
2019-12-13
built-in add -i: wire up the new C code for the `patch` command
Johannes Schindelin
1
-3
/
+6
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
2019-11-18
built-in add -i: implement the `help` command
Slavica Đukić
1
-0
/
+21
2019-11-18
built-in add -i: use color in the main loop
Slavica Đukić
1
-6
/
+29
2019-11-18
built-in add -i: support `?` (prompt help)
Johannes Schindelin
1
-1
/
+21
2019-11-18
built-in add -i: show unique prefixes of the commands
Johannes Schindelin
1
-11
/
+177
2019-11-18
built-in add -i: implement the main loop
Johannes Schindelin
1
-2
/
+135
2019-11-14
built-in add -i: color the header in the `status` command
Slavica Đukić
1
-4
/
+37
2019-11-14
built-in add -i: implement the `status` command
Daniel Ferreira
1
-1
/
+250
2019-11-14
Start to implement a built-in version of `git add --interactive`
Johannes Schindelin
1
-0
/
+7