144 Commits (801fa63a90e3619c91e0bb3e7a28140e6d31a097)

Author SHA1 Message Date
Martin Ågren 0fa5a2ed8d lock_file: move static locks into functions 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Torsten Bögershausen 9472935d81 add: introduce "--renormalize" 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams c9f348e926 add, reset: use DIFF_OPT_SET macro to set a diff flag 7 years ago
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