140 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
brian m. carlson 4cf76f6bbf builtin/reset: compute checkout metadata for reset 5 years ago
Nika Layzell 0a8e3036a3 reset: parse rev as tree-ish in patch mode 5 years ago
Alexandr Miloslavskiy 64bac8df97 reset: support the `--pathspec-from-file` option 5 years ago
Alexandr Miloslavskiy d137b50756 doc: reset: synchronize <pathspec> description 5 years ago
Nguyễn Thái Ngọc Duy 5e57580733 tree-walk.c: remove the_repo from fill_tree_descriptor() 6 years ago
Nguyễn Thái Ngọc Duy f4a4b9aca3 checkout: inform the user when removing branch state 6 years ago
Jeff Hostetler c18b6c1a2b trace2:data: add subverb to reset command 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 4edce1729a branch.c: remove the_repository reference 6 years ago
Ben Peart 649bf3a42f reset: warn when refresh_index() takes more than 2 seconds 6 years ago
Ben Peart 4c3abd0551 reset: add new reset.quiet config setting 6 years ago
Ben Peart 9ac8125d1a reset: don't compute unstaged changes after reset when --quiet 6 years ago
Nguyễn Thái Ngọc Duy b78ea5fc35 diff.c: reduce implicit dependency on the_index 6 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Jameson Miller 825ed4d9a0 read-cache: teach make_cache_entry to take object_id 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
brian m. carlson d8448522d8 builtin/reset: convert use of EMPTY_TREE_SHA1_BIN 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Thomas Gummerer 1cf823fb68 reset --hard: make use of the pretty machinery 7 years ago
Olga Telezhnaya cf3947193c format: create pretty.h file 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
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
brian m. carlson 2616a5e508 refs: convert delete_ref and refs_delete_ref to struct object_id 7 years ago
Jeff King afbb8838b7 reset: free allocated tree buffers 7 years ago
Jeff King e9ce897b9f reset: make tree counting less confusing 7 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 7 years ago
René Scharfe 5c377d3d59 tree-walk: convert fill_tree_descriptor() to object_id 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams 5556808690 add, reset: ensure submodules can be added or reset 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Stefan Beller 046b48239e Introduce 'submodule.recurse' option for worktree manipulators 8 years ago
Stefan Beller d7a3803f9e reset/checkout/read-tree: unify config callback for submodule recursion 8 years ago
Stefan Beller 58b75bd6db submodule recursing: do not write a config variable twice 8 years ago
Brandon Williams 2249d4dbc1 pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 944cffbd18 diff-lib: convert do_diff_cache to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Stefan Beller 35b96d1de8 builtin/reset: add --recurse-submodules switch 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Johannes Schindelin 641c900b2c reset: fix usage 8 years ago
brian m. carlson 3a5d7c55f7 builtin/reset: convert to use struct object_id 8 years ago