summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
2013-07-22Merge branch 'mm/color-auto-default'Junio C Hamano
2013-07-19git add -e: Explicitly specify that patch should have no colorAndrew Wong
2013-04-26Merge branch 'jc/add-ignore-removal'Junio C Hamano
2013-04-26Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano
2013-04-26git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano
2013-04-23Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-04-22git add: rephrase -A/--no-all warningJunio C Hamano
2013-04-22git add: --ignore-removal is a better named --no-allJunio C Hamano
2013-04-22Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano
2013-04-22git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano
2013-04-18git add: rework the logic to warn "git add <pathspec>..." default changeJunio C Hamano
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-03add -A: only show pathless 'add -A' warning when changes exist outside cwdJonathan Nieder
2013-04-03add -u: only show pathless 'add -u' warning when changes exist outside cwdJonathan Nieder
2013-04-03add: make warn_pathless_add() a no-op after first callJonathan Nieder
2013-04-03add: add a blank line at the end of pathless 'add [-u|-A]' warningMatthieu Moy
2013-03-20add: make pathless 'add [-u|-A]' warning a file-global functionJonathan Nieder
2013-03-11add: update pathless 'add [-u|-A]' warning to reflect change of planMatthieu Moy
2013-03-09git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano
2013-03-09builtin/add.c: simplify boolean variablesJunio C Hamano
2013-02-12Merge branch 'maint'Junio C Hamano
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy
2013-02-04Merge branch 'mm/add-u-A-sans-pathspec'Junio C Hamano
2013-01-28add: warn when -u or -A is used without pathspecMatthieu Moy
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-06add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers
2013-01-06add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers
2013-01-06pathspec.c: rename newly public functions for clarityAdam Spiers
2013-01-06add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers
2013-01-06add.c: remove unused argument from validate_pathspec()Adam Spiers
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-09-14Merge branch 'rj/path-cleanup'Junio C Hamano
2012-09-04Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones
2012-08-20i18n: add: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-22Merge branch 'ar/clone-honor-umask-at-top' into maintJunio C Hamano
2012-07-16Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano
2012-07-10add: create ADD_EDIT.patch with mode 0666Jeff King
2012-06-21Merge branch 'jc/ls-files-i-dir'Junio C Hamano
2012-06-06builtin/add.c: use path_excluded()Junio C Hamano
2012-02-13Merge branch 'js/add-e-submodule-fix' into maintJunio C Hamano
2012-02-10Merge branch 'js/add-e-submodule-fix'Junio C Hamano
2012-02-07add -e: do not show difference in a submodule that is merely dirtyJohannes Schindelin
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano
2011-05-16Merge branch 'ci/commit--interactive-atomic'Junio C Hamano
2011-05-15Merge branch 'maint'Junio C Hamano
2011-05-15add, merge, diff: do not use strcasecmp to compare config variable namesJonathan Nieder
2011-05-13Merge branch 'jc/fix-add-u-unmerged'Junio C Hamano
2011-05-10Add support for -p/--patch to git-commitConrad Irwin