179 Commits (748f733d542c8cca1013c1b0901cd96977a7ea11)

Author SHA1 Message Date
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Heba Waly 887a0fd573 add: change advice config variables used by the add API 5 years ago
Heba Waly bf66db37f1 add: use advise function to display hints 5 years ago
Johannes Schindelin cee6cb7300 built-in add -p: implement the "worktree" patch modes 5 years ago
Johannes Schindelin 52628f94fc built-in add -p: implement the "checkout" patch modes 5 years ago
Johannes Schindelin 90a6bb98d1 legacy stash -p: respect the add.interactive.usebuiltin setting 5 years ago
Johannes Schindelin 36bae1dc0e built-in add -p: implement the "stash" and "reset" patch modes 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago
Alexandr Miloslavskiy bebb5d6d6b add: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 21bb3083c3 cmd_add: prepare for next patch 5 years ago
Johannes Schindelin f83dff60a7 Start to implement a built-in version of `git add --interactive` 5 years ago
Kyle Meyer f937bc2f86 add: error appropriately on repository with no commits 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Jeff King 9e5da3d055 add: use separate ADD_CACHE_RENORMALIZE flag 6 years ago
Johannes Schindelin fa6f225e01 add --edit: truncate the patch file 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Ben Peart d1664e73ad add: speed up cmd_add() by utilizing read_cache_preload() 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 84d938b732 add: do not accept pathspec magic 'attr' 6 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 6 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
René Scharfe 8b5ebbed0e add, update-index: fix --chmod argument help 7 years ago
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 7 years ago
Jeff King fe6a01af8a add: free leaked pathspec after add_files_to_cache() 7 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 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