summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
2022-01-28add: 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-11-26run-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-08sparse-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
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-13Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-05-06add: die if both --dry-run and --interactive are givenØystein Walle
2021-04-14add: ensure full indexDerrick Stolee
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares
2021-04-08add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares
2021-04-08add: include magic part of pathspec on --refresh errorMatheus Tavares
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares
2021-02-24add: mark --chmod error string for translationMatheus Tavares
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares
2020-09-30drop unused argc parametersJeff King
2020-09-08add -i: use the built-in version when feature.experimental is setJunio C Hamano
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-02-14Merge branch 'hw/advice-add-nothing'Junio C Hamano
2020-02-06add: change advice config variables used by the add APIHeba Waly
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2020-01-15add: use advise function to display hintsHeba Waly
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano
2019-12-22built-in add -p: implement the "worktree" patch modesJohannes Schindelin
2019-12-22built-in add -p: implement the "checkout" patch modesJohannes Schindelin