| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) | Junio C Hamano | 2008-03-07 | 1 | -12/+0 |
* | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 | 1 | -0/+12 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -1/+1 |
* | Add "--patch" option to git-add--interactive | Wincent Colaiuta | 2007-11-25 | 1 | -8/+16 |
* | add -i: Fix running from a subdirectory | Junio C Hamano | 2007-11-25 | 1 | -4/+20 |
* | builtin-add: fix command line building to call interactive | Junio C Hamano | 2007-11-25 | 1 | -2/+3 |
* | Merge branch 'kh/commit' into wc/add-i | Junio C Hamano | 2007-11-25 | 1 | -3/+5 |
|\ |
|
| * | Fix add_files_to_cache() to take pathspec, not user specified list of files | Junio C Hamano | 2007-11-22 | 1 | -3/+5 |
* | | Teach builtin-add to pass multiple paths to git-add--interactive | Wincent Colaiuta | 2007-11-22 | 1 | -10/+13 |
|/ |
|
* | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 | 1 | -20/+2 |
* | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 2007-11-14 | 1 | -1/+1 |
|\ |
|
| * | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 | 1 | -1/+1 |
* | | Merge branch 'ph/parseopt' | Junio C Hamano | 2007-11-02 | 1 | -46/+26 |
|\ \ |
|
| * | | Port builtin-add.c to use the new option parser. | Kristian Høgsberg | 2007-10-29 | 1 | -46/+27 |
* | | | Merge branch 'kh/commit' | Junio C Hamano | 2007-10-31 | 1 | -9/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce entry point add_interactive and add_files_to_cache | Kristian Høgsberg | 2007-09-27 | 1 | -9/+14 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-10-29 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix a small memory leak in builtin-add | Benoit Sigoure | 2007-10-29 | 1 | -0/+2 |
* | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -6/+2 |
* | | Merge branch 'cr/reset' | Junio C Hamano | 2007-09-18 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Simplify cache API | Junio C Hamano | 2007-09-14 | 1 | -1/+0 |
* | | Add test to check recent fix to "git add -u" | Benoit Sigoure | 2007-09-14 | 1 | -1/+1 |
|/ |
|
* | git-add -u: do not barf on type changes | Junio C Hamano | 2007-09-14 | 1 | -0/+1 |
* | git-add: Make the "tried to add ignored file" error message less confusing | Petr Baudis | 2007-08-28 | 1 | -3/+3 |
* | Make usage documentation for git-add consistent. | Brian Hetro | 2007-08-25 | 1 | -1/+1 |
* | Merge branch 'maint' to sync with 1.5.2.5 | Junio C Hamano | 2007-08-15 | 1 | -4/+5 |
|\ |
|
| * | git-add -u paths... now works from subdirectory | Salikh Zakirov | 2007-08-15 | 1 | -4/+4 |
| * | Fix "git add -u" data corruption. | Junio C Hamano | 2007-08-15 | 1 | -0/+1 |
* | | git-add: Add support for --refresh option. | Alexandre Julliard | 2007-08-13 | 1 | -1/+27 |
* | | Don't rely on unspecified behavior | Thomas Schwinge | 2007-07-28 | 1 | -1/+1 |
* | | builtin-add: simplify (and increase accuracy of) exclude handling | Jeff King | 2007-06-13 | 1 | -48/+21 |
|/ |
|
* | git-add: allow path limiting with -u | Jeff King | 2007-05-12 | 1 | -7/+6 |
* | git-add -u: match the index with working tree. | Junio C Hamano | 2007-04-20 | 1 | -1/+57 |
* | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 | 1 | -2/+2 |
|\ |
|
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 | 1 | -2/+2 |
* | | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 2007-04-05 | 1 | -1/+1 |
* | | Optimize directory listing with pathspec limiter. | Linus Torvalds | 2007-03-31 | 1 | -1/+1 |
|/ |
|
* | add: Support specifying an excludes file with a configuration variable | James Bowes | 2007-03-09 | 1 | -1/+17 |
* | Make a short-and-sweet "git-add -i" synonym for "git-add --interactive" | Junio C Hamano | 2007-01-17 | 1 | -2/+3 |
* | Fix 'git add' with .gitignore | Junio C Hamano | 2006-12-29 | 1 | -25/+27 |
* | git-add -f: allow adding otherwise ignored files. | Junio C Hamano | 2006-12-25 | 1 | -5/+29 |
* | git-add: warn when adding an ignored file with an explicit request. | Junio C Hamano | 2006-12-25 | 1 | -0/+3 |
* | git-add: add ignored files when asked explicitly. | Junio C Hamano | 2006-12-25 | 1 | -1/+10 |
* | Merge branch 'jc/git-add--interactive' | Junio C Hamano | 2006-12-25 | 1 | -1/+16 |
|\ |
|
| * | git-add --interactive: add documentation | Junio C Hamano | 2006-12-25 | 1 | -1/+1 |
| * | git-add --interactive | Junio C Hamano | 2006-12-18 | 1 | -0/+15 |
* | | git-add: error out when given no arguments. | Junio C Hamano | 2006-12-20 | 1 | -0/+5 |
* | | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
|/ |
|
* | make 'git add' a first class user friendly interface to the index | Nicolas Pitre | 2006-12-04 | 1 | -3/+3 |
* | Fix duplicate xmalloc in builtin-add | Liu Yubao | 2006-09-15 | 1 | -1/+0 |