aboutsummaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren
2023-06-12add: check color.ui for interactive addDerrick Stolee
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-06add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-30Merge branch 'js/use-builtin-add-i'Junio C Hamano
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-13revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-06builtin/add: add ODB transaction around add_files_to_cacheNeeraj Singh
2022-04-06bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh
2022-01-27add: remove support for `git-legacy-stash`Johannes Schindelin
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-01add -i: default to the built-in implementationJohannes Schindelin
2021-11-25run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-09-28add: update --renormalize to skip sparse pathsDerrick Stolee
2021-09-28add: update --chmod to skip sparse pathsDerrick Stolee
2021-09-28add: implement the --sparse optionDerrick Stolee
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee
2021-09-28add: fail when adding an untracked sparse fileDerrick Stolee
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano
2021-09-07sparse-checkout: create helper methodsDerrick Stolee
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-24Merge branch 'ds/add-with-sparse-index'Junio C Hamano
2021-08-10Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano