summaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-03add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart1-5/+4
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-24Merge branch 'nd/attr-pathspec-fix'Junio C Hamano1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy1-1/+1
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-3/+3
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano1-1/+2
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-3/+3
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe1-3/+2
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe1-1/+3
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-2/+1
2018-05-10lock_file: move static locks into functionsMartin Ågren1-2/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano1-4/+3
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren1-4/+3
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-1/+1
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano1-2/+26
2017-11-17add: introduce "--renormalize"Torsten Bögershausen1-2/+26
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-2/+2
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams1-2/+2
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams1-1/+1
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King1-0/+2
2017-09-06add: free leaked pathspec after add_files_to_cache()Jeff King1-0/+1
2017-08-26Merge branch 'bw/submodule-config-cleanup'Junio C Hamano1-0/+1
2017-08-22Merge branch 'rj/add-chmod-error-message'Junio C Hamano1-3/+3
2017-08-09builtin/add: add detail to a 'cannot chmod' error messageRamsay Jones1-3/+3
2017-08-02add, reset: ensure submodules can be added or resetBrandon Williams1-0/+1
2017-06-24Merge branch 'jk/warn-add-gitlink'Junio C Hamano1-1/+45
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15add: warn when adding an embedded repositoryJeff King1-1/+45
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano1-4/+8
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams1-2/+2
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams1-2/+3
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams1-0/+3
2017-05-06dir: convert fill_directory to take an indexBrandon Williams1-1/+1
2017-05-06dir: convert is_excluded to take an indexBrandon Williams1-1/+1
2017-05-06dir: convert dir_add* to take an indexBrandon Williams1-1/+2
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-1/+1
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer1-19/+28
2016-06-07add: add --chmod=+x / --chmod=-x optionsEdward Thomson1-9/+24
2015-10-30Merge branch 'jc/add-u-A-default-to-top'Junio C Hamano1-7/+1
2015-10-24add: simplify -u/-A without pathspecJunio C Hamano1-7/+1
2015-08-12Merge branch 'sb/remove-unused-var-from-builtin-add'Junio C Hamano1-2/+0
2015-07-31add: remove dead codeStefan Beller1-2/+0
2015-06-25Merge branch 'nd/diff-i-t-a'Junio C Hamano1-1/+0
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano1-1/+0
2015-05-22Merge branch 'jk/add-e-kill-editor'Junio C Hamano1-1/+2
2015-05-12add: check return value of launch_editorJeff King1-1/+2
2015-03-23diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy1-0/+1