summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
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
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-09-06add: free leaked pathspec after add_files_to_cache()Jeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-22Merge branch 'rj/add-chmod-error-message'Junio C Hamano
2017-08-09builtin/add: add detail to a 'cannot chmod' error messageRamsay Jones
2017-08-02add, reset: ensure submodules can be added or resetBrandon Williams
2017-06-24Merge branch 'jk/warn-add-gitlink'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15add: warn when adding an embedded repositoryJeff King
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-05-06dir: convert is_excluded to take an indexBrandon Williams
2017-05-06dir: convert dir_add* to take an indexBrandon Williams
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-06-08add: add --chmod=+x / --chmod=-x optionsEdward Thomson
2015-10-30Merge branch 'jc/add-u-A-default-to-top'Junio C Hamano
2015-10-25add: simplify -u/-A without pathspecJunio C Hamano
2015-08-12Merge branch 'sb/remove-unused-var-from-builtin-add'Junio C Hamano
2015-07-31add: remove dead codeStefan Beller
2015-06-25Merge branch 'nd/diff-i-t-a'Junio C Hamano
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano
2015-05-22Merge branch 'jk/add-e-kill-editor'Junio C Hamano
2015-05-13add: check return value of launch_editorJeff King
2015-03-23diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy
2015-01-14standardize usage info string formatAlex Henrie
2014-11-21add: ignore only ignored filesMichael J Gruber
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-03-28Merge branch 'fr/add-interactive-argv-array'Junio C Hamano
2014-03-18add: use struct argv_array in run_add_interactive()Fabian Ruch
2014-03-07Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano
2014-03-07Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy