summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.17.3Johannes Schindelin2019-12-062-3/+17
|\
| * Sync with 2.16.6Johannes Schindelin2019-12-062-2/+17
| |\
| | * Sync with 2.15.4Johannes Schindelin2019-12-062-2/+17
| | |\
| | | * Sync with 2.14.6Johannes Schindelin2019-12-062-2/+17
| | | |\
| | | | * Disallow dubiously-nested submodule git directoriesJohannes Schindelin2019-12-051-0/+4
| | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-042-2/+13
* | | | | Sync with 2.17.2Junio C Hamano2018-09-271-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Sync with 2.16.5Junio C Hamano2018-09-271-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Sync with 2.15.3Junio C Hamano2018-09-271-0/+1
| | |\ \ \ | | | |/ /
| | | * | Sync with Git 2.14.4Junio C Hamano2018-09-271-0/+1
| | | |\ \ | | | | |/
| | | | * submodule--helper: use "--" to signal end of clone optionsJeff King2018-09-271-0/+1
* | | | | Merge branch 'sb/blame-color'Junio C Hamano2018-06-181-0/+1
|\ \ \ \ \
| * | | | | blame: release string_list after use in parse_color_fields()René Scharfe2018-06-141-0/+1
* | | | | | Merge branch 'rd/doc-remote-tracking-with-hyphen'Junio C Hamano2018-06-182-3/+3
|\ \ \ \ \ \
| * | | | | | Use hyphenated "remote-tracking branch" (docs and comments)Robert P. J. Day2018-06-132-3/+3
| | |_|/ / / | |/| | | |
| * | | | | Sync with Git 2.15.2Junio C Hamano2018-05-222-11/+44
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Sync with Git 2.14.4Junio C Hamano2018-05-222-11/+44
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Sync with Git 2.13.7Junio C Hamano2018-05-222-11/+44
| | | |\ \ \
* | | | \ \ \ Merge branch 'jk/index-pack-maint'Junio C Hamano2018-06-131-2/+6
|\ \ \ \ \ \ \
| * | | | | | | index-pack: correct install_packed_git() argsJunio C Hamano2018-06-111-1/+1
| * | | | | | | index-pack: handle --strict checks of non-repo packsJeff King2018-06-011-2/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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-181-1/+9
| * | | | | | | | | | refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-181-12/+1
| * | | | | | | | | | remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-182-3/+2
| * | | | | | | | | | transport: remove transport_verify_remote_namesBrandon Williams2018-05-181-2/+0
| * | | | | | | | | | send-pack: store refspecs in a struct refspecBrandon Williams2018-05-181-17/+7
| * | | | | | | | | | transport: convert transport_push to take a struct refspecBrandon Williams2018-05-181-2/+1
| * | | | | | | | | | push: convert to use struct refspecBrandon Williams2018-05-181-23/+15
| * | | | | | | | | | push: check for errors earlierBrandon Williams2018-05-181-17/+14
| * | | | | | | | | | remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-181-2/+1
| * | | | | | | | | | remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * | | | | | | | | | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-182-3/+2
| * | | | | | | | | | fetch: convert prune_refs to take a struct refspecBrandon Williams2018-05-181-6/+5
| * | | | | | | | | | fetch: convert get_ref_map to take a struct refspecBrandon Williams2018-05-181-23/+20
| * | | | | | | | | | fetch: convert do_fetch to take a struct refspecBrandon Williams2018-05-181-5/+5