aboutsummaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAge
* add: ignore only ignored filesMichael J Gruber2014-11-21
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
* Merge branch 'fr/add-interactive-argv-array'Junio C Hamano2014-03-28
|\
| * add: use struct argv_array in run_add_interactive()Fabian Ruch2014-03-18
* | Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano2014-03-07
|\ \
| * | git add <pathspec>... defaults to "-A"Junio C Hamano2013-04-22
* | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-07
|\ \ \
| * | | git add: -u/-A now affects the entire working treeJunio C Hamano2013-04-26
* | | | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
| |_|/ |/| |
* | | Merge branch 'nd/add-empty-fix'Junio C Hamano2014-01-10
|\ \ \
| * | | add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2013-12-26
* | | | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-06
|/ / /
* | | Merge branch 'fc/trivial'Junio C Hamano2013-09-17
|\ \ \
| * | | add: trivial style cleanupFelipe Contreras2013-08-30
* | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy2013-09-05
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-15
| * | | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| |/ /
* | | Merge branch 'mm/color-auto-default'Junio C Hamano2013-07-22
|\ \ \ | |/ / |/| |
| * | git add -e: Explicitly specify that patch should have no colorAndrew Wong2013-07-19
* | | Merge branch 'jc/add-ignore-removal'Junio C Hamano2013-04-26
|\ \ \ | | |/ | |/|
| * | git add: rephrase -A/--no-all warningJunio C Hamano2013-04-22
| * | git add: --ignore-removal is a better named --no-allJunio C Hamano2013-04-22
* | | Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano2013-04-26
|\ \ \
| * | | git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano2013-04-26
* | | | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-23
|\ \ \ \ | |_|/ / |/| | |
| * | | dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-15
| | |/ | |/|
* | | Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano2013-04-22
|\ \ \ | |_|/ |/| |
| * | git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano2013-04-21
| * | git add: rework the logic to warn "git add <pathspec>..." default changeJunio C Hamano2013-04-17
| * | git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-08
| * | builtin/add.c: simplify boolean variablesJunio C Hamano2013-03-08
* | | add -A: only show pathless 'add -A' warning when changes exist outside cwdJonathan Nieder2013-04-03
* | | add -u: only show pathless 'add -u' warning when changes exist outside cwdJonathan Nieder2013-04-03
* | | add: make warn_pathless_add() a no-op after first callJonathan Nieder2013-04-03
* | | add: add a blank line at the end of pathless 'add [-u|-A]' warningMatthieu Moy2013-04-03
* | | add: make pathless 'add [-u|-A]' warning a file-global functionJonathan Nieder2013-03-20
| |/ |/|
* | add: update pathless 'add [-u|-A]' warning to reflect change of planMatthieu Moy2013-03-11
|/
* Merge branch 'maint'Junio C Hamano2013-02-12
|\
| * Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-12