summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams2-3/+2
2018-05-18transport: remove transport_verify_remote_namesLibravatar Brandon Williams1-2/+0
2018-05-18send-pack: store refspecs in a struct refspecLibravatar Brandon Williams1-17/+7
2018-05-18transport: convert transport_push to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18push: convert to use struct refspecLibravatar Brandon Williams1-23/+15
2018-05-18push: check for errors earlierLibravatar Brandon Williams1-17/+14
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams2-3/+2
2018-05-18fetch: convert prune_refs to take a struct refspecLibravatar Brandon Williams1-6/+5
2018-05-18fetch: convert get_ref_map to take a struct refspecLibravatar Brandon Williams1-23/+20
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