40 Commits (c32da692de332d3c9a0b283066e3786af00f4931)

Author SHA1 Message Date
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
Linus Torvalds 3c6a370b0e Move pathspec matching from builtin-add.c into dir.c 19 years ago
Junio C Hamano e8f990b4e4 builtin-add: fix unmatched pathspec warnings. 19 years ago
Linus Torvalds f25933987f builtin-add: warn on unmatched pathspecs 19 years ago
Linus Torvalds 0d78153952 Do "git add" as a builtin 19 years ago