summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-18fetch: convert do_fetch to take a struct refspecLibravatar Brandon Williams1-5/+5
2018-05-18fetch: convert refmap to use struct refspecLibravatar Brandon Williams1-10/+7
2018-05-18fetch: convert fetch_one to use struct refspecLibravatar Brandon Williams1-27/+19
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams2-19/+19
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams2-12/+12
2018-05-18fast-export: convert to use struct refspecLibravatar Brandon Williams1-14/+7
2018-05-18clone: convert cmd_clone to use refspec_item_initLibravatar Brandon Williams1-6/+4
2018-05-18pull: convert get_tracking_branch to use refspec_item_initLibravatar Brandon Williams1-4/+4
2018-05-18submodule--helper: convert push_check to use struct refspecLibravatar Brandon Williams1-6/+7
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams7-19/+19
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams8-0/+8
2018-05-16grep: handle corrupt index files earlyLibravatar Stefan Beller1-1/+2
2018-05-13add status config and command line options for rename detectionLibravatar Ben Peart1-0/+42
2018-05-13column: fix off-by-one default widthLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2018-05-10fast-export: avoid NULL pointer arithmeticLibravatar René Scharfe1-4/+3
2018-05-10lock_file: move static locks into functionsLibravatar Martin Ågren4-7/+4
2018-05-10lock_file: make function-local locks non-staticLibravatar Martin Ågren5-6/+6
2018-05-08Merge branch 'js/colored-push-errors'Libravatar Junio C Hamano1-1/+43
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Libravatar Junio C Hamano1-1/+5
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Libravatar Junio C Hamano1-1/+4
2018-05-08Merge branch 'nd/submodule-status-fix'Libravatar Junio C Hamano1-2/+6
2018-05-08Merge branch 'hn/sort-ls-remote'Libravatar Junio C Hamano1-3/+27
2018-05-08Merge branch 'tb/config-default'Libravatar Junio C Hamano1-0/+40
2018-05-08Merge branch 'tb/config-type'Libravatar Junio C Hamano1-27/+77
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Libravatar Junio C Hamano1-2/+3
2018-05-08Merge branch 'sb/object-store-replace'Libravatar Junio C Hamano3-3/+7
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano3-4/+175
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Libravatar Junio C Hamano1-2/+5
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano3-19/+18
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano9-10/+180
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin17-32/+32
2018-05-06pack-objects: validation and documentation about unreachable optionsLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-06wt-status: use settings from git_diff_ui_configLibravatar Eckhard S. Maaß1-1/+1
2018-05-02builtin/reset: convert use of EMPTY_TREE_SHA1_BINLibravatar brian m. carlson1-1/+1
2018-05-02builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXLibravatar brian m. carlson1-1/+1
2018-05-02builtin/merge: switch tree functions to use object_idLibravatar brian m. carlson1-7/+7
2018-05-02builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algoLibravatar brian m. carlson1-4/+4
2018-05-02builtin/receive-pack: avoid hard-coded constants for push certsLibravatar brian m. carlson1-3/+3
2018-05-02index-pack: abstract away hash function constantLibravatar brian m. carlson1-1/+2
2018-05-02pack-redundant: convert linked lists to use struct object_idLibravatar brian m. carlson1-24/+26
2018-05-02split-index: convert struct split_index to object_idLibravatar brian m. carlson1-2/+2
2018-05-02pack-redundant: abstract away hash algorithmLibravatar brian m. carlson1-5/+7
2018-05-02pack-objects: abstract away hash algorithmLibravatar brian m. carlson1-14/+16
2018-05-02sha1-file: convert freshen functions to object_idLibravatar brian m. carlson1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson3-3/+3
2018-05-02format-patch: make cover letters always text/plainLibravatar brian m. carlson1-1/+1
2018-04-30replace: introduce --convert-graft-fileLibravatar Johannes Schindelin1-1/+43
2018-04-30replace: prepare create_graft() for converting graft files wholesaleLibravatar Johannes Schindelin1-3/+8
2018-04-30replace: "libify" create_graft() and calleesLibravatar Johannes Schindelin1-57/+112