summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
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
2019-12-22legacy stash -p: respect the add.interactive.usebuiltin settingJohannes Schindelin
2019-12-22built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin
2019-12-22built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin
2019-12-04add: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-04cmd_add: prepare for next patchAlexandr Miloslavskiy
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin
2019-04-10add: error appropriately on repository with no commitsKyle Meyer
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King
2019-01-15add --edit: truncate the patch fileJohannes Schindelin
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-11-21Merge branch 'nd/attr-pathspec-fix' into maintJunio C Hamano
2018-11-02add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-24Merge branch 'nd/attr-pathspec-fix'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy