summaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-442/+0
* Remove diff machinery dependency from read-cacheLinus Torvalds2010-01-211-0/+76
* don't dereference NULL upon fdopen failureJim Meyering2009-09-131-1/+1
* Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-071-14/+29
|\
| * builtin-add: refactor the meat of interactive_add()Thomas Rast2009-08-141-14/+29
* | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-211-1/+1
* | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy2009-08-211-1/+1
|/
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-091-31/+14
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* | Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-201-2/+2
|\ \ | |/ |/|
| * add: allow configurations to be overriden by command lineStephen Boyd2009-06-181-2/+2
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | Merge branch 'jk/maint-add-empty'Junio C Hamano2009-05-181-1/+1
|\ \
| * | add: don't complain when adding empty project rootJeff King2009-05-091-1/+1
* | | git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin2009-04-121-3/+56
|/ /
* | Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-201-1/+1
|\ \
| * | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-1/+1
* | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\ \ \
| * | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
| |/ /
* | | git add: trivial codestyle cleanupFelipe Contreras2009-02-251-1/+1
|/ /
* | git add: do not add files from a submoduleJohannes Schindelin2009-01-051-0/+28
* | Fix typo in comment in builtin-add.cAlexander Potashev2008-12-101-1/+1
* | git-add --intent-to-add (-N)Junio C Hamano2008-08-311-1/+3
* | Merge branch 'jc/add-addremove'Junio C Hamano2008-08-271-69/+31
|\ \
| * | builtin-add.c: optimize -A option and "git add ."Junio C Hamano2008-07-251-12/+31
| * | builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-251-57/+0
| |/
* | add: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-041-1/+11
|/
* Merge branch 'jc/add-addremove'Junio C Hamano2008-07-201-33/+53
|\
| * git-add --all: add all filesJunio C Hamano2008-07-191-2/+11
| * builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-191-32/+43
* | "needs update" considered harmfulJunio C Hamano2008-07-201-1/+2
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* 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