summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cvsimport: apply shell-quoting regex globallyjk/cvsimport-quotingJeff King2017-12-081-1/+1
* cvsimport: shell-quote variable used in backticksJeff King2017-09-121-0/+1
* Git 2.9.5v2.9.5maint-2.9Junio C Hamano2017-07-303-2/+6
* Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-308-0/+104
|\
| * Git 2.8.6v2.8.6maint-2.8Junio C Hamano2017-07-303-2/+6
| * Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-307-0/+100
| |\
| | * Git 2.7.6v2.7.6maint-2.7Junio C Hamano2017-07-303-2/+27
| | * Merge branch 'jk/ssh-funny-url' into maint-2.7Junio C Hamano2017-07-286-0/+75
| | |\
| | | * connect: reject paths that look like command line optionsJeff King2017-07-283-0/+40
| | | * connect: reject dashed arguments for proxy commandsJeff King2017-07-282-0/+10
| | | * connect: factor out "looks like command line option" checkJeff King2017-07-283-1/+14
| | | * t5813: add test for hostname starting with dashJeff King2017-07-281-0/+9
| | | * connect: reject ssh hostname that begins with a dashJunio C Hamano2017-07-281-0/+3
| | |/
* | | Git 2.9.4v2.9.4Junio C Hamano2017-05-053-2/+11
* | | Merge branch 'maint-2.8' into maint-2.9Junio C Hamano2017-05-057-6/+74
|\ \ \ | |/ /
| * | Git 2.8.5v2.8.5Junio C Hamano2017-05-054-3/+16
| * | Merge branch 'maint-2.7' into maint-2.8Junio C Hamano2017-05-056-5/+60
| |\ \ | | |/
| | * Git 2.7.5v2.7.5Junio C Hamano2017-05-054-3/+19
| | * Merge branch 'maint-2.6' into maint-2.7Junio C Hamano2017-05-055-4/+43
| | |\
| | | * Git 2.6.7v2.6.7maint-2.6Junio C Hamano2017-05-054-3/+16
| | | * Merge branch 'maint-2.5' into maint-2.6Junio C Hamano2017-05-054-3/+29
| | | |\
| | | | * Git 2.5.6v2.5.6maint-2.5Junio C Hamano2017-05-054-3/+16
| | | | * Merge branch 'maint-2.4' into maint-2.5Junio C Hamano2017-05-053-2/+15
| | | | |\
| | | | | * Git 2.4.12v2.4.12maint-2.4Junio C Hamano2017-05-054-3/+16
| | | | | * Merge branch 'jk/shell-no-repository-that-begins-with-dash' into maint-2.4Junio C Hamano2017-05-051-1/+1
| | | | | |\
| | | | | | * shell: disallow repo names beginning with dashjk/shell-no-repository-that-begins-with-dashJeff King2017-05-051-1/+1
| | | | | |/
* | | | | | Prepare for 2.9.4Junio C Hamano2016-09-082-1/+84
* | | | | | Merge branch 'hv/doc-commit-reference-style' into maintJunio C Hamano2016-09-081-0/+10
|\ \ \ \ \ \
| * | | | | | SubmittingPatches: use gitk's "Copy commit summary" formathv/doc-commit-reference-styleBeat Bolli2016-08-261-3/+8
| * | | | | | SubmittingPatches: document how to reference previous commitsHeiko Voigt2016-08-171-0/+5
| |/ / / / /
* | | | | | Merge branch 'sg/reflog-past-root' into maintJunio C Hamano2016-09-081-1/+0
|\ \ \ \ \ \
| * | | | | | t1410: remove superfluous 'git reflog' from the 'walk past root' testsg/reflog-past-rootSZEDER Gábor2016-08-151-1/+0
* | | | | | | Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-081-7/+2
|\ \ \ \ \ \ \
| * | | | | | | mailinfo: recycle strbuf in check_header()rs/mailinfo-libRené Scharfe2016-08-131-7/+2
* | | | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-09-082-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-131-3/+1
| * | | | | | | | correct FLEXPTR_* example in commentRené Scharfe2016-08-131-1/+1
* | | | | | | | | Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano2016-09-083-16/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use strbuf_add_unique_abbrev() for adding short hashesrs/use-strbuf-add-unique-abbrevRené Scharfe2016-08-063-16/+11
* | | | | | | | | | Merge branch 'rs/merge-recursive-string-list-init' into maintJunio C Hamano2016-09-081-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge-recursive: use STRING_LIST_INIT_NODUPrs/merge-recursive-string-list-initRené Scharfe2016-08-051-2/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'rs/merge-add-strategies-simplification' into maintJunio C Hamano2016-09-081-34/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge: use string_list_split() in add_strategies()rs/merge-add-strategies-simplificationRené Scharfe2016-08-051-34/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ls/packet-line-protocol-doc-fix' into maintJunio C Hamano2016-09-081-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pack-protocol: fix maximum pkt-line sizels/packet-line-protocol-doc-fixLars Schneider2016-08-301-3/+3
* | | | | | | | | | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-086-1/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-236-2/+23
| * | | | | | | | | | | t6026-merge-attr: child processes must not inherit index.lock handlesBen Wijen2016-08-181-0/+13
* | | | | | | | | | | | Merge branch 'dg/document-git-c-in-git-config-doc' into maintJunio C Hamano2016-09-081-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | doc: mention `git -c` in git-config(1)dg/document-git-c-in-git-config-docDavid Glasser2016-08-231-0/+3
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |