summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally set man.base.url.for.relative.linksJunio C Hamano2009-12-031-2/+5
* Documentation/Makefile: allow man.base.url.for.relative.link to be set from MakeJunio C Hamano2009-12-031-0/+4
* Prepare for 1.6.5.4Junio C Hamano2009-12-021-0/+32
* 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
* pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-231-3/+9
* Documentation: undocument gc'd function graph_release()Greg Price2009-11-191-5/+0
* Git 1.6.5.3v1.6.5.3Junio C Hamano2009-11-162-1/+65
* Merge branch 'jk/maint-1.6.3-ls-files-i' into maintJunio C Hamano2009-11-151-2/+4
|\
| * ls-files: unbreak "ls-files -i"Jeff King2009-10-301-2/+4
* | Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-151-1/+5
|\ \
| * \ Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-1/+5
| |\ \
| | * | core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano2009-09-051-1/+3
| | * | apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano2009-09-041-0/+2
* | | | Merge branch 'tr/maint-roff-quote' into maintJunio C Hamano2009-11-152-0/+24
|\ \ \ \
| * | | | Quote ' as \(aq in manpagesThomas Rast2009-10-222-0/+24
* | | | | Merge branch 'ja/fetch-doc' into maintJunio C Hamano2009-11-153-67/+76
|\ \ \ \ \
| * | | | | Documentation/merge-options.txt: order options in alphabetical groupsJari Aalto2009-10-221-43/+45
| * | | | | Documentation/git-pull.txt: Add subtitles above included option filesJari Aalto2009-10-221-0/+7
| * | | | | Documentation/fetch-options.txt: order options alphabeticallyJari Aalto2009-10-211-24/+24
* | | | | | Merge branch 'cb/doc-fetch-pull-merge' into maintJunio C Hamano2009-11-153-45/+66
|\ \ \ \ \ \
| * | | | | | modernize fetch/merge/pull examplesClemens Buchacher2009-10-213-45/+66
| |/ / / / /
* | | | | | Merge branch 'jc/receive-pack-auto' into maintJunio C Hamano2009-11-151-0/+9
|\ \ \ \ \ \
| * | | | | | receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano2009-10-211-0/+9
| |/ / / / /
* | | | | | git-add.txt: fix formatting of --patch sectionStephen Boyd2009-11-141-4/+4
* | | | | | Fix documentation grammar typoGisle Aas2009-11-041-1/+1
* | | | | | Merge branch 'bg/clone-doc' into maintJunio C Hamano2009-11-011-13/+13
|\ \ \ \ \ \
| * | | | | | git-clone.txt: Fix grammar and formattingBjörn Gustavsson2009-10-211-13/+13
| |/ / / / /
* | | | | | More precise description of 'git describe --abbrev'Gisle Aas2009-10-301-4/+13
* | | | | | GIT 1.6.5.2v1.6.5.2Junio C Hamano2009-10-252-1/+21
* | | | | | Fix list of released versions in the toc documentJunio C Hamano2009-10-231-1/+1
* | | | | | Merge branch 'jn/maint-1.6.3-check-ref-format-doc' into maintJunio C Hamano2009-10-231-3/+6
|\ \ \ \ \ \
| * | | | | | Documentation: describe check-ref-format --branchJonathan Nieder2009-10-121-3/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Document `delta` attribute in "git help attributes".Nasser Grainawi2009-10-211-0/+10
* | | | | | Documentation/git-gc.txt: change "references" to "reference"Matt Kraai2009-10-201-1/+1
* | | | | | document push's new quiet optionJeff King2009-10-181-0/+5
* | | | | | GIT 1.6.5.1v1.6.5.1Junio C Hamano2009-10-162-0/+21
* | | | | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-131-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | git-stash documentation: mention default options for 'list'Miklos Vajna2009-10-121-1/+2
* | | | | | GIT 1.6.5v1.6.5Junio C Hamano2009-10-102-6/+5
* | | | | | Documentation: clone: clarify discussion of initial branchJonathan Nieder2009-10-091-2/+3
* | | | | | racy-git.txt: explain nsec problem in more detailJonathan Nieder2009-10-091-4/+6
* | | | | | Documentation: clarify "working tree" definitionJonathan Nieder2009-10-091-3/+3
* | | | | | Documentation: clarify branch creationJonathan Nieder2009-10-091-8/+8
* | | | | | Documentation: branch: update --merged descriptionJonathan Nieder2009-10-091-4/+6
* | | | | | Documentation: clarify mergeoptions descriptionJonathan Nieder2009-10-092-3/+3
* | | | | | Documentation: git fmt-merge-msg does not have to be a scriptJonathan Nieder2009-10-092-5/+6
* | | | | | Update draft release notes to 1.6.5Junio C Hamano2009-10-081-6/+10
* | | | | | filter-branch: add --prune-empty to option summaryAdam Brewster2009-10-021-0/+1
* | | | | | Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey2009-09-291-1/+1