summaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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-251-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-061-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-191-2/+2
* strvec: rename struct fieldsJeff King2020-07-311-1/+1
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-7/+7
* strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* Merge branch 'hw/advice-add-nothing'Junio C Hamano2020-02-141-2/+8
|\
| * add: change advice config variables used by the add APIHeba Waly2020-02-061-4/+8
| * add: use advise function to display hintsHeba Waly2020-01-151-2/+4
* | Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano2020-02-051-4/+31
|\ \ | |/ |/|
| * built-in add -p: implement the "worktree" patch modesJohannes Schindelin2019-12-221-0/+2
| * built-in add -p: implement the "checkout" patch modesJohannes Schindelin2019-12-221-2/+3
| * legacy stash -p: respect the add.interactive.usebuiltin settingJohannes Schindelin2019-12-221-0/+14
| * built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin2019-12-221-0/+4