summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rd/init-typo'Junio C Hamano2018-06-011-1/+1
|\
| * init: fix grammar in "templates not found" msgRobert P. J. Day2018-05-301-1/+1
* | Merge branch 'en/rev-parse-invalid-range'Junio C Hamano2018-06-011-2/+6
|\ \
| * | rev-parse: check lookup'ed commit references for NULLElijah Newren2018-05-251-2/+6
* | | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-0110-46/+45
|\ \ \
| * | | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-2410-46/+45
* | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-012-32/+9
|\ \ \ \
| * | | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-212-0/+2
| * | | | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-32/+0
| * | | | help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-211-0/+7
* | | | | Merge branch 'ma/unpack-trees-free-msgs'Junio C Hamano2018-05-301-0/+1
|\ \ \ \ \
| * | | | | unpack_trees_options: free messages when doneMartin Ågren2018-05-221-0/+1
| |/ / / /
* | | | | Merge branch 'jk/config-blob-sans-repo'Junio C Hamano2018-05-301-0/+3
|\ \ \ \ \
| * | | | | config: die when --blob is used outside a repositoryJeff King2018-05-211-0/+3
* | | | | | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-309-192/+147
|\ \ \ \ \ \
| * | | | | | fetch: generate ref-prefixes when using a configured refspecBrandon Williams2018-05-171-1/+9
| * | | | | | refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-171-12/+1
| * | | | | | remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-172-3/+2
| * | | | | | transport: remove transport_verify_remote_namesBrandon Williams2018-05-171-2/+0
| * | | | | | send-pack: store refspecs in a struct refspecBrandon Williams2018-05-171-17/+7
| * | | | | | transport: convert transport_push to take a struct refspecBrandon Williams2018-05-171-2/+1
| * | | | | | push: convert to use struct refspecBrandon Williams2018-05-171-23/+15
| * | | | | | push: check for errors earlierBrandon Williams2018-05-171-17/+14
| * | | | | | remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-171-2/+1
| * | | | | | remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-171-1/+1
| * | | | | | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-172-3/+2
| * | | | | | fetch: convert prune_refs to take a struct refspecBrandon Williams2018-05-171-6/+5
| * | | | | | fetch: convert get_ref_map to take a struct refspecBrandon Williams2018-05-171-23/+20
| * | | | | | fetch: convert do_fetch to take a struct refspecBrandon Williams2018-05-171-5/+5
| * | | | | | fetch: convert refmap to use struct refspecBrandon Williams2018-05-171-10/+7
| * | | | | | fetch: convert fetch_one to use struct refspecBrandon Williams2018-05-171-27/+19
| * | | | | | remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-171-1/+1
| * | | | | | remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-172-19/+19
| * | | | | | remote: convert push refspecs to struct refspecBrandon Williams2018-05-172-12/+12
| * | | | | | fast-export: convert to use struct refspecBrandon Williams2018-05-171-14/+7
| * | | | | | clone: convert cmd_clone to use refspec_item_initBrandon Williams2018-05-171-6/+4
| * | | | | | pull: convert get_tracking_branch to use refspec_item_initBrandon Williams2018-05-171-4/+4
| * | | | | | submodule--helper: convert push_check to use struct refspecBrandon Williams2018-05-171-6/+7
| * | | | | | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-177-19/+19
| * | | | | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-178-0/+8
* | | | | | | Merge branch 'sb/grep-die-on-unreadable-index'Junio C Hamano2018-05-301-1/+2
|\ \ \ \ \ \ \
| * | | | | | | grep: handle corrupt index files earlyStefan Beller2018-05-161-1/+2
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-3011-66/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/reset: convert use of EMPTY_TREE_SHA1_BINbrian m. carlson2018-05-021-1/+1
| * | | | | | | | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-1/+1
| * | | | | | | | builtin/merge: switch tree functions to use object_idbrian m. carlson2018-05-021-7/+7
| * | | | | | | | builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algobrian m. carlson2018-05-021-4/+4
| * | | | | | | | builtin/receive-pack: avoid hard-coded constants for push certsbrian m. carlson2018-05-021-3/+3
| * | | | | | | | index-pack: abstract away hash function constantbrian m. carlson2018-05-021-1/+2
| * | | | | | | | pack-redundant: convert linked lists to use struct object_idbrian m. carlson2018-05-021-24/+26