summaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAgeFilesLines
* add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-1/+1
* 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
| * | git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-081-2/+43
| * | builtin/add.c: simplify boolean variablesJunio C Hamano2013-03-081-11/+11
* | | add -A: only show pathless 'add -A' warning when changes exist outside cwdJonathan Nieder2013-04-031-5/+16
* | | add -u: only show pathless 'add -u' warning when changes exist outside cwdJonathan Nieder2013-04-031-4/+37
* | | add: make warn_pathless_add() a no-op after first callJonathan Nieder2013-04-031-0/+5
* | | add: add a blank line at the end of pathless 'add [-u|-A]' warningMatthieu Moy2013-04-031-1/+3
* | | add: make pathless 'add [-u|-A]' warning a file-global functionJonathan Nieder2013-03-201-33/+36
| |/ |/|
* | add: update pathless 'add [-u|-A]' warning to reflect change of planMatthieu Moy2013-03-111-3/+3
|/
* Merge branch 'maint'Junio C Hamano2013-02-121-1/+1
|\
| * Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-121-1/+1
* | Merge branch 'mm/add-u-A-sans-pathspec'Junio C Hamano2013-02-041-1/+43
|\ \
| * | add: warn when -u or -A is used without pathspecMatthieu Moy2013-01-281-1/+43
| |/
* | Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-60/+18
|\ \
| * | add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-061-4/+6
| * | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers2013-01-061-18/+6
| * | pathspec.c: rename newly public functions for clarityAdam Spiers2013-01-061-2/+2
| * | add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers2013-01-061-33/+1
| * | add.c: remove unused argument from validate_pathspec()Adam Spiers2013-01-061-3/+3
* | | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-281-1/+1
| * Merge branch 'ar/clone-honor-umask-at-top' into maintJunio C Hamano2012-07-221-1/+1
| |\
| * \ Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano2012-07-111-1/+5
| |\ \
* | \ \ Merge branch 'rj/path-cleanup'Junio C Hamano2012-09-141-1/+2
|\ \ \ \