summaryrefslogtreecommitdiffstats
path: root/userdiff.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-04-21am: drop "dir" parameter from am_state_initJeff King1-6/+4
2017-04-21replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2-6/+4
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2-3/+4
2017-04-21use git_path_* helper functionsJeff King3-11/+11
2017-04-21branch: add edit_description() helperJeff King1-3/+3
2017-04-21bisect: add git_path_bisect_terms helperJeff King1-1/+2
2017-04-21read-cache: avoid using git_path() in freshen_shared_index()Christian Couder1-1/+2
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy3-5/+23
2017-04-20Git 2.13-rc0v2.13.0-rc0Junio C Hamano2-1/+36
2017-04-20read-cache: speed up has_dir_name (part 2)Jeff Hostetler1-1/+62
2017-04-20read-cache: speed up has_dir_name (part 1)Jeff Hostetler1-0/+45
2017-04-20read-cache: speed up add_index_entry during checkoutJeff Hostetler1-1/+10
2017-04-20p0006-read-tree-checkout: perf test to time read-treeJeff Hostetler4-0/+263
2017-04-20gitmodules: clarify the ignore option valuesSebastian Schuberth1-11/+20
2017-04-20gitmodules: clarify what history depth a shallow clone hasSebastian Schuberth1-2/+2
2017-04-20push: document & test --force-with-lease with multiple remotesÆvar Arnfjörð Bjarmason2-0/+70
2017-04-20config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy2-14/+30
2017-04-19rebase: pass --[no-]signoff option to git amGiuseppe Bilotta3-1/+53