aboutsummaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'ps/history-split'Junio C Hamano
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-09-16odb: add transaction interfaceJustin Tobler
2025-09-16object-file: relocate ODB transaction codeJustin Tobler
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-05-27Merge branch 'ds/sparse-apply-add-p'Junio C Hamano
2025-05-16git add: make -p/-i aware of sparse indexDerrick Stolee
2025-04-20builtin/add: remove unnecessary if statementUsman Akinyemi
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai
2024-09-13add: pass in repo variable instead of global the_repositoryJohn Cai
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-06-05add-i: finally retire add.interactive.useBuiltinJunio C Hamano
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano
2024-04-22add: plug a leak on interactive_addRubén Justo
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPORubén Justo
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPECRubén Justo
2024-03-30add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILERubén Justo
2024-03-07Merge branch 'eg/add-uflags'Junio C Hamano
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-04attr: enable attr pathspec magic for git-add and git-stashJoanna Wang
2023-10-30Merge branch 'ni/die-message-fix-for-git-add'Junio C Hamano
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano
2023-09-05parse-options: add more BUG_ON() annotationsJeff King
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano