aboutsummaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAge
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* | Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-20
|\ \ | |/ |/|
| * add: allow configurations to be overriden by command lineStephen Boyd2009-06-18
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* | Merge branch 'jk/maint-add-empty'Junio C Hamano2009-05-18
|\ \
| * | add: don't complain when adding empty project rootJeff King2009-05-09
* | | git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin2009-04-12
|/ /
* | Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-20
|\ \
| * | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
* | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-17
|\ \ \
| * | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-09
| |/ /
* | | git add: trivial codestyle cleanupFelipe Contreras2009-02-25
|/ /
* | git add: do not add files from a submoduleJohannes Schindelin2009-01-05
* | Fix typo in comment in builtin-add.cAlexander Potashev2008-12-10
* | git-add --intent-to-add (-N)Junio C Hamano2008-08-31
* | Merge branch 'jc/add-addremove'Junio C Hamano2008-08-27
|\ \
| * | builtin-add.c: optimize -A option and "git add ."Junio C Hamano2008-07-25
| * | builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-25
| |/
* | add: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-04
|/
* Merge branch 'jc/add-addremove'Junio C Hamano2008-07-20
|\
| * git-add --all: add all filesJunio C Hamano2008-07-19
| * builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-19
* | "needs update" considered harmfulJunio C Hamano2008-07-20
|/
* Make usage strings dash-lessStephan Beyer2008-07-13
* git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-14
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-25
|\ \
| * | Make git add -n and git -u -n output consistentGustaf Hendeby2008-05-23
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-21
| |/
* | Add a config option to ignore errors for git-addAlex Riesen2008-05-12
* | Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen2008-05-12
* | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-12
* | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-12
|/
* Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano2008-03-07
* git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-05
* Improve use of lockfile APIBrandon Casey2008-01-16
* Add "--patch" option to git-add--interactiveWincent Colaiuta2007-11-25
* add -i: Fix running from a subdirectoryJunio C Hamano2007-11-25
* builtin-add: fix command line building to call interactiveJunio C Hamano2007-11-25
* Merge branch 'kh/commit' into wc/add-iJunio C Hamano2007-11-25
|\
| * Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano2007-11-22
* | Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta2007-11-22
|/
* core.excludesfile clean-upJunio C Hamano2007-11-14
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-14
|\
| * git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-10
* | Merge branch 'ph/parseopt'Junio C Hamano2007-11-02
|\ \
| * | Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-29