summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
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
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