aboutsummaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAge
* 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
* | | Merge branch 'kh/commit'Junio C Hamano2007-10-31
|\ \ \ | |/ / |/| |
| * | Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg2007-09-27
* | | Merge branch 'maint'Junio C Hamano2007-10-29
|\ \ \ | |/ / |/| / | |/
| * Fix a small memory leak in builtin-addBenoit Sigoure2007-10-29
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* | Merge branch 'cr/reset'Junio C Hamano2007-09-18
|\ \ | |/ |/|
| * Simplify cache APIJunio C Hamano2007-09-14
* | Add test to check recent fix to "git add -u"Benoit Sigoure2007-09-14
|/
* git-add -u: do not barf on type changesJunio C Hamano2007-09-14
* git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis2007-08-28
* Make usage documentation for git-add consistent.Brian Hetro2007-08-25
* Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-15
|\
| * git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-15