Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -1/+1 |
2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -1/+1 |
2018-07-03 | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -2/+2 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -1/+1 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -1/+1 |
2018-05-02 | builtin/reset: convert use of EMPTY_TREE_SHA1_BIN | brian m. carlson | 1 | -1/+1 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-02-15 | Merge branch 'tg/reset-hard-show-head-with-pretty' | Junio C Hamano | 1 | -18/+10 |
2018-02-02 | reset --hard: make use of the pretty machinery | Thomas Gummerer | 1 | -18/+10 |
2017-12-27 | Merge branch 'ot/pretty' | Junio C Hamano | 1 | -1/+1 |
2017-12-12 | format: create pretty.h file | Olga Telezhnaya | 1 | -1/+1 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -1/+1 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -1/+1 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -1/+1 |
2017-10-31 | add, reset: use DIFF_OPT_SET macro to set a diff flag | Brandon Williams | 1 | -1/+1 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -2/+2 |
2017-10-16 | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-09-19 | Merge branch 'jk/leak-checkers' | Junio C Hamano | 1 | -6/+16 |
2017-09-06 | reset: free allocated tree buffers | Jeff King | 1 | -5/+13 |
2017-09-06 | reset: make tree counting less confusing | Jeff King | 1 | -3/+5 |
2017-09-06 | stop leaking lock structs in some simple cases | Jeff King | 1 | -3/+3 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -2/+1 |
2017-08-14 | tree-walk: convert fill_tree_descriptor() to object_id | René Scharfe | 1 | -2/+2 |
2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -2/+0 |
2017-08-02 | add, reset: ensure submodules can be added or reset | Brandon Williams | 1 | -0/+1 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -5/+5 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 1 | -27/+12 |
2017-06-01 | Introduce 'submodule.recurse' option for worktree manipulators | Stefan Beller | 1 | -1/+9 |
2017-05-30 | reset/checkout/read-tree: unify config callback for submodule recursion | Stefan Beller | 1 | -25/+2 |
2017-05-30 | submodule recursing: do not write a config variable twice | Stefan Beller | 1 | -1/+1 |
2017-05-30 | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 1 | -1/+0 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
2017-05-12 | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP | Brandon Williams | 1 | -1/+0 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | diff-lib: convert do_diff_cache to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-04-23 | builtin/reset: add --recurse-submodules switch | Stefan Beller | 1 | -0/+30 |
2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -1/+1 |
2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |
2016-10-17 | Merge branch 'js/reset-usage' | Junio C Hamano | 1 | -1/+1 |
2016-10-11 | reset: fix usage | Johannes Schindelin | 1 | -1/+1 |
2016-09-07 | builtin/reset: convert to use struct object_id | brian m. carlson | 1 | -26/+26 |
2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -2/+2 |
2016-07-11 | Merge branch 'js/find-commit-subject-ignore-leading-blanks' | Junio C Hamano | 1 | -1/+1 |
2016-06-29 | reset --hard: skip blank lines when reporting the commit subject | Johannes Schindelin | 1 | -1/+1 |
2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -2/+2 |
2016-06-02 | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 1 | -1/+1 |