index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
add-interactive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-1
/
+1
*
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-4
/
+4
*
use child_process members "args" and "env" directly
René Scharfe
2022-10-30
1
-5
/
+4
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
Merge branch 'js/add-i-delete'
Junio C Hamano
2022-07-03
1
-2
/
+10
|
\
|
*
add --interactive: allow `update` to stage deleted files
Johannes Schindelin
2022-06-29
1
-2
/
+10
*
|
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
2022-04-14
1
-2
/
+0
*
|
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
Merge branch 'pw/single-key-interactive'
Junio C Hamano
2022-03-21
1
-0
/
+2
|
\
\
|
*
|
add -p: disable stdin buffering when interactive.singlekey is set
Phillip Wood
2022-02-23
1
-0
/
+2
*
|
|
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
2022-02-16
1
-3
/
+3
|
/
/
*
|
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
2021-09-27
1
-2
/
+6
*
|
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
2021-03-19
1
-2
/
+2
|
\
\
|
*
|
fix xcalloc() argument order
René Scharfe
2021-03-08
1
-3
/
+3
*
|
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
/
*
|
Merge branch 'js/add-i-color-fix'
Junio C Hamano
2020-12-09
1
-15
/
+23
|
\
\
|
*
|
add -p: prefer color.diff.context over color.diff.plain
Johannes Schindelin
2020-11-17
1
-2
/
+4
|
*
|
add -i (built-in): use the same indentation as the Perl version
Johannes Schindelin
2020-11-17
1
-1
/
+1
|
*
|
add -i (built-in): use correct names to load color.diff.* config
Johannes Schindelin
2020-11-11
1
-10
/
+13
|
*
|
add -i (built-in): prevent the `reset` "color" from being configured
Johannes Schindelin
2020-11-11
1
-1
/
+3
|
*
|
add -i (built-in): send error messages to stderr
Johannes Schindelin
2020-11-11
1
-1
/
+1
|
*
|
add -i (built-in): do show an error message for incorrect inputs
Johannes Schindelin
2020-11-11
1
-1
/
+2
*
|
|
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
|
/
/
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-2
/
+2
*
|
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
-7
/
+7
*
|
interactive: refactor code asking the user for interactive input
Johannes Schindelin
2020-04-10
1
-2
/
+2
*
|
Merge branch 'js/add-p-leftover-bits'
Junio C Hamano
2020-02-05
1
-0
/
+19
|
\
\
|
*
|
built-in add -p: respect the `interactive.singlekey` config setting
Johannes Schindelin
2020-01-15
1
-0
/
+2
|
*
|
built-in add -p: handle diff.algorithm
Johannes Schindelin
2020-01-15
1
-0
/
+5
|
*
|
built-in add -p: support interactive.diffFilter
Johannes Schindelin
2020-01-15
1
-0
/
+12
*
|
|
Merge branch 'js/patch-mode-in-others-in-c'
Junio C Hamano
2020-02-05
1
-1
/
+1
|
\
|
|
|
*
|
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
2019-12-22
1
-1
/
+1
*
|
|
Merge branch 'js/builtin-add-i-cmds'
Junio C Hamano
2020-01-30
1
-3
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
built-in add -i: accept open-ended ranges again
Johannes Schindelin
2020-01-16
1
-1
/
+4
|
*
|
built-in add -i: do not try to `patch`/`diff` an empty list of files
Johannes Schindelin
2020-01-16
1
-2
/
+2
|
|
/
*
|
built-in add -p: implement hunk editing
Johannes Schindelin
2019-12-13
1
-0
/
+6
*
|
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
2019-12-13
1
-11
/
+3
*
|
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: 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
[next]