summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-17RelNotes: final batch of topics before -rc1Libravatar Junio C Hamano1-0/+13
2016-08-17Merge branch 'js/test-lint-pathname'Libravatar Junio C Hamano1-1/+10
2016-08-17Merge branch 'sg/reflog-past-root'Libravatar Junio C Hamano1-1/+0
2016-08-17Merge branch 'rs/mailinfo-lib'Libravatar Junio C Hamano1-7/+2
2016-08-17Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano2-4/+2
2016-08-17Merge branch 'va/i18n'Libravatar Junio C Hamano3-4/+4
2016-08-17git-multimail: update to release 1.4.0Libravatar Matthieu Moy6-276/+725
2016-08-17relnotes: redo the description of text=auto fixLibravatar Junio C Hamano1-5/+4
2016-08-17SubmittingPatches: document how to reference previous commitsLibravatar Heiko Voigt1-0/+5
2016-08-16Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Libravatar Junio C Hamano1-0/+1
2016-08-16gpg-interface: prefer "long" key format output when verifying pgp signaturesLibravatar Linus Torvalds1-2/+2
2016-08-16rev-parse: respect core.hooksPath in --git-pathLibravatar Johannes Schindelin3-4/+9
2016-08-16t/Makefile: ensure that paths are valid on platforms we careLibravatar Johannes Schindelin1-1/+10
2016-08-15clone: implement optional referencesLibravatar Stefan Beller2-11/+29
2016-08-15clone: clarify option_reference as requiredLibravatar Stefan Beller1-4/+4
2016-08-15clone: factor out checking for an alternate pathLibravatar Stefan Beller3-34/+86
2016-08-15difftool: always honor fatal error exit codesLibravatar John Keeping2-0/+13
2016-08-15checkout: do not mention detach advice for explicit --detach optionLibravatar Stefan Beller2-1/+25
2016-08-15Relnotes: decribe the updates to the "text=auto" attributeLibravatar Junio C Hamano1-0/+9
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testLibravatar SZEDER Gábor1-1/+0
2016-08-15l10n: git.pot: v2.10.0 round 1 (248 new, 56 removed)Libravatar Jiang Xin1-1712/+2744
2016-08-14Git 2.10-rc0Libravatar Junio C Hamano2-13/+11
2016-08-14convert: Correct NNO tests and missing `LF will be replaced by CRLF`Libravatar Torsten Bögershausen2-43/+60
2016-08-13receive-pack: use FLEX_ALLOC_MEM in queue_command()Libravatar René Scharfe1-3/+1
2016-08-13commit: use FLEX_ARRAY in struct merge_remote_descLibravatar René Scharfe2-3/+2
2016-08-13merge-recursive: fix verbose output for multiple base treesLibravatar René Scharfe2-4/+19
2016-08-13commit: factor out set_merge_remote_desc()Libravatar René Scharfe2-7/+14
2016-08-13commit: use xstrdup() in get_merge_parent()Libravatar René Scharfe1-1/+1
2016-08-13mailinfo: recycle strbuf in check_header()Libravatar René Scharfe1-7/+2
2016-08-13correct FLEXPTR_* example in commentLibravatar René Scharfe1-1/+1
2016-08-13doc: revisions: sort examples and fix alignment of the unchangedLibravatar Philip Oakley1-6/+6
2016-08-13doc: revisions: show revision expansion in examplesLibravatar Philip Oakley1-6/+17
2016-08-13doc: revisions - clarify reachability examplesLibravatar Philip Oakley1-5/+6
2016-08-13doc: revisions - define `reachable`Libravatar Philip Oakley1-4/+10
2016-08-13doc: gitrevisions - clarify 'latter case' is revision walkLibravatar Philip Oakley1-2/+2
2016-08-13doc: gitrevisions - use 'reachable' in page descriptionLibravatar Philip Oakley1-2/+2
2016-08-13doc: revisions: single vs multi-parent notation comparisonLibravatar Philip Oakley1-0/+4
2016-08-13doc: revisions: extra clarification of <rev>^! notation effectsLibravatar Philip Oakley1-1/+2
2016-08-12t7411: become resilient to GETTEXT_POISONLibravatar Vasco Almeida1-1/+1
2016-08-12t5520: become resilient to GETTEXT_POISONLibravatar Vasco Almeida1-2/+2
2016-08-12t3404: become resilient to GETTEXT_POISONLibravatar Vasco Almeida1-1/+1
2016-08-12submodule--helper update-clone: allow multiple referencesLibravatar Stefan Beller2-6/+10
2016-08-12submodule--helper module-clone: allow multiple referencesLibravatar Stefan Beller1-8/+12
2016-08-12t7408: merge short tests, factor out testing methodLibravatar Stefan Beller1-23/+25
2016-08-12t7408: modernize styleLibravatar Stefan Beller1-69/+71
2016-08-12status: unit tests for --porcelain=v2Libravatar Jeff Hostetler1-0/+593
2016-08-12doc: revisions: give headings for the two and three dot notationsLibravatar Philip Oakley1-22/+36
2016-08-12Sync with 2.9.3Libravatar Junio C Hamano2-1/+12
2016-08-12Final batch before 2.10-rc0Libravatar Junio C Hamano1-2/+36
2016-08-12Merge branch 'kw/patch-ids-optim'Libravatar Junio C Hamano8-87/+128