| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fr/add-interactive-argv-array' | Junio C Hamano | 2014-03-28 | 1 | -11/+10 |
|\ |
|
| * | add: use struct argv_array in run_add_interactive()fr/add-interactive-argv-array | Fabian Ruch | 2014-03-18 | 1 | -11/+10 |
* | | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 2014-03-07 | 1 | -57/+12 |
|\ \ |
|
| * | | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removal | Junio C Hamano | 2013-04-22 | 1 | -39/+4 |
* | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 2014-03-07 | 1 | -106/+9 |
|\ \ \ |
|
| * | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspec | Junio C Hamano | 2013-04-26 | 1 | -105/+9 |
* | | | | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'nd/add-empty-fix' | Junio C Hamano | 2014-01-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | add: don't complain when adding empty project rootnd/add-empty-fix | Nguyễn Thái Ngọc Duy | 2013-12-26 | 1 | -1/+1 |
* | | | | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -1/+4 |
|/ / / |
|
* | | | Merge branch 'fc/trivial' | Junio C Hamano | 2013-09-17 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | add: trivial style cleanup | Felipe Contreras | 2013-08-30 | 1 | -5/+5 |
* | | | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-09-09 | 1 | -7/+1 |
|\ \ \ \ |
|
| * | | | | add: lift the pathspec magic restriction on "add -p" | Nguyễn Thái Ngọc Duy | 2013-09-05 | 1 | -7/+1 |
* | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -88/+78 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+4 |
| * | | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+7 |
| * | | | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
| * | | | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -16/+14 |
| * | | | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+7 |
| * | | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+3 |
| * | | | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -8/+7 |
| * | | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -16/+10 |
| * | | | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -58/+45 |
| |/ / |
|
* | | | Merge branch 'mm/color-auto-default' | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | git add -e: Explicitly specify that patch should have no colormm/color-auto-default | Andrew Wong | 2013-07-19 | 1 | -0/+1 |
* | | | Merge branch 'jc/add-ignore-removal' | Junio C Hamano | 2013-04-26 | 1 | -6/+17 |
|\ \ \
| | |/
| |/| |
|
| * | | git add: rephrase -A/--no-all warning | Junio C Hamano | 2013-04-22 | 1 | -6/+6 |
| * | | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2013-04-22 | 1 | -0/+11 |
* | | | Merge branch 'jc/warn-pathless-add-finishing-touches' | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | git add: avoid "-u/-A without pathspec" warning on stat-dirty paths | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
* | | | | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 2013-04-23 | 1 | -4/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 2013-04-15 | 1 | -4/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'jc/add-2.0-delete-default' (early part) | Junio C Hamano | 2013-04-22 | 1 | -28/+87 |
|\ \ \
| |_|/
|/| | |
|
| * | | git add: rephrase the "removal will cease to be ignored" warning | Junio C Hamano | 2013-04-21 | 1 | -7/+14 |
| * | | git add: rework the logic to warn "git add <pathspec>..." default change | Junio C Hamano | 2013-04-17 | 1 | -26/+38 |
| * | | git add: start preparing for "git add <pathspec>..." to default to "-A" | Junio C Hamano | 2013-03-08 | 1 | -2/+43 |
| * | | builtin/add.c: simplify boolean variables | Junio C Hamano | 2013-03-08 | 1 | -11/+11 |
* | | | add -A: only show pathless 'add -A' warning when changes exist outside cwd | Jonathan Nieder | 2013-04-03 | 1 | -5/+16 |
* | | | add -u: only show pathless 'add -u' warning when changes exist outside cwd | Jonathan Nieder | 2013-04-03 | 1 | -4/+37 |
* | | | add: make warn_pathless_add() a no-op after first call | Jonathan Nieder | 2013-04-03 | 1 | -0/+5 |
* | | | add: add a blank line at the end of pathless 'add [-u|-A]' warning | Matthieu Moy | 2013-04-03 | 1 | -1/+3 |
* | | | add: make pathless 'add [-u|-A]' warning a file-global function | Jonathan Nieder | 2013-03-20 | 1 | -33/+36 |
| |/
|/| |
|
* | | add: update pathless 'add [-u|-A]' warning to reflect change of plan | Matthieu Moy | 2013-03-11 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2013-02-12 | 1 | -1/+1 |
|\ |
|
| * | Replace filepattern with pathspec for consistency | Matthieu Moy | 2013-02-12 | 1 | -1/+1 |
* | | Merge branch 'mm/add-u-A-sans-pathspec' | Junio C Hamano | 2013-02-04 | 1 | -1/+43 |
|\ \ |
|
| * | | add: warn when -u or -A is used without pathspec | Matthieu Moy | 2013-01-28 | 1 | -1/+43 |
| |/ |
|
* | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -60/+18 |
|\ \ |
|
| * | | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 2013-01-06 | 1 | -4/+6 |