summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-21update-index: stat updated files earlierLibravatar Jeff King1-8/+17
2018-05-21submodule-config: verify submodule names as pathsLibravatar Jeff King1-0/+24
2018-05-22submodule: add --dissociate option to add/update commandsLibravatar Casey Fitzpatrick1-3/+13
2018-05-22unpack_trees_options: free messages when doneLibravatar Martin Ågren1-0/+1
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy2-0/+2
2018-05-21help: use command-list.txt for the source of guidesLibravatar Nguyễn Thái Ngọc Duy1-32/+0
2018-05-21help: add "-a --verbose" to list all commands with synopsisLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2018-05-21config: die when --blob is used outside a repositoryLibravatar Jeff King1-0/+3
2018-05-18fetch: generate ref-prefixes when using a configured refspecLibravatar Brandon Williams1-1/+9
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams1-12/+1
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