summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-21completion: implement and use --list-cmds=main,othersLibravatar Nguyễn Thái Ngọc Duy5-2/+43
2018-05-21git --list-cmds: collect command list in a string_listLibravatar Nguyễn Thái Ngọc Duy1-5/+17
2018-05-21git.c: convert --list-* to --list-cmds=*Libravatar Nguyễn Thái Ngọc Duy4-8/+39
2018-05-21fmt_with_err: add a comment that truncation is OKLibravatar Jeff King1-0/+1
2018-05-21shorten_unambiguous_ref: use xsnprintfLibravatar Jeff King1-2/+2
2018-05-21fsmonitor: use internal argv_array of struct child_processLibravatar René Scharfe1-10/+4
2018-05-21log_write_email_headers: use strbufsLibravatar Jeff King1-6/+10
2018-05-21http: use strbufs instead of fixed buffersLibravatar Jeff King2-32/+38
2018-05-21config: die when --blob is used outside a repositoryLibravatar Jeff King2-0/+7
2018-05-21get_main_ref_store: BUG() when outside a repositoryLibravatar Jeff King1-0/+3
2018-05-21t9902-completion: exercise __git_complete_index_file() directlyLibravatar SZEDER Gábor1-107/+118
2018-05-21completion: don't return with error from __gitcomp_file_direct()Libravatar SZEDER Gábor1-2/+4
2018-05-21merge-recursive: provide pair of `unpack_trees_{start,finish}()`Libravatar Elijah Newren1-14/+15
2018-05-21merge: setup `opts` later in `checkout_fast_forward()`Libravatar Martin Ågren1-15/+17
2018-05-18config: a user-provided invalid section is not a BUGLibravatar Johannes Schindelin1-1/+1
2018-05-18merge-recursive: give notice when submodule commit gets fast-forwardedLibravatar Leif Middelschulte1-0/+16
2018-05-18object.c: clear replace map before freeing itLibravatar Stefan Beller1-0/+2
2018-05-18fetch: generate ref-prefixes when using a configured refspecLibravatar Brandon Williams2-1/+23
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams4-32/+35
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecLibravatar Brandon Williams3-12/+12
2018-05-18remote: convert check_push_refs to take a struct refspecLibravatar Brandon Williams3-11/+7
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams6-22/+13
2018-05-18http-push: store refspecs in a struct refspecLibravatar Brandon Williams1-9/+8
2018-05-18transport: remove transport_verify_remote_namesLibravatar Brandon Williams3-28/+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 Williams3-13/+9
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 match_explicit_refs to take a struct refspecLibravatar Brandon Williams1-5/+4
2018-05-18remote: convert get_ref_match to take a struct refspecLibravatar Brandon Williams1-12/+14
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams3-8/+7
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams4-15/+11
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams4-13/+12
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-18refspec: remove the deprecated functionsLibravatar Brandon Williams2-54/+0
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-18transport-helper: convert to use struct refspecLibravatar Brandon Williams1-26/+12
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams3-8/+1
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams4-49/+32
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams4-37/+28
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-18remote: convert match_push_refs to use struct refspecLibravatar Brandon Williams1-5/+8
2018-05-18remote: convert check_push_refs to use struct refspecLibravatar Brandon Williams1-4/+6
2018-05-18transport: convert transport_push to use struct refspecLibravatar Brandon Williams1-8/+9
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