summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
Commit message (Collapse)AuthorAgeFilesLines
* Update draft release notes to 1.8.5Junio C Hamano2013-10-171-0/+4
|
* Sync with maintJunio C Hamano2013-10-171-0/+50
|\ | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Start preparing for 1.8.4.2Junio C Hamano2013-10-171-0/+50
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.5Junio C Hamano2013-10-161-0/+30
| | | | | | | | | | | | | | List notable topics that graduated during Jonathan's interim maintainership. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | RelNotes/1.8.5: direct script writers to "git status --porcelain"Matthieu Moy2013-09-271-0/+3
| | | | | | | | | | | | | | [jn: with wording tweak from Keshav Kini] Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
* | Sync with Git 1.8.4.1Jonathan Nieder2013-09-261-13/+34
|\ \ | |/
| * Git 1.8.4.1v1.8.4.1Jonathan Nieder2013-09-261-13/+34
| | | | | | | | Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
* | Update draft release notes to 1.8.5 for the fifth batch of topicsJunio C Hamano2013-09-201-0/+60
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2013-09-181-0/+50
|\ \ | |/ | | | | | | * maint: Start preparing for 1.8.4.1
| * Start preparing for 1.8.4.1Junio C Hamano2013-09-181-0/+50
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.5 for the fourth batch of topicsJunio C Hamano2013-09-181-0/+31
| |
* | Update draft release notes to 1.8.5 for the first half of the fourth batchJunio C Hamano2013-09-171-0/+22
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We liberally use "committish" and "commit-ish" (and "treeish" and "tree-ish"); as these are non-words, let's unify these terms to their dashed form. More importantly, clarify the documentation on object peeling using these terms. * rh/ishes-doc: glossary: fix and clarify the definition of 'ref' revisions.txt: fix and clarify <rev>^{<type>} glossary: more precise definition of tree-ish (a.k.a. treeish) use 'commit-ish' instead of 'committish' use 'tree-ish' instead of 'treeish' glossary: define commit-ish (a.k.a. committish) glossary: mention 'treeish' as an alternative to 'tree-ish'
| * | use 'tree-ish' instead of 'treeish'Richard Hansen2013-09-041-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | Replace 'treeish' in documentation and comments with 'tree-ish' to match gitglossary(7). The only remaining instances of 'treeish' are: * variable, function, and macro names * "(also treeish)" in the definition of tree-ish in gitglossary(7) Signed-off-by: Richard Hansen <rhansen@bbn.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.5 for the third batch of topicsJunio C Hamano2013-09-121-0/+4
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.5Junio C Hamano2013-09-111-0/+32
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.5 for the second batch of topicsJunio C Hamano2013-09-091-0/+59
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes after merging the first batch of topicsJunio C Hamano2013-09-041-0/+44
| |
* | Start the post-1.8.4 cycleJunio C Hamano2013-08-301-0/+86
|/ | | | | | | | It is tentatively called 1.8.5, but it should be an easy matter of renaming the release-notes file and RelNotes symlink to later call it 1.9 near the end of the cycle if we wanted to. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Typofix draft release notes to 1.8.4Junio C Hamano2013-08-211-2/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Git 1.8.4-rc4v1.8.4-rc4Junio C Hamano2013-08-191-9/+0
| | | | | | | | As we had to revert two topics at the last minute, let's have another (hopefully short) round of rc to make sure the final release will be sound. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Git 1.8.4-rc2v1.8.4-rc2Junio C Hamano2013-08-081-0/+7
| | | | | | | This is with mostly minor documentation and test updates, nothing spectacular except for removal of funky lstat(2) emulation on Cygwin. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Git 1.8.4-rc0v1.8.4-rc0Junio C Hamano2013-07-241-1/+9
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* typofix: release notesOndřej Bílka2013-07-226-8/+8
| | | | | Signed-off-by: Ondřej Bílka <neleai@seznam.cz> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Update draft release notes to 1.8.4Junio C Hamano2013-07-221-0/+50
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with maintJunio C Hamano2013-07-211-0/+5
|\ | | | | | | | | | | * maint: Update draft release notes to 1.8.3.4 t9801: git-p4: check ignore files with client spec
| * Update draft release notes to 1.8.3.4Junio C Hamano2013-07-211-0/+5
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with maintJunio C Hamano2013-07-191-0/+15
|\ \ | |/
| * Start preparing for 1.8.3.4Junio C Hamano2013-07-191-0/+15
| | | | | | | | | | Hopefully this will be the final maintenance release before we go to feature freeze for 1.8.4.
* | Update draft release notes to 1.8.4Junio C Hamano2013-07-181-0/+16
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-07-151-29/+29
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.8.3.3Junio C Hamano2013-07-151-0/+21
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Git 1.8.3.3v1.8.3.3Junio C Hamano2013-07-151-0/+21
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes for 1.8.4Junio C Hamano2013-07-121-0/+7
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-07-111-3/+76
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2013-07-031-0/+15
|\ \ | |/ | | | | | | | | * maint: Update draft release notes to 1.8.3.3 git-config: update doc for --get with multiple values
| * Update draft release notes to 1.8.3.3Junio C Hamano2013-07-031-0/+15
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-07-011-0/+16
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2013-06-301-0/+11
|\ \ | |/ | | | | | | | | | | * maint: Start preparing for 1.8.3.3 check-ignore doc: fix broken link to ls-files page test: spell 'ls-files --delete' option correctly in test descriptions
| * Start preparing for 1.8.3.3Junio C Hamano2013-06-301-0/+11
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-301-0/+23
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.8.3.2Junio C Hamano2013-06-281-0/+5
|\ \ | |/
| * Git 1.8.3.2v1.8.3.2Junio C Hamano2013-06-281-0/+5
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2013-06-271-0/+54
|\ \ | |/ | | | | | | * maint: Start preparing for 1.8.3.2
| * Start preparing for 1.8.3.2Junio C Hamano2013-06-271-0/+54
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-271-1/+10
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-261-0/+12
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-241-4/+14
| | | | | | | | | | | | | | For now, comment out the description on two "git status" UI configuration, until the reverted topic can be resurrected. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-231-0/+4
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.8.4Junio C Hamano2013-06-201-1/+18
| |