115 Commits (830c912a0ed5d0771e9043cd51b87322230c8b6f)

Author SHA1 Message Date
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 8 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Junio C Hamano 29abb33978 add: simplify -u/-A without pathspec 9 years ago
Stefan Beller 45abdee662 add: remove dead code 10 years ago
Junio C Hamano 78cc1a540b Revert "diff-lib.c: adjust position of i-t-a entries in diff" 10 years ago
Jeff King cb64800d83 add: check return value of launch_editor 10 years ago
Nguyễn Thái Ngọc Duy d95d728aba diff-lib.c: adjust position of i-t-a entries in diff 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Michael J Gruber 1d31e5a2cd add: ignore only ignored files 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Fabian Ruch c45a18e88f add: use struct argv_array in run_add_interactive() 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 64ed07cee0 add: don't complain when adding empty project root 11 years ago
Nguyễn Thái Ngọc Duy ef79b1f870 Support pathspec magic :(exclude) and its short form :! 11 years ago
Nguyễn Thái Ngọc Duy 625c3304e2 add: lift the pathspec magic restriction on "add -p" 12 years ago
Felipe Contreras d521abf890 add: trivial style cleanup 12 years ago
Andrew Wong 7f3b8c628e git add -e: Explicitly specify that patch should have no color 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 12 years ago
Nguyễn Thái Ngọc Duy 84b8b5d1fa remove match_pathspec() in favor of match_pathspec_depth() 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5a76aff1a6 add: convert to use parse_pathspec 12 years ago
Junio C Hamano 808d3d717e git add: -u/-A now affects the entire working tree 12 years ago
Junio C Hamano 0df7b8e55c git add: avoid "-u/-A without pathspec" warning on stat-dirty paths 12 years ago
Junio C Hamano fdc97abd4a git add <pathspec>... defaults to "-A" 12 years ago
Junio C Hamano 4c7114308e git add: rephrase -A/--no-all warning 12 years ago
Junio C Hamano 9f60f49b92 git add: --ignore-removal is a better named --no-all 12 years ago
Junio C Hamano ccc663bc24 git add: rephrase the "removal will cease to be ignored" warning 12 years ago
Junio C Hamano d226b14d47 git add: rework the logic to warn "git add <pathspec>..." default change 12 years ago
Karsten Blees b07bc8c8c3 dir.c: replace is_path_excluded with now equivalent is_excluded API 12 years ago
Jonathan Nieder 9df84e94ed add -A: only show pathless 'add -A' warning when changes exist outside cwd 12 years ago
Jonathan Nieder 71c7b0538f add -u: only show pathless 'add -u' warning when changes exist outside cwd 12 years ago
Jonathan Nieder 16d41d4218 add: make warn_pathless_add() a no-op after first call 12 years ago
Matthieu Moy c9f35b8b50 add: add a blank line at the end of pathless 'add [-u|-A]' warning 12 years ago
Jonathan Nieder e24afab091 add: make pathless 'add [-u|-A]' warning a file-global function 12 years ago
Matthieu Moy c6898ebf21 add: update pathless 'add [-u|-A]' warning to reflect change of plan 12 years ago
Junio C Hamano 45c45e300b git add: start preparing for "git add <pathspec>..." to default to "-A" 12 years ago
Junio C Hamano 300c0a2209 builtin/add.c: simplify boolean variables 12 years ago
Matthieu Moy d32805dce7 Replace filepattern with pathspec for consistency 12 years ago
Matthieu Moy 0fa2eb530f add: warn when -u or -A is used without pathspec 12 years ago
Adam Spiers 512aaf9453 add.c: extract new die_if_path_beyond_symlink() for reuse 12 years ago
Adam Spiers 9d67b61f73 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse 12 years ago
Adam Spiers 4b78d7bccd pathspec.c: rename newly public functions for clarity 12 years ago
Adam Spiers 6f525e7100 add.c: move pathspec matchers into new pathspec.c for reuse 12 years ago