aboutsummaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAge
* 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
| * Fix "git add -u" data corruption.Junio C Hamano2007-08-15
* | git-add: Add support for --refresh option.Alexandre Julliard2007-08-13
* | Don't rely on unspecified behaviorThomas Schwinge2007-07-28
* | builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-13
|/
* git-add: allow path limiting with -uJeff King2007-05-12
* git-add -u: match the index with working tree.Junio C Hamano2007-04-20
* Merge branch 'jc/index-output'Junio C Hamano2007-04-07
|\
| * _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-05
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-31
|/
* add: Support specifying an excludes file with a configuration variableJames Bowes2007-03-09
* Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano2007-01-17
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-29
* git-add -f: allow adding otherwise ignored files.Junio C Hamano2006-12-25
* git-add: warn when adding an ignored file with an explicit request.Junio C Hamano2006-12-25
* git-add: add ignored files when asked explicitly.Junio C Hamano2006-12-25
* Merge branch 'jc/git-add--interactive'Junio C Hamano2006-12-25
|\
| * git-add --interactive: add documentationJunio C Hamano2006-12-25
| * git-add --interactiveJunio C Hamano2006-12-18
* | git-add: error out when given no arguments.Junio C Hamano2006-12-20
* | simplify inclusion of system header files.Junio C Hamano2006-12-20
|/
* make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-04
* Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-15
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03