summaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+6
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
| * config: inline git_color_default_configGlen Choo2023-06-281-1/+4
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-97/+8
|\ \ | |/ |/|
| * diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
| * repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| * cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
| * read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
| * preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
| * read-cache: move shared add/checkout/commit codeElijah Newren2023-06-211-100/+0
| * add: modify add_files_to_cache() to avoid globalsElijah Newren2023-06-211-7/+15
* | Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano2023-06-231-1/+1
|\ \ | |/ |/|
| * add: check color.ui for interactive addDerrick Stolee2023-06-121-1/+1
* | editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-071-27/+4
* add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-071-43/+23
* Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-1/+1
|\
| * diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-1/+1
|\ \ | |/ |/|
| * built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-4/+4
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-4/+4
* | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+3
* | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-10/+9
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-1/+2
|\
| * revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-141-1/+0
| * revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason2022-04-141-0/+1
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-2/+11
|\ \
| * | builtin/add: add ODB transaction around add_files_to_cacheNeeraj Singh2022-04-061-0/+9
| * | bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh2022-04-061-2/+2
| |/
* | Merge branch 'js/use-builtin-add-i'Junio C Hamano2022-05-311-10/+5
|\ \ | |/ |/|
| * add -i: default to the built-in implementationJohannes Schindelin2021-12-011-10/+5
* | add: remove support for `git-legacy-stash`Johannes Schindelin2022-01-281-14/+0
* | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-2/+2
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-4/+4
* | run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-261-5/+2
|/
* Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-141-3/+29
|\
| * add: update --renormalize to skip sparse pathsDerrick Stolee2021-09-281-1/+3
| * add: update --chmod to skip sparse pathsDerrick Stolee2021-09-281-1/+3
| * add: implement the --sparse optionDerrick Stolee2021-09-281-4/+8
| * add: skip tracked paths outside sparse-checkout coneDerrick Stolee2021-09-281-0/+4
| * add: fail when adding an untracked sparse fileDerrick Stolee2021-09-281-0/+14
* | Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-211-6/+1
|\|
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-081-6/+1
| * Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano2021-08-101-3/+12
| |\
* | \ Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-5/+6
|\ \ \