16 Commits (48168851cffcd14e01d3a10473a02ca4b4479402)

Author SHA1 Message Date
Æ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 08918e4a38 add: describe --patch like checkout, reset 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
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
Johannes Schindelin 2ce53f9b77 git add: do not add files from a submodule 16 years ago
Alexander Potashev 71fe945131 Fix typo in comment in builtin-add.c 16 years ago
Junio C Hamano 394258190c git-add --intent-to-add (-N) 17 years ago
Junio C Hamano 725b06050a add: refuse to add working tree items beyond symlinks 17 years ago
Junio C Hamano 1e5f764c93 builtin-add.c: optimize -A option and "git add ." 17 years ago
Junio C Hamano 041aee31be builtin-add.c: restructure the code for maintainability 17 years ago
Junio C Hamano d14e7407b3 "needs update" considered harmful 17 years ago
Junio C Hamano 3ba1f11426 git-add --all: add all files 17 years ago
Junio C Hamano c972ec0420 builtin-add.c: restructure the code for maintainability 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
SZEDER Gábor 69c61c4fa9 git add: add long equivalents of '-u' and '-f' options 17 years ago
Gustaf Hendeby 205ffa94be Make git add -n and git -u -n output consistent 17 years ago
Junio C Hamano 38ed1d89f7 "git-add -n -u" should not add but just report 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Alex Riesen dad25e4a7c Add a config option to ignore errors for git-add 17 years ago
Alex Riesen 984b83ef23 Add --ignore-errors to git-add to allow it to skip files with read errors 17 years ago
Alex Riesen 7ae02a30e8 Extend interface of add_files_to_cache to allow ignore indexing errors 17 years ago
Alex Riesen 960b8ad1b1 Make the exit code of add_file_to_index actually useful 17 years ago
Junio C Hamano 6c53e7ac04 Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) 17 years ago
Junio C Hamano 1abf095063 git-add: adjust to the get_pathspec() changes. 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Wincent Colaiuta b63e995001 Add "--patch" option to git-add--interactive 17 years ago
Junio C Hamano 3f061887c5 add -i: Fix running from a subdirectory 17 years ago