aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-add.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano1-3/+5
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano1-3/+5
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta1-10/+13
2007-11-14core.excludesfile clean-upJunio C Hamano1-20/+2
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano1-1/+1
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano1-1/+1
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano1-46/+26
2007-10-31Merge branch 'kh/commit'Junio C Hamano1-9/+14
2007-10-29Port builtin-add.c to use the new option parser.Kristian Høgsberg1-46/+27
2007-10-29Merge branch 'maint'Junio C Hamano1-0/+2
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure1-0/+2
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg1-9/+14
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-6/+2
2007-09-18Merge branch 'cr/reset'Junio C Hamano1-1/+0
2007-09-14Add test to check recent fix to "git add -u"Benoit Sigoure1-1/+1
2007-09-14Simplify cache APIJunio C Hamano1-1/+0
2007-09-14git-add -u: do not barf on type changesJunio C Hamano1-0/+1
2007-08-28git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis1-3/+3
2007-08-25Make usage documentation for git-add consistent.Brian Hetro1-1/+1
2007-08-15Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano1-4/+5
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov1-4/+4
2007-08-15Fix "git add -u" data corruption.Junio C Hamano1-0/+1
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard1-1/+27
2007-07-28Don't rely on unspecified behaviorThomas Schwinge1-1/+1
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King1-48/+21
2007-05-12git-add: allow path limiting with -uJeff King1-7/+6
2007-04-20git-add -u: match the index with working tree.Junio C Hamano1-1/+57
2007-04-07Merge branch 'jc/index-output'Junio C Hamano1-2/+2
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano1-1/+1
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-2/+2
2007-03-31Optimize directory listing with pathspec limiter.Linus Torvalds1-1/+1
2007-03-09add: Support specifying an excludes file with a configuration variableJames Bowes1-1/+17
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano1-2/+3
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano1-25/+27
2006-12-25git-add -f: allow adding otherwise ignored files.Junio C Hamano1-5/+29
2006-12-25git-add: warn when adding an ignored file with an explicit request.Junio C Hamano1-0/+3
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano1-1/+10
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano1-1/+16
2006-12-25git-add --interactive: add documentationJunio C Hamano1-1/+1
2006-12-20git-add: error out when given no arguments.Junio C Hamano1-0/+5
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+0
2006-12-18git-add --interactiveJunio C Hamano1-0/+15
2006-12-04make 'git add' a first class user friendly interface to the indexNicolas Pitre1-3/+3
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao1-1/+0
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-3/+1
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-1/+1
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano1-2/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-26Make git-mv a builtinJohannes Schindelin1-40/+0
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen1-2/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-4/+4
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+189
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds1-81/+1
2006-05-18builtin-add: fix unmatched pathspec warnings.Junio C Hamano1-1/+1
2006-05-17builtin-add: warn on unmatched pathspecsLinus Torvalds1-19/+58
2006-05-17Do "git add" as a builtinLinus Torvalds1-0/+228