aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano1-0/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano1-14/+63
2021-05-07add: die if both --dry-run and --interactive are givenØystein Walle1-0/+2
2021-04-14add: ensure full indexDerrick Stolee1-0/+2
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares1-14/+56
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares1-2/+4
2021-04-08add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares1-0/+5
2021-04-08add: include magic part of pathspec on --refresh errorMatheus Tavares1-1/+1
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares1-4/+6
2021-02-24add: mark --chmod error string for translationMatheus Tavares1-1/+1
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares1-3/+9
2020-09-30drop unused argc parametersJeff King1-2/+2
2020-09-08add -i: use the built-in version when feature.experimental is setJunio C Hamano1-3/+9
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren1-2/+2
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-7/+7
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-2/+2
2020-02-14Merge branch 'hw/advice-add-nothing'Junio C Hamano1-2/+8
2020-02-06add: change advice config variables used by the add APIHeba Waly1-4/+8
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano1-4/+31
2020-01-15add: use advise function to display hintsHeba Waly1-2/+4
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano1-5/+10
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano1-19/+41
2019-12-21built-in add -p: implement the "worktree" patch modesJohannes Schindelin1-0/+2
2019-12-21built-in add -p: implement the "checkout" patch modesJohannes Schindelin1-2/+3
2019-12-21legacy stash -p: respect the add.interactive.usebuiltin settingJohannes Schindelin1-0/+14
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin1-0/+4
2019-12-21built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin1-2/+8
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin1-5/+10
2019-12-04add: support the --pathspec-from-file optionAlexandr Miloslavskiy1-4/+26
2019-12-04cmd_add: prepare for next patchAlexandr Miloslavskiy1-17/+17
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin1-0/+12
2019-04-10add: error appropriately on repository with no commitsKyle Meyer1-1/+2
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-0/+1
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano1-1/+1
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King1-1/+1
2019-01-15add --edit: truncate the patch fileJohannes Schindelin1-1/+1
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy1-1/+1
2018-11-21Merge branch 'nd/attr-pathspec-fix' into maintJunio C Hamano1-1/+1
2018-11-03add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart1-5/+4
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-24Merge branch 'nd/attr-pathspec-fix'Junio C Hamano1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy1-1/+1
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-3/+3
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano1-1/+2
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-3/+3