index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
add-interactive.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
add-patch: split out `struct interactive_options`
Patrick Steinhardt
1
-138
/
+36
2025-10-14
Merge branch 'sj/string-list'
Junio C Hamano
1
-3
/
+4
2025-10-06
string-list: change "string_list_find_insert_index" return type to "size_t"
shejialuo
1
-1
/
+1
2025-10-06
string-list: replace negative index encoding with "exact_match" parameter
shejialuo
1
-3
/
+4
2025-09-16
add-interactive: retain colorbool values longer
Jeff King
1
-7
/
+7
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-1
/
+1
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-4
/
+5
2025-09-08
add-interactive: manually fall back color config to color.ui
Jeff King
1
-0
/
+9
2025-09-08
add-interactive: respect color.diff for diff coloring
Jeff King
1
-33
/
+46
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-8
/
+28
2025-07-29
add-patch: respect diff.context configuration
Leon Michalak
1
-0
/
+9
2024-12-18
add-interactive: stop using `the_repository`
Patrick Steinhardt
1
-10
/
+9
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-6
/
+11
2024-04-22
add-interactive: plug a leak in get_untracked_files
Rubén Justo
1
-0
/
+1
2023-09-07
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
1
-4
/
+4
2023-08-29
add-interactive: mark unused callback parameters
Jeff King
1
-4
/
+4
2023-08-21
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
1
-1
/
+1
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+2
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-11-21
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-5
/
+4
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-07-02
Merge branch 'js/add-i-delete'
Junio C Hamano
1
-2
/
+10
2022-06-28
add --interactive: allow `update` to stage deleted files
Johannes Schindelin
1
-2
/
+10
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-21
Merge branch 'pw/single-key-interactive'
Junio C Hamano
1
-0
/
+2
2022-02-23
add -p: disable stdin buffering when interactive.singlekey is set
Phillip Wood
1
-0
/
+2
2022-02-16
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
1
-3
/
+3
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
[next]