summaryrefslogtreecommitdiffstats
path: root/builtin/reset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-031-1/+1
|\
| * block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-1/+1
| * read-cache: teach make_cache_entry to take object_idJameson Miller2018-07-031-1/+1
* | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+1
|\ \ | |/ |/|
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-1/+1
* | builtin/reset: convert use of EMPTY_TREE_SHA1_BINbrian m. carlson2018-05-021-1/+1
|/
* Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-1/+1
* Merge branch 'tg/reset-hard-show-head-with-pretty'Junio C Hamano2018-02-151-18/+10
|\
| * reset --hard: make use of the pretty machineryThomas Gummerer2018-02-021-18/+10
* | Merge branch 'ot/pretty'Junio C Hamano2017-12-271-1/+1
|\ \
| * | format: create pretty.h fileOlga Telezhnaya2017-12-121-1/+1
* | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-1/+1
|\ \ \
| * | | diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-1/+1
| * | | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-1/+1
| * | | add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams2017-10-311-1/+1
| |/ /
* | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-2/+2
* | | refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-1/+1
|/ /
* | Merge branch 'jk/leak-checkers'Junio C Hamano2017-09-191-6/+16
|\ \
| * | reset: free allocated tree buffersJeff King2017-09-061-5/+13
| * | reset: make tree counting less confusingJeff King2017-09-061-3/+5
* | | stop leaking lock structs in some simple casesJeff King2017-09-061-3/+3
|/ /
* | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-271-2/+1
|\ \
| * | submodule: remove gitmodules_configBrandon Williams2017-08-031-2/+0
| * | add, reset: ensure submodules can be added or resetBrandon Williams2017-08-021-0/+1
* | | tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-141-2/+2
|/ /
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-5/+5
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-27/+12
|\ \
| * | Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-011-1/+9
| * | reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-301-25/+2
| * | submodule recursing: do not write a config variable twiceStefan Beller2017-05-301-1/+1
* | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-1/+0
|\ \ \
| * | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-121-1/+0
| | |/ | |/|
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-5/+5
|\ \ \ | |_|/ |/| |
| * | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-2/+2
| * | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-081-1/+1
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
| |/
* / builtin/reset: add --recurse-submodules switchStefan Beller2017-04-241-0/+30
|/
* delete_ref: accept a reflog message argumentKyle Meyer2017-02-211-1/+1
* hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
* Merge branch 'js/reset-usage'Junio C Hamano2016-10-171-1/+1
|\
| * reset: fix usageJohannes Schindelin2016-10-111-1/+1
* | builtin/reset: convert to use struct object_idbrian m. carlson2016-09-071-26/+26
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-191-2/+2
|\ \
| * | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-2/+2
| |/
* | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-1/+1
|\ \
| * | reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin2016-06-301-1/+1
* | | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-021-1/+1
| |/ |/|