summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30am: refactor read_author_script()Junio C Hamano1-57/+44
2016-08-26Git 2.10-rc2v2.10.0-rc2Junio C Hamano2-1/+4
2016-08-26gitattributes: Document the unified "auto" handlingTorsten Bögershausen1-34/+24
2016-08-25Prepare for 2.10.0-rc2Junio C Hamano1-2/+29
2016-08-25Merge branch 'ja/i18n'Junio C Hamano3-71/+20
2016-08-25Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile'Junio C Hamano6-1/+35
2016-08-25Merge branch 'dg/document-git-c-in-git-config-doc'Junio C Hamano1-0/+3
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano3-52/+0
2016-08-25Merge branch 'hv/doc-commit-reference-style'Junio C Hamano1-0/+5
2016-08-25git ls-files: text=auto eol=lf is supported in Git 2.10Torsten Bögershausen1-2/+1
2016-08-24i18n: simplify numeric error reportingJean-Noel Avila1-28/+16
2016-08-24i18n: fix git rebase interactive commit messagesJean-Noel Avila1-42/+3
2016-08-24i18n: fix typos for translationJean-Noel Avila1-1/+1
2016-08-23doc: mention `git -c` in git-config(1)David Glasser1-0/+3
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen6-2/+23
2016-08-19Git 2.10-rc1v2.10.0-rc1Junio C Hamano2-1/+32
2016-08-19Merge branch 'lt/gpg-show-long-key-in-signature-verification'Junio C Hamano1-0/+1
2016-08-19Merge branch 'ab/hooks'Junio C Hamano3-4/+9
2016-08-19Merge branch 'jk/difftool-command-not-found'Junio C Hamano2-0/+13
2016-08-19Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano2-1/+25
2016-08-19Merge branch 'tb/t0027-raciness-fix'Junio C Hamano2-43/+60
2016-08-19Merge branch 'rs/pull-signed-tag'Junio C Hamano4-12/+33
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin3-52/+0
2016-08-18t6026-merge-attr: child processes must not inherit index.lock handlesBen Wijen1-0/+13
2016-08-17RelNotes: final batch of topics before -rc1Junio C Hamano1-0/+13
2016-08-17Merge branch 'js/test-lint-pathname'Junio C Hamano1-1/+10
2016-08-17Merge branch 'sg/reflog-past-root'Junio C Hamano1-1/+0
2016-08-17Merge branch 'rs/mailinfo-lib'Junio C Hamano1-7/+2
2016-08-17Merge branch 'jk/tighten-alloc'Junio C Hamano2-4/+2
2016-08-17Merge branch 'va/i18n'Junio C Hamano3-4/+4
2016-08-17git-multimail: update to release 1.4.0Matthieu Moy6-276/+725
2016-08-17relnotes: redo the description of text=auto fixJunio C Hamano1-5/+4
2016-08-17SubmittingPatches: document how to reference previous commitsHeiko Voigt1-0/+5
2016-08-16Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano1-0/+1
2016-08-16gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds1-2/+2
2016-08-16rev-parse: respect core.hooksPath in --git-pathJohannes Schindelin3-4/+9
2016-08-16t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin1-1/+10
2016-08-15difftool: always honor fatal error exit codesJohn Keeping2-0/+13
2016-08-15checkout: do not mention detach advice for explicit --detach optionStefan Beller2-1/+25
2016-08-15Relnotes: decribe the updates to the "text=auto" attributeJunio C Hamano1-0/+9
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor1-1/+0
2016-08-14Git 2.10-rc0v2.10.0-rc0Junio C Hamano2-13/+11
2016-08-14convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen2-43/+60
2016-08-13receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe1-3/+1
2016-08-13commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe2-3/+2
2016-08-13merge-recursive: fix verbose output for multiple base treesRené Scharfe2-4/+19
2016-08-13commit: factor out set_merge_remote_desc()René Scharfe2-7/+14
2016-08-13commit: use xstrdup() in get_merge_parent()René Scharfe1-1/+1
2016-08-13mailinfo: recycle strbuf in check_header()René Scharfe1-7/+2
2016-08-13correct FLEXPTR_* example in commentRené Scharfe1-1/+1