summaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/index-output'Junio C Hamano2007-04-071-2/+2
|\
| * _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-051-1/+1
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-311-1/+1
|/
* add: Support specifying an excludes file with a configuration variableJames Bowes2007-03-091-1/+17
* Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano2007-01-171-2/+3
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-291-25/+27
* git-add -f: allow adding otherwise ignored files.Junio C Hamano2006-12-251-5/+29
* git-add: warn when adding an ignored file with an explicit request.Junio C Hamano2006-12-251-0/+3
* git-add: add ignored files when asked explicitly.Junio C Hamano2006-12-251-1/+10
* Merge branch 'jc/git-add--interactive'Junio C Hamano2006-12-251-1/+16
|\
| * git-add --interactive: add documentationJunio C Hamano2006-12-251-1/+1
| * git-add --interactiveJunio C Hamano2006-12-181-0/+15
* | git-add: error out when given no arguments.Junio C Hamano2006-12-201-0/+5
* | simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
|/
* make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-041-3/+3
* Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-151-1/+0
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-3/+1
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-031-1/+1
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-291-2/+1
|\
| * Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* | Make git-mv a builtinJohannes Schindelin2006-07-261-40/+0
|/
* Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-251-2/+1
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+1
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-4/+4
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-0/+2
* Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-191-81/+1
* builtin-add: fix unmatched pathspec warnings.Junio C Hamano2006-05-181-1/+1
* builtin-add: warn on unmatched pathspecsLinus Torvalds2006-05-171-19/+58
* Do "git add" as a builtinLinus Torvalds2006-05-171-0/+228