aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.3.txt
Commit message (Collapse)AuthorAge
* GIT 1.6.3v1.6.3Junio C Hamano2009-05-06
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.3-rc4v1.6.3-rc4Junio C Hamano2009-05-01
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.3-rc2v1.6.3-rc2Junio C Hamano2009-04-24
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Revert "stat_tracking_info(): only count real commits"Junio C Hamano2009-04-21
| | | | | This reverts commit 19de5d6913b9681d2bde533bccc8445c9236a648. It produces a misleading output to decide if a merge can fast-forward.
* Sync with 1.6.2.4Junio C Hamano2009-04-19
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Update draft release notes to 1.6.3v1.6.3-rc1Junio C Hamano2009-04-18
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.3-rc0v1.6.3-rc0Junio C Hamano2009-04-12
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Update draft release notes to 1.6.3Junio C Hamano2009-04-09
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'maint'Junio C Hamano2009-04-08
| | | | | | | | | | * maint: Start 1.6.2.3 preparation process_{tree,blob}: Remove useless xstrdup calls git-pull.sh: better warning message for "git pull" on detached head. Conflicts: RelNotes
* Update draft release notes to 1.6.3Junio C Hamano2009-04-02
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with 1.6.2.2Junio C Hamano2009-04-02
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'cj/doc-format'Junio C Hamano2009-04-01
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cj/doc-format: Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is set Documentation: option to render literal text as bold for manpages Documentation: asciidoc.conf: fix verse block with block titles Documentation: asciidoc.conf: always use <literallayout> for [blocktext] Documentation: move "spurious .sp" code into manpage-base.xsl Documentation: move quieting params into manpage-base.xsl Documentation: rename docbook-xsl-172 attribute to git-asciidoc-no-roff Documentation: use parametrized manpage-base.xsl with manpage-{1.72,normal}.xsl Documentation: move callouts.xsl to manpage-{base,normal}.xsl Documentation/Makefile: break up texi pipeline Documentation/Makefile: make most operations "quiet"
| * Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is setChris Johnsen2009-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change, the "spurious .sp" suppression XSLT code is disabled by default. It can be enabled by defining DOCBOOK_SUPPRESS_SP. The "spurious .sp" XSLT fragment was used to work around a bug first released in docbook-xsl 1.69.1. Modern versions of docbook-xsl are negatively affected by the code (some empty lines are omitted from manpage output; see <http://article.gmane.org/gmane.comp.version-control.git/115302>). The key revisions in the docbook SVN repo seem to be 5144 (before docbook-xsl 1.69.1) and 6359 (before docbook-xsl 1.71.1). Testing done with asciidoc 8.3.1 and docbook-xsl 1.74.0. Signed-off-by: Chris Johnsen <chris_johnsen@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.6.3Junio C Hamano2009-03-28
|/ | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'fg/push-default'Junio C Hamano2009-03-26
|\ | | | | | | | | | | | | | | | | | | * fg/push-default: builtin-push.c: Fix typo: "anythig" -> "anything" Display warning for default git push with no push.default config New config push.default to decide default behavior for push Conflicts: Documentation/config.txt
| * Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | If a git push without any refspecs is attempted, display a warning. The current default behavior is to push all matching refspecs, which may come as a surprise to new users, so the warning shows how push.default can be configured and what the possible values are. Traditionalists who wish to keep the current behaviour are also told how to configure this once and never see the warning again. Signed-off-by: Finn Arne Gangstad <finnag@pvv.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with maintJunio C Hamano2009-03-21
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Update draft release notes to 1.6.3Junio C Hamano2009-03-17
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with GIT 1.6.2.1Junio C Hamano2009-03-15
| |
* | Update release notes to 1.6.3Junio C Hamano2009-03-11
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2009-03-11
|/ | | | | * maint: Update draft release notes for 1.6.2.1
* Update draft release notes to 1.6.3Junio C Hamano2009-03-06
|
* Draft release notes: Carry forward the warning for behaviour changesJunio C Hamano2009-03-05
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Beginning of 1.6.3 development trackJunio C Hamano2009-03-04