index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
add.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
1
-0
/
+2
2023-09-05
parse-options: add more BUG_ON() annotations
Jeff King
1
-0
/
+2
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
1
-2
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+6
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-97
/
+8
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-28
config: inline git_color_default_config
Glen Choo
1
-1
/
+4
2023-06-22
Merge branch 'ds/add-i-color-configuration-fix'
Junio C Hamano
1
-1
/
+1
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+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-06-21
read-cache: move shared add/checkout/commit code
Elijah Newren
1
-100
/
+0
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
1
-7
/
+15
2023-06-12
add: check color.ui for interactive add
Derrick Stolee
1
-1
/
+1
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-06
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
1
-27
/
+4
2023-02-06
add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
Ævar Arnfjörð Bjarmason
1
-41
/
+21
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-1
/
+1
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-1
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-10
/
+9
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-1
/
+2
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
1
-2
/
+11
2022-05-30
Merge branch 'js/use-builtin-add-i'
Junio C Hamano
1
-10
/
+5
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-04-13
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-06
builtin/add: add ODB transaction around add_files_to_cache
Neeraj Singh
1
-0
/
+9
2022-04-06
bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
Neeraj Singh
1
-2
/
+2
2022-01-27
add: remove support for `git-legacy-stash`
Johannes Schindelin
1
-14
/
+0
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-2
/
+2
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-4
/
+4
2021-12-01
add -i: default to the built-in implementation
Johannes Schindelin
1
-10
/
+5
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
1
-5
/
+2
2021-10-13
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
1
-3
/
+29
2021-09-28
add: update --renormalize to skip sparse paths
Derrick Stolee
1
-1
/
+3
2021-09-28
add: update --chmod to skip sparse paths
Derrick Stolee
1
-1
/
+3
2021-09-28
add: implement the --sparse option
Derrick Stolee
1
-4
/
+8
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
1
-0
/
+4
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
1
-0
/
+14
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
1
-6
/
+1
[prev]
[next]