summaryrefslogtreecommitdiffstats
path: root/kwset.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson18-25/+25
2017-05-08builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson1-5/+5
2017-05-08tree: convert read_tree_1 to use struct object_id internallybrian m. carlson1-4/+4
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson15-19/+19
2017-05-08Convert remaining callers of lookup_blob to object_idbrian m. carlson3-22/+25
2017-05-08builtin/unpack-objects: convert to struct object_idbrian m. carlson1-32/+32
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson8-69/+89
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson50-132/+138
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson6-39/+39
2017-05-08builtin/tag: convert to struct object_idbrian m. carlson1-33/+33
2017-05-08sequencer: convert some functions to struct object_idbrian m. carlson1-6/+6
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson7-20/+20
2017-05-08revision: convert prepare_show_merge to struct object_idbrian m. carlson1-5/+5
2017-05-08notes-utils: convert internals to struct object_idbrian m. carlson1-9/+9
2017-05-08http-push: convert some static functions to struct object_idbrian m. carlson1-12/+12
2017-05-08tag: convert parse_tag_buffer to struct object_idbrian m. carlson1-8/+7
2017-05-08builtin/verify-commit: convert to struct object_idbrian m. carlson1-6/+6
2017-05-08reflog_expire: convert to struct object_idbrian m. carlson3-16/+19
2017-05-08parse-options-cb: convert to struct object_idbrian m. carlson1-3/+3
2017-05-08notes-cache: convert to struct object_idbrian m. carlson3-19/+18
2017-05-08submodule: convert merge_submodule to use struct object_idbrian m. carlson3-20/+20
2017-05-08fast-import: convert to struct object_idbrian m. carlson1-158/+159
2017-05-02fast-import: convert internal structs to struct object_idbrian m. carlson1-86/+96
2017-05-02builtin/rev-parse: convert to struct object_idbrian m. carlson1-28/+28
2017-05-02builtin/blame: convert static function to struct object_idbrian m. carlson1-3/+3
2017-05-02branch: convert to struct object_idbrian m. carlson1-8/+8
2017-05-02bundle: convert to struct object_idbrian m. carlson3-18/+21
2017-05-02builtin/prune: convert to struct object_idbrian m. carlson1-3/+3
2017-05-02builtin/name-rev: convert to struct object_idbrian m. carlson1-14/+14
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson8-24/+27
2017-05-02Clean up outstanding object_id transforms.brian m. carlson2-2/+2
2017-05-02fetch-pack: convert to struct object_idbrian m. carlson1-44/+45
2017-05-01Merging a handful of topics before -rc2Junio C Hamano1-0/+10
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks2-0/+36
2017-04-27travis-ci: set DEVELOPER knob for Linux32 buildLars Schneider1-0/+1
2017-04-27travis-ci: printf $STATUS as stringLars Schneider1-1/+1
2017-04-26Git 2.13-rc1v2.13.0-rc1Junio C Hamano2-1/+40
2017-04-25prio_queue_reverse: don't swap elements with themselvesJeff King1-1/+1
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King2-3/+11
2017-04-24Getting ready for -rc1Junio C Hamano1-3/+51
2017-04-24t/perf: correctly align non-ASCII descriptions in outputÆvar Arnfjörð Bjarmason2-0/+5
2017-04-24completion: optionally disable checkout DWIMJeff King1-1/+10
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2-0/+35
2017-04-21docs/bisect-lk2009: update java code conventions linkJeff King1-1/+1
2017-04-21docs/bisect-lk2009: update nist report linkJeff King1-1/+1
2017-04-21docs/archimport: quote sourcecontrol.net referenceJeff King1-1/+1
2017-04-21gitcore-tutorial: update broken linkJeff King1-1/+1
2017-04-21doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King1-1/+1
2017-04-21doc: use https links to avoid http redirectJeff King3-9/+9
2017-04-21connect.c: fix leak in handle_ssh_variantJeff King1-1/+3