summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-262-0/+32
|\
| * Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow2009-11-171-1/+3
| * Allow helper to map private ref names into normal namesDaniel Barkalow2009-11-171-1/+15
| * Add support for "import" helper commandDaniel Barkalow2009-11-171-0/+10
| * Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-171-0/+4
* | Git 1.6.6v1.6.6Junio C Hamano2009-12-232-3/+5
* | update release notes for git svn in 1.6.6Eric Wong2009-12-211-0/+2
* | Git 1.6.6-rc4v1.6.6-rc4Junio C Hamano2009-12-201-7/+8
* | Merge branch 'maint'Junio C Hamano2009-12-192-4/+56
|\ \
| * | technical-docs: document hash APIStephen Boyd2009-12-171-2/+48
| * | api-strbuf.txt: fix typos and document launch_editor()Stephen Boyd2009-12-171-2/+8
* | | Git 1.6.6-rc3v1.6.6-rc3Junio C Hamano2009-12-161-6/+0
* | | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-163-1/+40
|\ \ \ | |/ /
| * | Git 1.6.5.7v1.6.5.7Junio C Hamano2009-12-162-1/+21
| * | Illustrate "filter" attribute with an exampleNanako Shiraishi2009-12-141-0/+19
* | | Update Release Notes for 1.6.6 to remove old bugfixesJunio C Hamano2009-12-101-16/+0
* | | Sync with 1.6.5.6Junio C Hamano2009-12-104-32/+25
|\ \ \ | |/ /
| * | Git 1.6.5.6v1.6.5.6Junio C Hamano2009-12-102-1/+25
| * | Remove post-upload-hookJunio C Hamano2009-12-102-31/+0
* | | Git 1.6.6-rc2v1.6.6-rc2Junio C Hamano2009-12-091-3/+9
* | | Update draft release notes to 1.6.6 before -rc2Junio C Hamano2009-12-091-21/+18
* | | Sync with 1.6.5.5Junio C Hamano2009-12-056-16/+35
|\ \ \ | |/ /
| * | Git 1.6.5.5v1.6.5.5Junio C Hamano2009-12-052-3/+9
| * | Documentation: Avoid use of xmlto --stringparamTodd Zullinger2009-12-053-11/+23
| * | archive: clarify description of path parameterRené Scharfe2009-12-041-2/+3
* | | Merge branch 'maint'Junio C Hamano2009-12-032-0/+51
|\ \ \ | |/ /
| * | Prepare for 1.6.5.5Junio C Hamano2009-12-031-0/+44
| * | Merge branch 'mm/maint-hint-failed-merge' into maintJunio C Hamano2009-12-032-2/+22
| |\ \
| * \ \ Merge branch 'mo/maint-crlf-doc' into maintJunio C Hamano2009-12-031-3/+4
| |\ \ \
| * \ \ \ Merge branch 'th/remote-usage' into maintJunio C Hamano2009-12-031-3/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'mm/config-pathname-tilde-expand' into maintJunio C Hamano2009-12-031-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rg/doc-workflow' into maintJunio C Hamano2009-12-031-0/+115
| |\ \ \ \ \ \
| * | | | | | | Documentation: xmlto 0.0.18 does not know --stringparamJunio C Hamano2009-12-031-0/+7
* | | | | | | | Merge in 1.6.5.4Junio C Hamano2009-12-032-3/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Git 1.6.5.4v1.6.5.4Junio C Hamano2009-12-031-1/+2
| * | | | | | | Unconditionally set man.base.url.for.relative.linksJunio C Hamano2009-12-031-2/+5
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-031-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation/Makefile: allow man.base.url.for.relative.link to be set from MakeJunio C Hamano2009-12-031-0/+4
* | | | | | | | Git 1.6.6-rc1v1.6.6-rc1Junio C Hamano2009-12-021-1/+1
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-021-0/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Prepare for 1.6.5.4Junio C Hamano2009-12-021-0/+32
* | | | | | | | Update draft release notes to 1.6.6 before -rc1Junio C Hamano2009-12-011-20/+67
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-013-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation: Fix a few i.e./e.g. mix-upsMichael J Gruber2009-12-012-2/+2
| * | | | | | | Documentation: Document --branch option in git clone synopsisDavid Soria Parra2009-11-301-1/+1
* | | | | | | | Merge branch 'jc/pretty-lf'Junio C Hamano2009-11-301-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano2009-10-041-0/+8
* | | | | | | | | Merge branch 'cc/bisect-doc'Junio C Hamano2009-11-303-0/+1364
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: add "Fighting regressions with git bisect" articleChristian Couder2009-11-083-0/+1364
* | | | | | | | | | Merge branch 'em/commit-claim'Junio C Hamano2009-11-301-1/+6
|\ \ \ \ \ \ \ \ \ \