92 Commits (3caec73b5568341c5d8f303692423a8e9fb0cb39)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 64ed07cee0 add: don't complain when adding empty project root 11 years ago
Nguyễn Thái Ngọc Duy ef79b1f870 Support pathspec magic :(exclude) and its short form :! 11 years ago
Nguyễn Thái Ngọc Duy 625c3304e2 add: lift the pathspec magic restriction on "add -p" 12 years ago
Felipe Contreras d521abf890 add: trivial style cleanup 12 years ago
Andrew Wong 7f3b8c628e git add -e: Explicitly specify that patch should have no color 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 12 years ago
Nguyễn Thái Ngọc Duy 84b8b5d1fa remove match_pathspec() in favor of match_pathspec_depth() 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5a76aff1a6 add: convert to use parse_pathspec 12 years ago
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