summaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+0
| * revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason2022-04-131-0/+1
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-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-301-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-271-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-251-5/+2
|/
* Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-131-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-201-6/+1
|\ \ | |/
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-071-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
|\ \ \
| * | | advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason2021-08-251-3/+4
| * | | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-2/+2
| |/ /
* | | Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-081-3/+1
|\ \ \
| * | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
| |/ /
* | | Merge branch 'ds/add-with-sparse-index'Junio C Hamano2021-08-241-3/+12
|\ \ \ | |/ / |/| / | |/
| * add: remove ensure_full_index() with --renormalizeDerrick Stolee2021-07-291-2/+0
| * add: ignore outside the sparse-checkout in refresh()Derrick Stolee2021-07-291-1/+9
| * add: allow operating on a sparse-only indexDerrick Stolee2021-07-291-0/+3
* | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+1
|/
* Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano2021-05-141-0/+2
|\
| * add: die if both --dry-run and --interactive are givenØystein Walle2021-05-071-0/+2
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-14/+63
|\ \ | |/ |/|
| * add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-14/+56
| * pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares2021-04-081-2/+4
| * add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares2021-04-081-0/+5
| * add: include magic part of pathspec on --refresh errorMatheus Tavares2021-04-081-1/+1
* | add: ensure full indexDerrick Stolee2021-04-141-0/+2
|/
* add: propagate --chmod errors to exit statusMatheus Tavares2021-02-241-4/+6
* add: mark --chmod error string for translationMatheus Tavares2021-02-241-1/+1
* add --chmod: don't update index when --dry-run is usedMatheus Tavares2021-02-241-3/+9
* drop unused argc parametersJeff King2020-09-301-2/+2
* add -i: use the built-in version when feature.experimental is setJunio C Hamano2020-09-081-3/+9
* dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-2/+2
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-7/+7
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1