summaryrefslogtreecommitdiff
path: root/builtin-add.c
AgeCommit message (Expand)Author
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
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano
2007-11-01Merge branch 'kh/commit'Junio C Hamano
2007-10-30Port builtin-add.c to use the new option parser.Kristian Høgsberg
2007-10-29Merge branch 'maint'Junio C Hamano
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-14Add test to check recent fix to "git add -u"Benoit Sigoure
2007-09-14Simplify cache APIJunio C Hamano
2007-09-14git-add -u: do not barf on type changesJunio C Hamano