summaryrefslogtreecommitdiff
path: root/builtin-add.c
AgeCommit message (Expand)Author
2009-09-13don't dereference NULL upon fdopen failureJim Meyering
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano
2009-08-22reset: make the reminder output consistent with "checkout"Matthieu Moy
2009-08-22Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy
2009-08-14builtin-add: refactor the meat of interactive_add()Thomas Rast
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-21Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-18Merge branch 'jk/maint-add-empty'Junio C Hamano
2009-05-09add: don't complain when adding empty project rootJeff King
2009-04-12git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano
2009-03-18Merge branch 'kb/checkout-optim'Junio C Hamano
2009-02-25git add: trivial codestyle cleanupFelipe Contreras
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik
2009-01-05git add: do not add files from a submoduleJohannes Schindelin
2008-12-10Fix typo in comment in builtin-add.cAlexander Potashev
2008-08-31git-add --intent-to-add (-N)Junio C Hamano
2008-08-27Merge branch 'jc/add-addremove'Junio C Hamano
2008-08-05add: refuse to add working tree items beyond symlinksJunio C Hamano
2008-07-26builtin-add.c: optimize -A option and "git add ."Junio C Hamano
2008-07-26builtin-add.c: restructure the code for maintainabilityJunio C Hamano
2008-07-21Merge branch 'jc/add-addremove'Junio C Hamano
2008-07-21"needs update" considered harmfulJunio C Hamano
2008-07-20git-add --all: add all filesJunio C Hamano
2008-07-20builtin-add.c: restructure the code for maintainabilityJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano
2008-05-23Make git add -n and git -u -n output consistentGustaf Hendeby
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-13Add a config option to ignore errors for git-addAlex Riesen
2008-05-13Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen
2008-05-13Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen
2008-05-13Make the exit code of add_file_to_index actually usefulAlex Riesen
2008-03-07Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano
2008-02-05git-add: adjust to the get_pathspec() changes.Junio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25builtin-add: fix command line building to call interactiveJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano