summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-12/+13
2018-05-21log: use commit-slab in prepare_bases() instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-2/+8
2018-05-21show-branch: note about its object flags usageLibravatar Nguyễn Thái Ngọc Duy1-0/+5
2018-05-21show-branch: use commit-slab for commit-name instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-12/+27
2018-05-21name-rev: use commit-slab for rev-name instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-3/+20
2018-05-21revision.c: use commit-slab for show_sourceLibravatar Nguyễn Thái Ngọc Duy2-7/+14
2018-05-21describe: use commit-slab for commit names instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-3/+13
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-1/+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-18path.c: migrate global git_path_* to take a repository argumentLibravatar Stefan Beller5-42/+43
2018-05-18shallow: add repository argument to is_repository_shallowLibravatar Stefan Beller4-5/+6
2018-05-18shallow: add repository argument to register_shallowLibravatar Stefan Beller2-2/+2
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-16commit: add repository argument to register_commit_graftLibravatar Jonathan Nieder1-1/+2
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller27-0/+27
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-11submodule: port submodule subcommand 'foreach' from shell to CLibravatar Prathamesh Chavan1-0/+144
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