28 Commits (5266d369b21f8c260fa60d94fb29c3998c521e4a)

Author SHA1 Message Date
Jonathan Nieder 8c2be75fe1 add, merge, diff: do not use strcasecmp to compare config variable names 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
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