summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano1-5/+6
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano1-3/+1
2021-09-07sparse-checkout: create helper methodsDerrick Stolee1-6/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-3/+1
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason1-3/+4
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-2/+2
2021-08-24Merge branch 'ds/add-with-sparse-index'Junio C Hamano1-3/+12
2021-08-10Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano1-3/+12
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee1-2/+0
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee1-1/+9
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee1-0/+3
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-2/+1
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