summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
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
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-10lock_file: move static locks into functionsMartin Ågren
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano
2017-11-17add: introduce "--renormalize"Torsten Bögershausen
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams