summaryrefslogtreecommitdiff
path: root/builtin-add.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-21Remove diff machinery dependency from read-cacheLibravatar Linus Torvalds1-0/+76
2009-09-13don't dereference NULL upon fdopen failureLibravatar Jim Meyering1-1/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Libravatar Junio C Hamano1-14/+29
2009-08-21reset: make the reminder output consistent with "checkout"Libravatar Matthieu Moy1-1/+1
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Libravatar Matthieu Moy1-1/+1
2009-08-14builtin-add: refactor the meat of interactive_add()Libravatar Thomas Rast1-14/+29
2009-07-09Add 'fill_directory()' helper function for directory traversalLibravatar Linus Torvalds1-31/+14
2009-07-06Merge branch 'tr/die_errno'Libravatar Junio C Hamano1-1/+1
2009-06-27Use die_errno() instead of die() when checking syscallsLibravatar Thomas Rast1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-1/+1
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Libravatar Junio C Hamano1-2/+2
2009-06-18add: allow configurations to be overriden by command lineLibravatar Stephen Boyd1-2/+2
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-05-18Merge branch 'jk/maint-add-empty'Libravatar Junio C Hamano1-1/+1
2009-05-09add: don't complain when adding empty project rootLibravatar Jeff King1-1/+1
2009-04-12git-add: introduce --edit (to edit the diff vs. the index)Libravatar Johannes Schindelin1-3/+56
2009-03-20Merge branch 'mv/parseopt-ls-files'Libravatar Junio C Hamano1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Libravatar Junio C Hamano1-1/+1
2009-02-25git add: trivial codestyle cleanupLibravatar Felipe Contreras1-1/+1
2009-02-18Turn the flags in struct dir_struct into a single variableLibravatar Johannes Schindelin1-1/+1
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Libravatar Kjetil Barvik1-1/+1
2009-01-05git add: do not add files from a submoduleLibravatar Johannes Schindelin1-0/+28
2008-12-10Fix typo in comment in builtin-add.cLibravatar Alexander Potashev1-1/+1
2008-08-31git-add --intent-to-add (-N)Libravatar Junio C Hamano1-1/+3
2008-08-27Merge branch 'jc/add-addremove'Libravatar Junio C Hamano1-69/+31
2008-08-04add: refuse to add working tree items beyond symlinksLibravatar Junio C Hamano1-1/+11
2008-07-25builtin-add.c: optimize -A option and "git add ."Libravatar Junio C Hamano1-12/+31
2008-07-25builtin-add.c: restructure the code for maintainabilityLibravatar Junio C Hamano1-57/+0
2008-07-20Merge branch 'jc/add-addremove'Libravatar Junio C Hamano1-33/+53
2008-07-20"needs update" considered harmfulLibravatar Junio C Hamano1-1/+2
2008-07-19git-add --all: add all filesLibravatar Junio C Hamano1-2/+11
2008-07-19builtin-add.c: restructure the code for maintainabilityLibravatar Junio C Hamano1-32/+43
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-06-14git add: add long equivalents of '-u' and '-f' optionsLibravatar SZEDER Gábor1-2/+2
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-3/+3
2008-05-25Merge branch 'jc/add-n-u'Libravatar Junio C Hamano1-23/+11
2008-05-23Make git add -n and git -u -n output consistentLibravatar Gustaf Hendeby1-15/+5
2008-05-21"git-add -n -u" should not add but just reportLibravatar Junio C Hamano1-9/+13
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-05-12Add a config option to ignore errors for git-addLibravatar Alex Riesen1-1/+10
2008-05-12Add --ignore-errors to git-add to allow it to skip files with read errorsLibravatar Alex Riesen1-2/+9
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsLibravatar Alex Riesen1-9/+28
2008-05-12Make the exit code of add_file_to_index actually usefulLibravatar Alex Riesen1-2/+4
2008-03-07Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Libravatar Junio C Hamano1-12/+0
2008-02-05git-add: adjust to the get_pathspec() changes.Libravatar Junio C Hamano1-0/+12
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-1/+1
2007-11-25Add "--patch" option to git-add--interactiveLibravatar Wincent Colaiuta1-8/+16
2007-11-25add -i: Fix running from a subdirectoryLibravatar Junio C Hamano1-4/+20
2007-11-25builtin-add: fix command line building to call interactiveLibravatar Junio C Hamano1-2/+3
2007-11-25Merge branch 'kh/commit' into wc/add-iLibravatar Junio C Hamano1-3/+5