summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-21t4205: sort log output in a hash-independent wayLibravatar brian m. carlson1-4/+4
2018-05-21t/lib-diff-alternative: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+8
2018-05-21t4030: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+3
2018-05-21t4029: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+6
2018-05-21t4029: fix test indentationLibravatar brian m. carlson1-17/+16
2018-05-21t4022: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+4
2018-05-21t4020: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+8
2018-05-21t4014: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-3/+6
2018-05-21t4008: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-27/+32
2018-05-21t4007: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-8/+9
2018-05-21t3905: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+7
2018-05-21t3702: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+3
2018-05-21completion: allow to customize the completable command listLibravatar Nguyễn Thái Ngọc Duy6-2/+47
2018-05-21completion: add and use --list-cmds=aliasLibravatar Nguyễn Thái Ngọc Duy6-81/+40
2018-05-21completion: add and use --list-cmds=nohelpersLibravatar Nguyễn Thái Ngọc Duy3-17/+20
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy10-5/+17
2018-05-21completion: reduce completable command listLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2018-05-21completion: let git provide the completable command listLibravatar Nguyễn Thái Ngọc Duy3-119/+58
2018-05-21command-list.txt: documentation and guide lineLibravatar Nguyễn Thái Ngọc Duy1-0/+45
2018-05-21help: use command-list.txt for the source of guidesLibravatar Nguyễn Thái Ngọc Duy10-45/+54
2018-05-21help: add "-a --verbose" to list all commands with synopsisLibravatar Nguyễn Thái Ngọc Duy5-1/+37
2018-05-21git: support --list-cmds=list-<category>Libravatar Nguyễn Thái Ngọc Duy5-1/+51
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