58 Commits (d226b14d47311d74e2d55059a54594c3fe474b25)

Author SHA1 Message Date
Junio C Hamano d226b14d47 git add: rework the logic to warn "git add <pathspec>..." default change 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 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Nguyễn Thái Ngọc Duy 0188f6b3c1 add: do not rely on dtype being NULL behavior 14 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
Matthieu Moy 3deffc52d8 reset: make the reminder output consistent with "checkout" 16 years ago
Matthieu Moy 43673fddd3 Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. 16 years ago
Thomas Rast 46b5139cae builtin-add: refactor the meat of interactive_add() 16 years ago
Linus Torvalds 1d8842d921 Add 'fill_directory()' helper function for directory traversal 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Stephen Boyd ed342fdea0 add: allow configurations to be overriden by command line 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Jeff King 07d7bedda8 add: don't complain when adding empty project root 16 years ago
Johannes Schindelin c59cb03a8b git-add: introduce --edit (to edit the diff vs. the index) 16 years ago
Felipe Contreras 9ccb3bca57 git add: trivial codestyle cleanup 16 years ago