summaryrefslogtreecommitdiff
path: root/builtin/reset.c
AgeCommit message (Expand)Author
2019-01-15Merge branch 'nd/the-index' into md/list-objects-filter-by-depthJunio C Hamano
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart
2018-10-24reset: add new reset.quiet config settingBen Peart
2018-10-24reset: don't compute unstaged changes after reset when --quietBen Peart
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-02builtin/reset: convert use of EMPTY_TREE_SHA1_BINbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-02-15Merge branch 'tg/reset-hard-show-head-with-pretty'Junio C Hamano
2018-02-02reset --hard: make use of the pretty machineryThomas Gummerer
2017-12-27Merge branch 'ot/pretty'Junio C Hamano
2017-12-12format: create pretty.h fileOlga Telezhnaya
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson
2017-09-19Merge branch 'jk/leak-checkers'Junio C Hamano
2017-09-06reset: free allocated tree buffersJeff King
2017-09-06reset: make tree counting less confusingJeff King
2017-09-06stop leaking lock structs in some simple casesJeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-02add, reset: ensure submodules can be added or resetBrandon Williams
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08diff-lib: convert do_diff_cache to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-04-24builtin/reset: add --recurse-submodules switchStefan Beller
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-17Merge branch 'js/reset-usage'Junio C Hamano