aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano1-4/+17
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-4/+17
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-05-27Merge branch 'ds/sparse-apply-add-p'Junio C Hamano1-3/+4
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee1-3/+4
2025-04-20builtin/add: remove unnecessary if statementUsman Akinyemi1-2/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-6/+4
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai1-1/+2
2024-09-13add: pass in repo variable instead of global the_repositoryJohn Cai1-53/+63
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-2/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-3/+9
2024-06-05add-i: finally retire add.interactive.useBuiltinJunio C Hamano1-5/+1
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano1-24/+24
2024-04-22add: plug a leak on interactive_addRubén Justo1-3/+6
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-24/+24
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano1-2/+9
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano1-11/+7
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar1-1/+8
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano1-2/+2
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPORubén Justo1-3/+3
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPECRubén Justo1-4/+2
2024-03-30add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILERubén Justo1-4/+2
2024-03-07Merge branch 'eg/add-uflags'Junio C Hamano1-1/+1
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-11-04attr: enable attr pathspec magic for git-add and git-stashJoanna Wang1-3/+4
2023-10-30Merge branch 'ni/die-message-fix-for-git-add'Junio C Hamano1-5/+5
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe1-5/+5
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano1-0/+2
2023-09-05parse-options: add more BUG_ON() annotationsJeff King1-0/+2
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King1-2/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+6
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-97/+8
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo1-1/+4
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano1-1/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren1-0/+1
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren1-100/+0
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren1-7/+15
2023-06-12add: check color.ui for interactive addDerrick Stolee1-1/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-06add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason1-27/+4