73 Commits (d887cc184d49f5e8982c1db433996fae26fb20c0)

Author SHA1 Message Date
Junio C Hamano 0df7b8e55c git add: avoid "-u/-A without pathspec" warning on stat-dirty paths 12 years ago
Junio C Hamano 4c7114308e git add: rephrase -A/--no-all warning 12 years ago
Junio C Hamano 9f60f49b92 git add: --ignore-removal is a better named --no-all 12 years ago
Junio C Hamano ccc663bc24 git add: rephrase the "removal will cease to be ignored" warning 12 years ago
Junio C Hamano d226b14d47 git add: rework the logic to warn "git add <pathspec>..." default change 12 years ago
Karsten Blees b07bc8c8c3 dir.c: replace is_path_excluded with now equivalent is_excluded API 12 years ago
Jonathan Nieder 9df84e94ed add -A: only show pathless 'add -A' warning when changes exist outside cwd 12 years ago
Jonathan Nieder 71c7b0538f add -u: only show pathless 'add -u' warning when changes exist outside cwd 12 years ago
Jonathan Nieder 16d41d4218 add: make warn_pathless_add() a no-op after first call 12 years ago
Matthieu Moy c9f35b8b50 add: add a blank line at the end of pathless 'add [-u|-A]' warning 12 years ago
Jonathan Nieder e24afab091 add: make pathless 'add [-u|-A]' warning a file-global function 12 years ago
Matthieu Moy c6898ebf21 add: update pathless 'add [-u|-A]' warning to reflect change of plan 12 years ago
Junio C Hamano 45c45e300b git add: start preparing for "git add <pathspec>..." to default to "-A" 12 years ago
Junio C Hamano 300c0a2209 builtin/add.c: simplify boolean variables 12 years ago
Matthieu Moy d32805dce7 Replace filepattern with pathspec for consistency 12 years ago
Matthieu Moy 0fa2eb530f add: warn when -u or -A is used without pathspec 12 years ago
Adam Spiers 512aaf9453 add.c: extract new die_if_path_beyond_symlink() for reuse 12 years ago
Adam Spiers 9d67b61f73 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse 12 years ago
Adam Spiers 4b78d7bccd pathspec.c: rename newly public functions for clarity 12 years ago
Adam Spiers 6f525e7100 add.c: move pathspec matchers into new pathspec.c for reuse 12 years ago
Adam Spiers f8a1113b47 add.c: remove unused argument from validate_pathspec() 12 years ago
Adam Spiers 9013089c4a dir.c: rename path_excluded() to is_path_excluded() 12 years ago
Ramsay Jones d292bfaf35 Call git_pathdup() rather than xstrdup(git_path("...")) 13 years ago
Nguyễn Thái Ngọc Duy 1b56024c7a i18n: add: mark parseopt strings for translation 13 years ago
Jeff King 6ff2b729de add: create ADD_EDIT.patch with mode 0666 13 years ago
Junio C Hamano eb69934bbd builtin/add.c: use path_excluded() 13 years ago
Johannes Schindelin 701825de23 add -e: do not show difference in a submodule that is merely dirty 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Jonathan Nieder 8c2be75fe1 add, merge, diff: do not use strcasecmp to compare config variable names 14 years ago
Conrad Irwin b4bd466820 Add support for -p/--patch to git-commit 14 years ago
Junio C Hamano 75973b2cb5 Fix "add -u" that sometimes fails to resolve unmerged paths 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Ævar Arnfjörð Bjarmason ed2a808d68 i18n: git-add "Unstaged changes" message 14 years ago
Ævar Arnfjörð Bjarmason 475c73eb8c i18n: git-add "remove '%s'" message 14 years ago
Ævar Arnfjörð Bjarmason 48168851cf i18n: git-add "did not match any files" message 14 years ago
Ævar Arnfjörð Bjarmason 439fb8296d i18n: git-add "The following paths are ignored" message 14 years ago
Ævar Arnfjörð Bjarmason 990ac4be0a i18n: git-add basic messages 14 years ago
Michael J Gruber 6e7293e3ed git-add: make -A description clearer vs. -u 14 years ago
Michael J Gruber 08918e4a38 add: describe --patch like checkout, reset 14 years ago
Nguyễn Thái Ngọc Duy afe069d166 struct rev_info: convert prune_data to struct pathspec 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 15 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 15 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 15 years ago
Nguyễn Thái Ngọc Duy 0188f6b3c1 add: do not rely on dtype being NULL behavior 15 years ago
Jens Lehmann 108da0db12 git add: Add the "--ignore-missing" option for the dry run 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 81f45e7dc4 git add -u: die on unmatched pathspec 15 years ago
Linus Torvalds fb7d3f32b2 Remove diff machinery dependency from read-cache 15 years ago
Jim Meyering 41698375ad don't dereference NULL upon fdopen failure 16 years ago