| Commit message (Expand) | Author | Age |
* | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 |
|\ \ |
|
| * | | Make git add -n and git -u -n output consistent | Gustaf Hendeby | 2008-05-23 |
| * | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 |
| |/ |
|
* | | Add a config option to ignore errors for git-add | Alex Riesen | 2008-05-12 |
* | | Add --ignore-errors to git-add to allow it to skip files with read errors | Alex Riesen | 2008-05-12 |
* | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 |
* | | Make the exit code of add_file_to_index actually useful | Alex Riesen | 2008-05-12 |
|/ |
|
* | Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) | Junio C Hamano | 2008-03-07 |
* | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 |
* | Add "--patch" option to git-add--interactive | Wincent Colaiuta | 2007-11-25 |
* | add -i: Fix running from a subdirectory | Junio C Hamano | 2007-11-25 |
* | builtin-add: fix command line building to call interactive | Junio C Hamano | 2007-11-25 |
* | Merge branch 'kh/commit' into wc/add-i | Junio C Hamano | 2007-11-25 |
|\ |
|
| * | Fix add_files_to_cache() to take pathspec, not user specified list of files | Junio C Hamano | 2007-11-22 |
* | | Teach builtin-add to pass multiple paths to git-add--interactive | Wincent Colaiuta | 2007-11-22 |
|/ |
|
* | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 |
* | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 2007-11-14 |
|\ |
|
| * | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 |
* | | Merge branch 'ph/parseopt' | Junio C Hamano | 2007-11-02 |
|\ \ |
|
| * | | Port builtin-add.c to use the new option parser. | Kristian Høgsberg | 2007-10-29 |
* | | | Merge branch 'kh/commit' | Junio C Hamano | 2007-10-31 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce entry point add_interactive and add_files_to_cache | Kristian Høgsberg | 2007-09-27 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-10-29 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix a small memory leak in builtin-add | Benoit Sigoure | 2007-10-29 |
* | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
* | | Merge branch 'cr/reset' | Junio C Hamano | 2007-09-18 |
|\ \
| |/
|/| |
|
| * | Simplify cache API | Junio C Hamano | 2007-09-14 |
* | | Add test to check recent fix to "git add -u" | Benoit Sigoure | 2007-09-14 |
|/ |
|
* | git-add -u: do not barf on type changes | Junio C Hamano | 2007-09-14 |
* | git-add: Make the "tried to add ignored file" error message less confusing | Petr Baudis | 2007-08-28 |
* | Make usage documentation for git-add consistent. | Brian Hetro | 2007-08-25 |
* | Merge branch 'maint' to sync with 1.5.2.5 | Junio C Hamano | 2007-08-15 |
|\ |
|
| * | git-add -u paths... now works from subdirectory | Salikh Zakirov | 2007-08-15 |
| * | Fix "git add -u" data corruption. | Junio C Hamano | 2007-08-15 |
* | | git-add: Add support for --refresh option. | Alexandre Julliard | 2007-08-13 |
* | | Don't rely on unspecified behavior | Thomas Schwinge | 2007-07-28 |
* | | builtin-add: simplify (and increase accuracy of) exclude handling | Jeff King | 2007-06-13 |
|/ |
|
* | git-add: allow path limiting with -u | Jeff King | 2007-05-12 |
* | git-add -u: match the index with working tree. | Junio C Hamano | 2007-04-20 |
* | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 |
|\ |
|
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 |
* | | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 2007-04-05 |
* | | Optimize directory listing with pathspec limiter. | Linus Torvalds | 2007-03-31 |
|/ |
|
* | add: Support specifying an excludes file with a configuration variable | James Bowes | 2007-03-09 |
* | Make a short-and-sweet "git-add -i" synonym for "git-add --interactive" | Junio C Hamano | 2007-01-17 |
* | Fix 'git add' with .gitignore | Junio C Hamano | 2006-12-29 |