133 Commits (ecb3f3733cbeaf514508f97429863d33a6ac0d57)

Author SHA1 Message Date
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 8 years ago
Jeff King fe6a01af8a add: free leaked pathspec after add_files_to_cache() 8 years ago
Ramsay Jones 1e22a9917b builtin/add: add detail to a 'cannot chmod' error message 8 years ago
Brandon Williams 5556808690 add, reset: ensure submodules can be added or reset 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 532139940c add: warn when adding an embedded repository 8 years ago
Brandon Williams 08de9151a8 pathspec: convert find_pathspecs_matching_against_index to take an index 8 years ago
Brandon Williams c08397e3aa pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag 8 years ago
Brandon Williams bdab972153 submodule: add die_in_unpopulated_submodule function 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Brandon Williams 9e58becab9 dir: convert dir_add* to take an index 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 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 11 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