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
/
builtin
/
add.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
1
-4
/
+17
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-4
/
+17
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-05-27
Merge branch 'ds/sparse-apply-add-p'
Junio C Hamano
1
-3
/
+4
2025-05-16
git add: make -p/-i aware of sparse index
Derrick Stolee
1
-3
/
+4
2025-04-20
builtin/add: remove unnecessary if statement
Usman Akinyemi
1
-2
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-6
/
+4
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-10-11
git: pass in repo to builtin based on setup_git_directory_gently
John Cai
1
-1
/
+2
2024-09-13
add: pass in repo variable instead of global the_repository
John Cai
1
-53
/
+63
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-2
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-3
/
+9
2024-06-05
add-i: finally retire add.interactive.useBuiltin
Junio C Hamano
1
-5
/
+1
2024-05-08
Merge branch 'ps/the-index-is-no-more'
Junio C Hamano
1
-24
/
+24
2024-04-22
add: plug a leak on interactive_add
Rubén Justo
1
-3
/
+6
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-24
/
+24
2024-04-15
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
1
-2
/
+9
2024-04-09
Merge branch 'rj/use-adv-if-enabled'
Junio C Hamano
1
-11
/
+7
2024-04-03
builtin/add: error out when passing untracked path with -u
Ghanshyam Thakkar
1
-1
/
+8
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
1
-2
/
+2
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO
Rubén Justo
1
-3
/
+3
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
Rubén Justo
1
-4
/
+2
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
Rubén Justo
1
-4
/
+2
2024-03-07
Merge branch 'eg/add-uflags'
Junio C Hamano
1
-1
/
+1
2024-02-29
add: use unsigned type for collection of bits
Eugenio Gigante
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-11-04
attr: enable attr pathspec magic for git-add and git-stash
Joanna Wang
1
-3
/
+4
2023-10-30
Merge branch 'ni/die-message-fix-for-git-add'
Junio C Hamano
1
-5
/
+5
2023-10-17
builtin/add.c: clean up die() messages
Naomi Ibe
1
-5
/
+5
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
[next]