summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bg/rebase-reword'Junio C Hamano2009-10-191-3/+6
|\
| * Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-071-3/+6
* | Merge branch 'cc/replace-no-replace'Junio C Hamano2009-10-182-1/+26
|\ \
| * | git: add --no-replace-objects option to disable replacingChristian Couder2009-10-132-1/+26
* | | Merge branch 'jn/maint-1.6.3-check-ref-format-doc'Junio C Hamano2009-10-181-3/+6
|\ \ \
| * | | Documentation: describe check-ref-format --branchJonathan Nieder2009-10-121-3/+6
* | | | Merge branch 'tf/doc-pt-br'Junio C Hamano2009-10-181-11/+11
|\ \ \ \
| * | | | Documentation: update pt-BRThiago Farina2009-10-011-11/+11
* | | | | Merge branch 'maint'Junio C Hamano2009-10-181-0/+5
|\ \ \ \ \
| * | | | | document push's new quiet optionJeff King2009-10-181-0/+5
* | | | | | Start 1.6.6 cycleJunio C Hamano2009-10-171-0/+60
* | | | | | Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-171-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
* | | | | | | 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
* | | | | Update "describe" documentation to match realityThiago Farina2009-09-221-1/+1
* | | | | Update Release Notes to 1.6.5Junio C Hamano2009-09-211-4/+14
* | | | | Merge 1.6.4.4 inJunio C Hamano2009-09-162-1/+28
|\ \ \ \ \ | |/ / / /
| * | | | GIT 1.6.4.4v1.6.4.4Junio C Hamano2009-09-162-1/+28
| |/ / /
* | | | remove logical typo in documentation of sample update hookHeiko Voigt2009-09-141-1/+1
* | | | git-archive: infer output format from filename when unspecifiedDmitry Potapov2009-09-131-2/+11
* | | | git-archive: add '-o' as a alias for '--output'Dmitry Potapov2009-09-131-1/+2
* | | | git-clone doc: typofixJohannes Gilger2009-09-131-1/+1
* | | | git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2009-09-131-1/+2
* | | | git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano2009-09-131-7/+1
* | | | GIT 1.6.5-rc1v1.6.5-rc1Junio C Hamano2009-09-131-0/+31
* | | | Improve --patch option documentation in git-addJari Aalto2009-09-131-3/+8
* | | | Merge branch 'jt/pushinsteadof'Junio C Hamano2009-09-132-0/+31
|\ \ \ \
| * | | | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-082-0/+31
* | | | | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-131-0/+15
|\ \ \ \ \
| * | | | | status: make "how to stage" messages optionalJeff King2009-09-111-0/+4
| * | | | | push: make non-fast-forward help message configurableJeff King2009-09-111-0/+11
| |/ / / /
* | | | | quiltimport documentation: --dry-run and -n are synonymsJunio C Hamano2009-09-131-1/+1
* | | | | Merge branch 'db/vcs-helper'Junio C Hamano2009-09-131-0/+71
|\ \ \ \ \
| * | | | | Add support for external programs for handling native fetchesDaniel Barkalow2009-08-051-0/+71
* | | | | | Merge branch 'maint'Junio C Hamano2009-09-132-1/+31
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |