summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'gr/add-e-use-apply-api'Junio C Hamano1-7/+12
12 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-2/+2
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-2/+2
2026-07-31add: introduce '--resolved' optionJunio C Hamano1-6/+86
2026-07-11builtin/add.c: replace run_command() with direct apply_all_patches() callGatla Vishweshwar Reddy1-7/+12
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+1
2026-07-10odb/transaction: propagate begin errorsJustin Tobler1-1/+1
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-0/+1
2026-03-24Merge branch 'ps/history-split'Junio C Hamano1-13/+13
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano1-1/+1
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt1-1/+1
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt1-13/+13
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle1-0/+4
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)1-1/+1
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano1-3/+4
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-09-16odb: add transaction interfaceJustin Tobler1-2/+3
2025-09-16object-file: relocate ODB transaction codeJustin Tobler1-1/+1
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler1-2/+3
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