summaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAgeFilesLines
* git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-141-2/+2
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-3/+3
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-251-23/+11
|\ \
| * | Make git add -n and git -u -n output consistentGustaf Hendeby2008-05-231-15/+5
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-211-9/+13
| |/
* | Add a config option to ignore errors for git-addAlex Riesen2008-05-121-1/+10
* | Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen2008-05-121-2/+9
* | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-121-9/+28
* | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-121-2/+4
|/
* Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano2008-03-071-12/+0
* git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-051-0/+12
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+1
* Add "--patch" option to git-add--interactiveWincent Colaiuta2007-11-251-8/+16
* add -i: Fix running from a subdirectoryJunio C Hamano2007-11-251-4/+20
* builtin-add: fix command line building to call interactiveJunio C Hamano2007-11-251-2/+3
* Merge branch 'kh/commit' into wc/add-iJunio C Hamano2007-11-251-3/+5
|\
| * Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano2007-11-221-3/+5
* | Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta2007-11-221-10/+13
|/
* core.excludesfile clean-upJunio C Hamano2007-11-141-20/+2
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-1/+1
|\
| * git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-101-1/+1
* | Merge branch 'ph/parseopt'Junio C Hamano2007-11-021-46/+26
|\ \
| * | Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-291-46/+27
* | | Merge branch 'kh/commit'Junio C Hamano2007-10-311-9/+14
|\ \ \ | |/ / |/| |
| * | Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg2007-09-271-9/+14
* | | Merge branch 'maint'Junio C Hamano2007-10-291-0/+2
|\ \ \ | |/ / |/| / | |/
| * Fix a small memory leak in builtin-addBenoit Sigoure2007-10-291-0/+2
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-6/+2
* | Merge branch 'cr/reset'Junio C Hamano2007-09-181-1/+0
|\ \ | |/ |/|
| * Simplify cache APIJunio C Hamano2007-09-141-1/+0
* | Add test to check recent fix to "git add -u"Benoit Sigoure2007-09-141-1/+1
|/
* git-add -u: do not barf on type changesJunio C Hamano2007-09-141-0/+1
* git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis2007-08-281-3/+3
* Make usage documentation for git-add consistent.Brian Hetro2007-08-251-1/+1
* Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-151-4/+5
|\
| * git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-151-4/+4
| * Fix "git add -u" data corruption.Junio C Hamano2007-08-151-0/+1
* | git-add: Add support for --refresh option.Alexandre Julliard2007-08-131-1/+27
* | Don't rely on unspecified behaviorThomas Schwinge2007-07-281-1/+1
* | builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-131-48/+21
|/
* git-add: allow path limiting with -uJeff King2007-05-121-7/+6
* git-add -u: match the index with working tree.Junio C Hamano2007-04-201-1/+57
* 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