summaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/add-p-in-c'Junio C Hamano2019-12-251-5/+10
|\
| * built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin2019-12-131-5/+10
* | Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano2019-12-251-19/+41
|\ \ | |/ |/|
| * add: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-12-041-4/+26
| * cmd_add: prepare for next patchAlexandr Miloslavskiy2019-12-041-17/+17
* | Start to implement a built-in version of `git add --interactive`Johannes Schindelin2019-11-141-0/+12
|/
* add: error appropriately on repository with no commitsKyle Meyer2019-04-101-1/+2
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-0/+1
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-051-1/+1
|\ \
| * | add: use separate ADD_CACHE_RENORMALIZE flagJeff King2019-01-171-1/+1
| * | Merge branch 'nd/attr-pathspec-fix' into maintJunio C Hamano2018-11-211-1/+1
| |\ \
* | \ \ Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano2019-01-291-1/+1
|\ \ \ \
| * | | | add --edit: truncate the patch fileJohannes Schindelin2019-01-151-1/+1
* | | | | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-1/+1
| |_|_|/ |/| | |
* | | | add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart2018-11-021-5/+4
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\ \ \ \
| * | | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| | |/ / | |/| |
* | | | Merge branch 'nd/attr-pathspec-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy2018-09-211-1/+1
* | | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-3/+3
|\ \ \
| * | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-3/+3
| | |/ | |/|
* | | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-1/+2
|\ \ \ | |/ / |/| |
| * | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-3/+2
| * | add, update-index: fix --chmod argument helpRené Scharfe2018-08-031-1/+3
* | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-2/+1
|\ \ \
| * | | lock_file: move static locks into functionsMartin Ågren2018-05-101-2/+1
* | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/ / /
* | | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-4/+3
|\ \ \
| * | | write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren2018-03-011-4/+3
| |/ /
* / / parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
|/ /
* | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-2/+26
|\ \
| * | add: introduce "--renormalize"Torsten Bögershausen2017-11-171-2/+26
| |/
* | diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-2/+2
* | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-2/+2
* | add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams2017-10-311-1/+1
|/
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+2
* add: free leaked pathspec after add_files_to_cache()Jeff King2017-09-061-0/+1
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-271-0/+1
|\
| * add, reset: ensure submodules can be added or resetBrandon Williams2017-08-021-0/+1
* | Merge branch 'rj/add-chmod-error-message'Junio C Hamano2017-08-221-3/+3
|\ \ | |/ |/|
| * builtin/add: add detail to a 'cannot chmod' error messageRamsay Jones2017-08-091-3/+3
* | Merge branch 'jk/warn-add-gitlink'Junio C Hamano2017-06-241-1/+45
|\ \
| * | add: warn when adding an embedded repositoryJeff King2017-06-151-1/+45
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ | |/ / |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-4/+8
|\ \ \
| * | | pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2017-05-121-2/+2
| * | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-121-2/+3
| * | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-101-0/+3
| |/ /