aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-442/+0
2010-01-21Remove diff machinery dependency from read-cacheLinus Torvalds1-0/+76
2009-09-13don't dereference NULL upon fdopen failureJim Meyering1-1/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-14/+29
2009-08-21reset: make the reminder output consistent with "checkout"Matthieu Moy1-1/+1
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy1-1/+1
2009-08-14builtin-add: refactor the meat of interactive_add()Thomas Rast1-14/+29
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds1-31/+14
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-1/+1
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano1-2/+2
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd1-2/+2
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-18Merge branch 'jk/maint-add-empty'Junio C Hamano1-1/+1
2009-05-09add: don't complain when adding empty project rootJeff King1-1/+1
2009-04-12git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin1-3/+56
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano1-1/+1
2009-02-25git add: trivial codestyle cleanupFelipe Contreras1-1/+1
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin1-1/+1
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik1-1/+1
2009-01-05git add: do not add files from a submoduleJohannes Schindelin1-0/+28
2008-12-10Fix typo in comment in builtin-add.cAlexander Potashev1-1/+1
2008-08-31git-add --intent-to-add (-N)Junio C Hamano1-1/+3
2008-08-27Merge branch 'jc/add-addremove'Junio C Hamano1-69/+31
2008-08-04add: refuse to add working tree items beyond symlinksJunio C Hamano1-1/+11
2008-07-25builtin-add.c: optimize -A option and "git add ."Junio C Hamano1-12/+31
2008-07-25builtin-add.c: restructure the code for maintainabilityJunio C Hamano1-57/+0
2008-07-20Merge branch 'jc/add-addremove'Junio C Hamano1-33/+53
2008-07-20"needs update" considered harmfulJunio C Hamano1-1/+2
2008-07-19git-add --all: add all filesJunio C Hamano1-2/+11
2008-07-19builtin-add.c: restructure the code for maintainabilityJunio C Hamano1-32/+43
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor1-2/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-3/+3
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano1-23/+11
2008-05-23Make git add -n and git -u -n output consistentGustaf Hendeby1-15/+5
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano1-9/+13
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-12Add a config option to ignore errors for git-addAlex Riesen1-1/+10
2008-05-12Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen1-2/+9
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen1-9/+28
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen1-2/+4
2008-03-07Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano1-12/+0
2008-02-05git-add: adjust to the get_pathspec() changes.Junio C Hamano1-0/+12
2008-01-16Improve use of lockfile APIBrandon Casey1-1/+1
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta1-8/+16
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano1-4/+20
2007-11-25builtin-add: fix command line building to call interactiveJunio C Hamano1-2/+3