106 Commits (112dd5146589ecb76d52bf349bd51dbe2936e936)

Author SHA1 Message Date
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
Junio C Hamano 324ccbd6a0 builtin-add: fix command line building to call interactive 17 years ago
Junio C Hamano b6ec1d619f Fix add_files_to_cache() to take pathspec, not user specified list of files 17 years ago
Wincent Colaiuta 7c0ab44589 Teach builtin-add to pass multiple paths to git-add--interactive 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Junio C Hamano fb63d7f889 git-add: make the entry stat-clean after re-adding the same contents 17 years ago
Kristian Høgsberg 5c46f75437 Port builtin-add.c to use the new option parser. 17 years ago
Benoit Sigoure 399f0a8eed Fix a small memory leak in builtin-add 17 years ago
Kristian Høgsberg 5868016508 Introduce entry point add_interactive and add_files_to_cache 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Benoit Sigoure 43b98acc23 Add test to check recent fix to "git add -u" 18 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 18 years ago