summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-05-17refspec: consolidate ref-prefix generation logicBrandon Williams
2018-05-17remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-17transport: remove transport_verify_remote_namesBrandon Williams
2018-05-17send-pack: store refspecs in a struct refspecBrandon Williams
2018-05-17transport: convert transport_push to take a struct refspecBrandon Williams
2018-05-17push: convert to use struct refspecBrandon Williams
2018-05-17push: check for errors earlierBrandon Williams
2018-05-17remote: convert query_refspecs to take a struct refspecBrandon Williams
2018-05-17remote: convert apply_refspecs to take a struct refspecBrandon Williams
2018-05-17remote: convert get_stale_heads to take a struct refspecBrandon Williams
2018-05-17fetch: convert prune_refs to take a struct refspecBrandon Williams
2018-05-17fetch: convert get_ref_map to take a struct refspecBrandon Williams
2018-05-17fetch: convert do_fetch to take a struct refspecBrandon Williams
2018-05-17fetch: convert refmap to use struct refspecBrandon Williams
2018-05-17fetch: convert fetch_one to use struct refspecBrandon Williams
2018-05-17remote: remove add_prune_tags_to_fetch_refspecBrandon Williams
2018-05-17remote: convert fetch refspecs to struct refspecBrandon Williams
2018-05-17remote: convert push refspecs to struct refspecBrandon Williams
2018-05-17fast-export: convert to use struct refspecBrandon Williams
2018-05-17clone: convert cmd_clone to use refspec_item_initBrandon Williams
2018-05-17pull: convert get_tracking_branch to use refspec_item_initBrandon Williams
2018-05-17submodule--helper: convert push_check to use struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-16grep: handle corrupt index files earlyStefan Beller
2018-05-13add status config and command line options for rename detectionBen Peart
2018-05-13column: fix off-by-one default widthNguyễn Thái Ngọc Duy
2018-05-10fast-export: avoid NULL pointer arithmeticRené Scharfe
2018-05-10lock_file: move static locks into functionsMartin Ågren
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano
2018-05-08Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano
2018-05-08Merge branch 'nd/submodule-status-fix'Junio C Hamano
2018-05-08Merge branch 'hn/sort-ls-remote'Junio C Hamano
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'tb/config-type'Junio C Hamano
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-06pack-objects: validation and documentation about unreachable optionsNguyễn Thái Ngọc Duy
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß
2018-05-02builtin/reset: convert use of EMPTY_TREE_SHA1_BINbrian m. carlson
2018-05-02builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson
2018-05-02builtin/merge: switch tree functions to use object_idbrian m. carlson
2018-05-02builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algobrian m. carlson