Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| * | | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 2013-01-06 | 1 | -18/+6 | |
| * | | pathspec.c: rename newly public functions for clarity | Adam Spiers | 2013-01-06 | 1 | -2/+2 | |
| * | | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 2013-01-06 | 1 | -33/+1 | |
| * | | add.c: remove unused argument from validate_pathspec() | Adam Spiers | 2013-01-06 | 1 | -3/+3 | |
* | | | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 2013-01-10 | 1 | -1/+1 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 2012-12-28 | 1 | -1/+1 | |
| * | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 2012-07-22 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 2012-07-11 | 1 | -1/+5 | |
| |\ \ | ||||||
* | \ \ | Merge branch 'rj/path-cleanup' | Junio C Hamano | 2012-09-14 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Call git_pathdup() rather than xstrdup(git_path("...")) | Ramsay Jones | 2012-09-04 | 1 | -1/+2 | |
* | | | | | i18n: add: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -13/+13 | |
|/ / / / | ||||||
* | | | | Merge branch 'ar/clone-honor-umask-at-top' | Junio C Hamano | 2012-07-15 | 1 | -1/+1 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | add: create ADD_EDIT.patch with mode 0666 | Jeff King | 2012-07-09 | 1 | -1/+1 | |
| * | | | Merge branch 'js/add-e-submodule-fix' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+1 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 2012-06-21 | 1 | -1/+5 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | builtin/add.c: use path_excluded() | Junio C Hamano | 2012-06-05 | 1 | -1/+5 | |
* | | | | Merge branch 'js/add-e-submodule-fix' | Junio C Hamano | 2012-02-10 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | add -e: do not show difference in a submodule that is merely dirtyjs/add-e-submodule-fix | Johannes Schindelin | 2012-02-07 | 1 | -0/+1 | |
| |/ | ||||||
* | | bulk-checkin: replace fast-import based implementationjc/stream-to-pack | Junio C Hamano | 2011-12-01 | 1 | -0/+5 | |
|/ | ||||||
* | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 2011-05-16 | 1 | -3/+3 | |
|\ | ||||||
| * | Add support for -p/--patch to git-commit | Conrad Irwin | 2011-05-09 | 1 | -3/+3 | |
* | | Merge branch 'maint' | Junio C Hamano | 2011-05-14 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | add, merge, diff: do not use strcasecmp to compare config variable names | Jonathan Nieder | 2011-05-14 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge branch 'jc/fix-add-u-unmerged' | Junio C Hamano | 2011-05-13 | 1 | -22/+23 | |
|\ \ | |/ |/| | ||||||
| * | Fix "add -u" that sometimes fails to resolve unmerged paths | Junio C Hamano | 2011-04-23 | 1 | -22/+23 | |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -25/+25 | |
|\ \ | ||||||
| * | | i18n: git-add "Unstaged changes" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 | |
| * | | i18n: git-add "remove '%s'" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 | |
| * | | i18n: git-add "did not match any files" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 | |
| * | | i18n: git-add "The following paths are ignored" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -4/+4 | |
| * | | i18n: git-add basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -18/+18 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 | |
| |/ / | ||||||
* | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 | |
* | | | | git-add: make -A description clearer vs. -u | Michael J Gruber | 2011-02-27 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | add: describe --patch like checkout, reset | Michael J Gruber | 2011-02-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 2010-12-08 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | add: do not rely on dtype being NULL behavior | Nguyễn Thái Ngọc Duy | 2010-11-12 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge branch 'maint' | Junio C Hamano | 2010-12-01 | 1 | -1/+2 | |
|\ \ | ||||||
| * \ | Merge branch 'maint-1.7.1' into maint-1.7.2 | Junio C Hamano | 2010-12-01 | 1 | -1/+2 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Merge branch 'maint-1.7.0' into maint-1.7.1 | Junio C Hamano | 2010-12-01 | 1 | -1/+2 | |
* | | | add OPT__FORCE | René Scharfe | 2010-11-15 | 1 | -1/+1 | |
* | | | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 | |
* | | | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 | 1 | -4/+12 | |
* | | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 2010-05-31 | 1 | -1/+3 | |
|/ |