summaryrefslogtreecommitdiff
path: root/builtin-add.c
AgeCommit message (Expand)Author
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King
2007-05-12git-add: allow path limiting with -uJeff King
2007-04-20git-add -u: match the index with working tree.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds
2007-03-09add: Support specifying an excludes file with a configuration variableJames Bowes
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-12-26git-add -f: allow adding otherwise ignored files.Junio C Hamano
2006-12-25git-add: warn when adding an ignored file with an explicit request.Junio C Hamano
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano
2006-12-25git-add --interactive: add documentationJunio C Hamano
2006-12-20git-add: error out when given no arguments.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19git-add --interactiveJunio C Hamano
2006-12-05make 'git add' a first class user friendly interface to the indexNicolas Pitre
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-26Make git-mv a builtinJohannes Schindelin
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-06Make index file locking code reusable to others.Junio C Hamano
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds
2006-05-18builtin-add: fix unmatched pathspec warnings.Junio C Hamano
2006-05-17builtin-add: warn on unmatched pathspecsLinus Torvalds
2006-05-17Do "git add" as a builtinLinus Torvalds