summaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/add-u-A-default-to-top'Junio C Hamano2015-10-301-7/+1
|\
| * add: simplify -u/-A without pathspecjc/add-u-A-default-to-topJunio C Hamano2015-10-241-7/+1
* | Merge branch 'sb/remove-unused-var-from-builtin-add'Junio C Hamano2015-08-121-2/+0
|\ \
| * | add: remove dead codesb/remove-unused-var-from-builtin-addStefan Beller2015-07-311-2/+0
* | | Merge branch 'nd/diff-i-t-a'Junio C Hamano2015-06-251-1/+0
|\ \ \
| * | | Revert "diff-lib.c: adjust position of i-t-a entries in diff"nd/diff-i-t-aJunio C Hamano2015-06-231-1/+0
* | | | Merge branch 'jk/add-e-kill-editor'Junio C Hamano2015-05-221-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | add: check return value of launch_editorjk/add-e-kill-editorJeff King2015-05-121-1/+2
| | |/ | |/|
* | | diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy2015-03-231-0/+1
* | | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | add: ignore only ignored filesmg/add-ignore-errorsMichael J Gruber2014-11-211-1/+1
* | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+2
|/ /
* | Merge branch 'fr/add-interactive-argv-array'Junio C Hamano2014-03-281-11/+10
|\ \
| * | add: use struct argv_array in run_add_interactive()fr/add-interactive-argv-arrayFabian Ruch2014-03-181-11/+10
* | | Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano2014-03-071-57/+12
|\ \ \ | |_|/ |/| |
| * | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removalJunio C Hamano2013-04-221-39/+4
* | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-071-106/+9
|\ \ \
| * | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-105/+9
* | | | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+1
| |_|/ |/| |
* | | Merge branch 'nd/add-empty-fix'Junio C Hamano2014-01-101-1/+1
|\ \ \
| * | | add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-1/+1
* | | | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-1/+4
|/ / /
* | | Merge branch 'fc/trivial'Junio C Hamano2013-09-171-5/+5
|\ \ \
| * | | add: trivial style cleanupFelipe Contreras2013-08-301-5/+5
* | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-091-7/+1
|\ \ \ \
| * | | | add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy2013-09-051-7/+1
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-88/+78
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-2/+4
| * | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-2/+7
| * | | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-16/+14
| * | | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+7
| * | | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+3
| * | | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-8/+7
| * | | convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-16/+10
| * | | add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-58/+45
| |/ /
* | | Merge branch 'mm/color-auto-default'Junio C Hamano2013-07-221-0/+1
|\ \ \ | |/ / |/| |
| * | git add -e: Explicitly specify that patch should have no colormm/color-auto-defaultAndrew Wong2013-07-191-0/+1
* | | Merge branch 'jc/add-ignore-removal'Junio C Hamano2013-04-261-6/+17
|\ \ \ | | |/ | |/|
| * | git add: rephrase -A/--no-all warningJunio C Hamano2013-04-221-6/+6
| * | git add: --ignore-removal is a better named --no-allJunio C Hamano2013-04-221-0/+11
* | | Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano2013-04-261-0/+2
|\ \ \
| * | | git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano2013-04-261-0/+2
* | | | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-231-4/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-4/+1
| | |/ | |/|
* | | Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano2013-04-221-28/+87
|\ \ \ | |_|/ |/| |
| * | git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano2013-04-211-7/+14
| * | git add: rework the logic to warn "git add <pathspec>..." default changeJunio C Hamano2013-04-171-26/+38