summaryrefslogtreecommitdiff
path: root/builtin-add.c
AgeCommit message (Expand)Author
2008-03-07Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano
2008-02-05git-add: adjust to the get_pathspec() changes.Junio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25builtin-add: fix command line building to call interactiveJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano
2007-11-01Merge branch 'kh/commit'Junio C Hamano
2007-10-30Port builtin-add.c to use the new option parser.Kristian Høgsberg
2007-10-29Merge branch 'maint'Junio C Hamano
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-14Add test to check recent fix to "git add -u"Benoit Sigoure
2007-09-14Simplify cache APIJunio C Hamano
2007-09-14git-add -u: do not barf on type changesJunio C Hamano
2007-08-29git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis
2007-08-26Make usage documentation for git-add consistent.Brian Hetro
2007-08-16Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov
2007-08-15Fix "git add -u" data corruption.Junio C Hamano
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-07-29Don't rely on unspecified behaviorThomas Schwinge
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King
2007-05-12git-add: allow path limiting with -uJeff King
2007-04-20git-add -u: match the index with working tree.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds
2007-03-09add: Support specifying an excludes file with a configuration variableJames Bowes
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-12-26git-add -f: allow adding otherwise ignored files.Junio C Hamano
2006-12-25git-add: warn when adding an ignored file with an explicit request.Junio C Hamano
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano
2006-12-25git-add --interactive: add documentationJunio C Hamano
2006-12-20git-add: error out when given no arguments.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19git-add --interactiveJunio C Hamano
2006-12-05make 'git add' a first class user friendly interface to the indexNicolas Pitre
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao