| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |
| 2016-09-15 | add: modify already added files when --chmod is given | Thomas Gummerer | 1 | -19/+28 |
| 2016-06-07 | add: add --chmod=+x / --chmod=-x options | Edward Thomson | 1 | -9/+24 |
| 2015-10-30 | Merge branch 'jc/add-u-A-default-to-top' | Junio C Hamano | 1 | -7/+1 |
| 2015-10-24 | add: simplify -u/-A without pathspec | Junio C Hamano | 1 | -7/+1 |
| 2015-08-12 | Merge branch 'sb/remove-unused-var-from-builtin-add' | Junio C Hamano | 1 | -2/+0 |
| 2015-07-31 | add: remove dead code | Stefan Beller | 1 | -2/+0 |
| 2015-06-25 | Merge branch 'nd/diff-i-t-a' | Junio C Hamano | 1 | -1/+0 |
| 2015-06-23 | Revert "diff-lib.c: adjust position of i-t-a entries in diff" | Junio C Hamano | 1 | -1/+0 |
| 2015-05-22 | Merge branch 'jk/add-e-kill-editor' | Junio C Hamano | 1 | -1/+2 |
| 2015-05-12 | add: check return value of launch_editor | Jeff King | 1 | -1/+2 |
| 2015-03-23 | diff-lib.c: adjust position of i-t-a entries in diff | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-11-21 | add: ignore only ignored files | Michael J Gruber | 1 | -1/+1 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -4/+2 |
| 2014-03-28 | Merge branch 'fr/add-interactive-argv-array' | Junio C Hamano | 1 | -11/+10 |
| 2014-03-18 | add: use struct argv_array in run_add_interactive() | Fabian Ruch | 1 | -11/+10 |
| 2014-03-07 | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 1 | -57/+12 |
| 2014-03-07 | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 1 | -106/+9 |
| 2014-02-24 | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2014-01-10 | Merge branch 'nd/add-empty-fix' | Junio C Hamano | 1 | -1/+1 |
| 2013-12-26 | add: don't complain when adding empty project root | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-12-06 | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2013-09-17 | Merge branch 'fc/trivial' | Junio C Hamano | 1 | -5/+5 |
| 2013-09-09 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -7/+1 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -88/+78 |
| 2013-09-05 | add: lift the pathspec magic restriction on "add -p" | Nguyễn Thái Ngọc Duy | 1 | -7/+1 |
| 2013-08-30 | add: trivial style cleanup | Felipe Contreras | 1 | -5/+5 |
| 2013-07-22 | Merge branch 'mm/color-auto-default' | Junio C Hamano | 1 | -0/+1 |
| 2013-07-19 | git add -e: Explicitly specify that patch should have no color | Andrew Wong | 1 | -0/+1 |
| 2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
| 2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -16/+14 |
| 2013-07-15 | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -4/+7 |
| 2013-07-15 | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
| 2013-07-15 | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -8/+7 |
| 2013-07-15 | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -16/+10 |
| 2013-07-15 | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -58/+45 |
| 2013-04-26 | git add: -u/-A now affects the entire working tree | Junio C Hamano | 1 | -105/+9 |
| 2013-04-26 | Merge branch 'jc/add-ignore-removal' | Junio C Hamano | 1 | -6/+17 |
| 2013-04-26 | Merge branch 'jc/warn-pathless-add-finishing-touches' | Junio C Hamano | 1 | -0/+2 |
| 2013-04-26 | git add: avoid "-u/-A without pathspec" warning on stat-dirty paths | Junio C Hamano | 1 | -0/+2 |
| 2013-04-23 | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 1 | -4/+1 |
| 2013-04-22 | git add <pathspec>... defaults to "-A" | Junio C Hamano | 1 | -39/+4 |
| 2013-04-22 | git add: rephrase -A/--no-all warning | Junio C Hamano | 1 | -6/+6 |
| 2013-04-22 | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 1 | -0/+11 |
| 2013-04-22 | Merge branch 'jc/add-2.0-delete-default' (early part) | Junio C Hamano | 1 | -28/+87 |
| 2013-04-21 | git add: rephrase the "removal will cease to be ignored" warning | Junio C Hamano | 1 | -7/+14 |
| 2013-04-17 | git add: rework the logic to warn "git add <pathspec>..." default change | Junio C Hamano | 1 | -26/+38 |
| 2013-04-15 | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 1 | -4/+1 |
| 2013-04-03 | add -A: only show pathless 'add -A' warning when changes exist outside cwd | Jonathan Nieder | 1 | -5/+16 |
| 2013-04-03 | add -u: only show pathless 'add -u' warning when changes exist outside cwd | Jonathan Nieder | 1 | -4/+37 |
| 2013-04-03 | add: make warn_pathless_add() a no-op after first call | Jonathan Nieder | 1 | -0/+5 |
| 2013-04-03 | add: add a blank line at the end of pathless 'add [-u|-A]' warning | Matthieu Moy | 1 | -1/+3 |
| 2013-03-20 | add: make pathless 'add [-u|-A]' warning a file-global function | Jonathan Nieder | 1 | -33/+36 |
| 2013-03-11 | add: update pathless 'add [-u|-A]' warning to reflect change of plan | Matthieu Moy | 1 | -3/+3 |
| 2013-03-08 | git add: start preparing for "git add <pathspec>..." to default to "-A" | Junio C Hamano | 1 | -2/+43 |
| 2013-03-08 | builtin/add.c: simplify boolean variables | Junio C Hamano | 1 | -11/+11 |
| 2013-02-12 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2013-02-12 | Replace filepattern with pathspec for consistency | Matthieu Moy | 1 | -1/+1 |
| 2013-02-04 | Merge branch 'mm/add-u-A-sans-pathspec' | Junio C Hamano | 1 | -1/+43 |
| 2013-01-28 | add: warn when -u or -A is used without pathspec | Matthieu Moy | 1 | -1/+43 |
| 2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -60/+18 |
| 2013-01-10 | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2013-01-06 | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 1 | -4/+6 |
| 2013-01-06 | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 1 | -18/+6 |
| 2013-01-06 | pathspec.c: rename newly public functions for clarity | Adam Spiers | 1 | -2/+2 |
| 2013-01-06 | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 1 | -33/+1 |
| 2013-01-06 | add.c: remove unused argument from validate_pathspec() | Adam Spiers | 1 | -3/+3 |
| 2012-12-28 | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 1 | -1/+1 |
| 2012-09-14 | Merge branch 'rj/path-cleanup' | Junio C Hamano | 1 | -1/+2 |
| 2012-09-04 | Call git_pathdup() rather than xstrdup(git_path("...")) | Ramsay Jones | 1 | -1/+2 |
| 2012-08-20 | i18n: add: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -13/+13 |
| 2012-07-22 | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-07-15 | Merge branch 'ar/clone-honor-umask-at-top' | Junio C Hamano | 1 | -1/+1 |
| 2012-07-11 | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 1 | -1/+5 |
| 2012-07-09 | add: create ADD_EDIT.patch with mode 0666 | Jeff King | 1 | -1/+1 |
| 2012-06-21 | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 1 | -1/+5 |
| 2012-06-05 | builtin/add.c: use path_excluded() | Junio C Hamano | 1 | -1/+5 |
| 2012-02-13 | Merge branch 'js/add-e-submodule-fix' into maint | Junio C Hamano | 1 | -0/+1 |
| 2012-02-10 | Merge branch 'js/add-e-submodule-fix' | Junio C Hamano | 1 | -0/+1 |
| 2012-02-07 | add -e: do not show difference in a submodule that is merely dirty | Johannes Schindelin | 1 | -0/+1 |
| 2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -0/+5 |
| 2011-05-16 | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 1 | -3/+3 |
| 2011-05-14 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
| 2011-05-14 | add, merge, diff: do not use strcasecmp to compare config variable names | Jonathan Nieder | 1 | -2/+2 |
| 2011-05-13 | Merge branch 'jc/fix-add-u-unmerged' | Junio C Hamano | 1 | -22/+23 |
| 2011-05-09 | Add support for -p/--patch to git-commit | Conrad Irwin | 1 | -3/+3 |
| 2011-04-23 | Fix "add -u" that sometimes fails to resolve unmerged paths | Junio C Hamano | 1 | -22/+23 |
| 2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -25/+25 |
| 2011-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
| 2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -2/+1 |
| 2011-03-09 | i18n: git-add "Unstaged changes" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-03-09 | i18n: git-add "remove '%s'" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-03-09 | i18n: git-add "did not match any files" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-03-09 | i18n: git-add "The following paths are ignored" message | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2011-03-09 | i18n: git-add basic messages | Ævar Arnfjörð Bjarmason | 1 | -18/+18 |
| 2011-02-27 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -1/+1 |
| 2011-02-27 | git-add: make -A description clearer vs. -u | Michael J Gruber | 1 | -1/+1 |
| 2011-02-15 | add: describe --patch like checkout, reset | Michael J Gruber | 1 | -1/+1 |
| 2011-02-03 | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2010-12-08 | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 1 | -1/+2 |
| 2010-12-01 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2010-12-01 | Merge branch 'maint-1.7.1' into maint-1.7.2 | Junio C Hamano | 1 | -1/+2 |
| 2010-12-01 | Merge branch 'maint-1.7.0' into maint-1.7.1 | Junio C Hamano | 1 | -1/+2 |
| 2010-11-15 | add OPT__FORCE | René Scharfe | 1 | -1/+1 |
| 2010-11-15 | add description parameter to OPT__DRY_RUN | René Scharfe | 1 | -1/+1 |
| 2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
| 2010-11-12 | add: do not rely on dtype being NULL behavior | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2010-07-12 | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 1 | -4/+12 |
| 2010-05-31 | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 1 | -1/+3 |
| 2010-03-10 | Merge branch 'cp/add-u-pathspec' | Junio C Hamano | 1 | -9/+29 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+442 |