63 Commits (377d9c409ffe0f0d994b929aeb94716139207b9d)

Author SHA1 Message Date
Junio C Hamano 6c53e7ac04 Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) 17 years ago
Junio C Hamano 1abf095063 git-add: adjust to the get_pathspec() changes. 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Wincent Colaiuta b63e995001 Add "--patch" option to git-add--interactive 17 years ago
Junio C Hamano 3f061887c5 add -i: Fix running from a subdirectory 17 years ago
Junio C Hamano 324ccbd6a0 builtin-add: fix command line building to call interactive 17 years ago
Junio C Hamano b6ec1d619f Fix add_files_to_cache() to take pathspec, not user specified list of files 17 years ago
Wincent Colaiuta 7c0ab44589 Teach builtin-add to pass multiple paths to git-add--interactive 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Junio C Hamano fb63d7f889 git-add: make the entry stat-clean after re-adding the same contents 17 years ago
Kristian Høgsberg 5c46f75437 Port builtin-add.c to use the new option parser. 17 years ago
Benoit Sigoure 399f0a8eed Fix a small memory leak in builtin-add 17 years ago
Kristian Høgsberg 5868016508 Introduce entry point add_interactive and add_files_to_cache 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Benoit Sigoure 43b98acc23 Add test to check recent fix to "git add -u" 17 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 17 years ago
Junio C Hamano 767c98a592 git-add -u: do not barf on type changes 17 years ago
Petr Baudis b39c53e662 git-add: Make the "tried to add ignored file" error message less confusing 17 years ago
Brian Hetro 480611d170 Make usage documentation for git-add consistent. 17 years ago
Salikh Zakirov 2ed2c222df git-add -u paths... now works from subdirectory 17 years ago
Junio C Hamano a4882c27f8 Fix "git add -u" data corruption. 17 years ago
Alexandre Julliard d616813d75 git-add: Add support for --refresh option. 17 years ago
Thomas Schwinge 8b4aee015e Don't rely on unspecified behavior 18 years ago
Jeff King e96980ef81 builtin-add: simplify (and increase accuracy of) exclude handling 18 years ago
Jeff King 93c44d493b git-add: allow path limiting with -u 18 years ago
Junio C Hamano dfdac5d9b8 git-add -u: match the index with working tree. 18 years ago
Junio C Hamano fd1c3bf053 Rename add_file_to_index() to add_file_to_cache() 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Linus Torvalds 9fc42d6091 Optimize directory listing with pathspec limiter. 18 years ago
James Bowes 896bdfa258 add: Support specifying an excludes file with a configuration variable 18 years ago
Junio C Hamano df59afe3eb Make a short-and-sweet "git-add -i" synonym for "git-add --interactive" 18 years ago
Junio C Hamano 4d06f8ac43 Fix 'git add' with .gitignore 18 years ago
Junio C Hamano 6a1ad32519 git-add -f: allow adding otherwise ignored files. 18 years ago
Junio C Hamano 1e423f5655 git-add: warn when adding an ignored file with an explicit request. 18 years ago
Junio C Hamano e23ca9e1f9 git-add: add ignored files when asked explicitly. 18 years ago
Junio C Hamano 6a5ad23de6 git-add --interactive: add documentation 18 years ago
Junio C Hamano 93b0d86aaf git-add: error out when given no arguments. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 5cde71d64a git-add --interactive 18 years ago
Nicolas Pitre 366bfcb68f make 'git add' a first class user friendly interface to the index 18 years ago
Liu Yubao 0b7c5a5450 Fix duplicate xmalloc in builtin-add 18 years ago
Liu Yubao d48ffdbb0b Fix duplicate xmalloc in builtin-add 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Ramsay Allan Jones 8cdf33643d Replace some calls to die(usage_str) with usage(usage_str). 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Johannes Schindelin 11be42a476 Make git-mv a builtin 19 years ago
Peter Eriksen 28f7581806 Substitute xmalloc()+memset(0) with xcalloc(). 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago