summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano14-28/+34
2018-05-23Merge branch 'bw/server-options'Junio C Hamano2-0/+9
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano3-29/+240
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano5-13/+19
2018-05-23Merge branch 'nd/term-columns'Junio C Hamano1-1/+0
2018-05-22Sync with Git 2.15.2Junio C Hamano2-11/+44
2018-05-22Sync with Git 2.14.4Junio C Hamano2-11/+44
2018-05-22Sync with Git 2.13.7Junio C Hamano2-11/+44
2018-05-21index-pack: check .gitmodules files with --strictJeff King1-0/+10
2018-05-21unpack-objects: call fsck_finish() after fscking objectsJeff King1-1/+4
2018-05-21fsck: call fsck_finish() after fscking objectsJeff King1-0/+3
2018-05-21fsck: actually fsck blob dataJeff King1-22/+20
2018-05-21index-pack: make fsck error message more specificJeff King2-2/+2
2018-05-21Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King2-11/+45
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King1-3/+3
2018-05-21update-index: stat updated files earlierJeff King1-8/+17
2018-05-21submodule-config: verify submodule names as pathsJeff King1-0/+24
2018-05-22merge: check config before loading commitsDerrick Stolee1-3/+4
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick1-3/+13
2018-05-22unpack_trees_options: free messages when doneMartin Ågren1-0/+1
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy1-12/+13
2018-05-21log: use commit-slab in prepare_bases() instead of commit->utilNguyễn Thái Ngọc Duy1-2/+8
2018-05-21show-branch: note about its object flags usageNguyễn Thái Ngọc Duy1-0/+5
2018-05-21show-branch: use commit-slab for commit-name instead of commit->utilNguyễn Thái Ngọc Duy1-12/+27
2018-05-21name-rev: use commit-slab for rev-name instead of commit->utilNguyễn Thái Ngọc Duy1-3/+20
2018-05-21revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2-7/+14
2018-05-21describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy1-3/+13
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy1-1/+1
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2-0/+2
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy1-32/+0
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy1-0/+7
2018-05-21config: die when --blob is used outside a repositoryJeff King1-0/+3
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller5-42/+43
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller4-5/+6
2018-05-18shallow: add repository argument to register_shallowStefan Beller2-2/+2
2018-05-18fetch: generate ref-prefixes when using a configured refspecBrandon Williams1-1/+9
2018-05-18refspec: consolidate ref-prefix generation logicBrandon Williams1-12/+1
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams2-3/+2
2018-05-18transport: remove transport_verify_remote_namesBrandon Williams1-2/+0
2018-05-18send-pack: store refspecs in a struct refspecBrandon Williams1-17/+7
2018-05-18transport: convert transport_push to take a struct refspecBrandon Williams1-2/+1
2018-05-18push: convert to use struct refspecBrandon Williams1-23/+15
2018-05-18push: check for errors earlierBrandon Williams1-17/+14
2018-05-18remote: convert query_refspecs to take a struct refspecBrandon Williams1-2/+1
2018-05-18remote: convert apply_refspecs to take a struct refspecBrandon Williams1-1/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecBrandon Williams2-3/+2
2018-05-18fetch: convert prune_refs to take a struct refspecBrandon Williams1-6/+5
2018-05-18fetch: convert get_ref_map to take a struct refspecBrandon Williams1-23/+20
2018-05-18fetch: convert do_fetch to take a struct refspecBrandon Williams1-5/+5
2018-05-18fetch: convert refmap to use struct refspecBrandon Williams1-10/+7