summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Libravatar Junio C Hamano1-3/+1
2021-08-25use xopen() to handle fatal open(2) failuresLibravatar René Scharfe1-3/+1
2021-08-24Merge branch 'ds/add-with-sparse-index'Libravatar Junio C Hamano1-3/+12
2021-07-29add: remove ensure_full_index() with --renormalizeLibravatar Derrick Stolee1-2/+0
2021-07-29add: ignore outside the sparse-checkout in refresh()Libravatar Derrick Stolee1-1/+9
2021-07-29add: allow operating on a sparse-only indexLibravatar Derrick Stolee1-0/+3
2021-07-01dir.[ch]: replace dir_init() with DIR_INITLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Libravatar Junio C Hamano1-0/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Libravatar Junio C Hamano1-14/+63
2021-05-07add: die if both --dry-run and --interactive are givenLibravatar Øystein Walle1-0/+2
2021-04-14add: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesLibravatar Matheus Tavares1-14/+56
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingLibravatar Matheus Tavares1-2/+4
2021-04-08add: make --chmod and --renormalize honor sparse checkoutsLibravatar Matheus Tavares1-0/+5
2021-04-08add: include magic part of pathspec on --refresh errorLibravatar Matheus Tavares1-1/+1
2021-02-24add: propagate --chmod errors to exit statusLibravatar Matheus Tavares1-4/+6
2021-02-24add: mark --chmod error string for translationLibravatar Matheus Tavares1-1/+1
2021-02-24add --chmod: don't update index when --dry-run is usedLibravatar Matheus Tavares1-3/+9
2020-09-30drop unused argc parametersLibravatar Jeff King1-2/+2
2020-09-08add -i: use the built-in version when feature.experimental is setLibravatar Junio C Hamano1-3/+9
2020-08-18dir: fix problematic API to avoid memory leaksLibravatar Elijah Newren1-2/+2
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-7/+7
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-2/+2
2020-02-14Merge branch 'hw/advice-add-nothing'Libravatar Junio C Hamano1-2/+8
2020-02-06add: change advice config variables used by the add APILibravatar Heba Waly1-4/+8
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Libravatar Junio C Hamano1-4/+31
2020-01-15add: use advise function to display hintsLibravatar Heba Waly1-2/+4
2019-12-25Merge branch 'js/add-p-in-c'Libravatar Junio C Hamano1-5/+10
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Libravatar Junio C Hamano1-19/+41
2019-12-21built-in add -p: implement the "worktree" patch modesLibravatar Johannes Schindelin1-0/+2
2019-12-21built-in add -p: implement the "checkout" patch modesLibravatar Johannes Schindelin1-2/+3
2019-12-21legacy stash -p: respect the add.interactive.usebuiltin settingLibravatar Johannes Schindelin1-0/+14
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesLibravatar Johannes Schindelin1-0/+4
2019-12-21built-in add -p: prepare for patch modes other than "stage"Libravatar Johannes Schindelin1-2/+8
2019-12-13built-in add -i: start implementing the `patch` functionality in CLibravatar Johannes Schindelin1-5/+10
2019-12-04add: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-4/+26
2019-12-04cmd_add: prepare for next patchLibravatar Alexandr Miloslavskiy1-17/+17
2019-11-14Start to implement a built-in version of `git add --interactive`Libravatar Johannes Schindelin1-0/+12
2019-04-10add: error appropriately on repository with no commitsLibravatar Kyle Meyer1-1/+2
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+1
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Libravatar Junio C Hamano1-1/+1
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Libravatar Junio C Hamano1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagLibravatar Jeff King1-1/+1
2019-01-15add --edit: truncate the patch fileLibravatar Johannes Schindelin1-1/+1
2018-12-09Indent code with TABsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-21Merge branch 'nd/attr-pathspec-fix' into maintLibravatar Junio C Hamano1-1/+1
2018-11-03add: speed up cmd_add() by utilizing read_cache_preload()Libravatar Ben Peart1-5/+4