summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-0/+1
|\
| * log, format-patch: parsing uses OPT__QUIETStefan Beller2013-08-051-0/+1
* | Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-041-1/+5
|\ \
| * | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-1/+5
* | | Merge branch 'jc/check-x-z'Junio C Hamano2013-09-041-2/+7
|\ \ \
| * | | check-attr -z: a single -z should apply to both input and outputjc/check-x-zJunio C Hamano2013-07-111-2/+7
* | | | Start the post-1.8.4 cycleJunio C Hamano2013-08-301-0/+86
* | | | Merge branch 'sp/doc-smart-http'Junio C Hamano2013-08-301-0/+503
|\ \ \ \
| * | | | Document the HTTP transport protocolssp/doc-smart-httpShawn O. Pearce2013-08-211-0/+503
* | | | | Merge branch 'mm/war-on-whatchanged'Junio C Hamano2013-08-303-70/+11
|\ \ \ \ \
| * | | | | whatchanged: document its historical naturemm/war-on-whatchangedJunio C Hamano2013-08-131-33/+7
| * | | | | core-tutorial: trim the section on Inspecting ChangesJunio C Hamano2013-08-132-37/+4
* | | | | | Merge branch 'rt/doc-merge-file-diff3'Junio C Hamano2013-08-301-1/+4
|\ \ \ \ \ \
| * | | | | | Documentation/git-merge-file: document option "--diff3"rt/doc-merge-file-diff3Ralf Thielow2013-08-091-1/+4
* | | | | | | Merge branch 'mb/docs-favor-en-us'Junio C Hamano2013-08-302-1/+22
|\ \ \ \ \ \ \
| * | | | | | | Provide some linguistic guidance for the documentation.mb/docs-favor-en-usMarc Branchaud2013-08-012-1/+22
* | | | | | | | Merge branch 'rj/doc-rev-parse'Junio C Hamano2013-08-301-40/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-parse(1): logically group optionsrj/doc-rev-parseJohn Keeping2013-07-221-40/+64
* | | | | | | | | Git 1.8.4v1.8.4Junio C Hamano2013-08-231-0/+5
* | | | | | | | | Typofix draft release notes to 1.8.4Junio C Hamano2013-08-211-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Git 1.8.4-rc4v1.8.4-rc4Junio C Hamano2013-08-191-9/+0
* | | | | | | | Revert "Add new @ shortcut for HEAD"Junio C Hamano2013-08-142-5/+0
* | | | | | | | Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-141-10/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Git 1.8.4-rc2v1.8.4-rc2Junio C Hamano2013-08-081-0/+7
* | | | | | | Sync with maint to grab trivial doc fixesJunio C Hamano2013-08-054-4/+4
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | fix typo in documentation of git-svnFelix Gruber2013-08-051-1/+1
| * | | | | | Documentation/rev-list-options: add missing word in --*-parentsTorstein Hegge2013-08-051-1/+1
| * | | | | | log doc: the argument to --encoding is not optionalJonathan Nieder2013-08-052-2/+2
* | | | | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-11/+0
|\ \ \ \ \ \ \
| * | | | | | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-11/+0
* | | | | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-08-021-8/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-021-8/+2
* | | | | | | | | Merge branch 'ob/typofixes'Junio C Hamano2013-08-012-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | many small typofixesob/typofixesOndřej Bílka2013-07-292-2/+2
* | | | | | | | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-08-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Documentation/git-clean: fix description for rangeJiang Xin2013-07-241-1/+1
* | | | | | | | | | Merge branch 'ds/doc-two-kinds-of-tags'Junio C Hamano2013-07-311-0/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs/git-tag: explain lightweight versus annotated tagsds/doc-two-kinds-of-tagsDaniele Segato2013-07-291-0/+11
* | | | | | | | | | | Merge branch 'rr/maint-tilde-markup-in-doc'Junio C Hamano2013-07-311-12/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | config doc: quote paths, fixing tilde-interpretationrr/maint-tilde-markup-in-docRamkumar Ramachandra2013-07-261-12/+14
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/capabilities-doc'Junio C Hamano2013-07-301-4/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | document 'allow-tip-sha1-in-want' capabilityjk/capabilities-docNguyễn Thái Ngọc Duy2013-07-261-0/+7
| * | | | | | | | | | document 'quiet' receive-pack capabilityJeff King2013-07-241-1/+11
| * | | | | | | | | | document 'agent' protocol capabilityJeff King2013-07-241-1/+16
| * | | | | | | | | | docs: note that receive-pack knows side-band-64k capabilityJeff King2013-07-241-2/+2
| * | | | | | | | | | docs: fix 'report-status' protocol capability thinkoJeff King2013-07-241-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Git 1.8.4-rc0v1.8.4-rc0Junio C Hamano2013-07-241-1/+9
* | | | | | | | | | Merge branch 'ob/typofixes'Junio C Hamano2013-07-2413-15/+15
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | typofix: documentationOndřej Bílka2013-07-227-7/+7
| * | | | | | | | | typofix: release notesOndřej Bílka2013-07-226-8/+8