summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Show usage string for 'git show-ref -h'Jonathan Nieder2009-11-091-2/+1
* Merge branch 'maint'Junio C Hamano2009-11-041-1/+1
|\
| * Fix documentation grammar typoGisle Aas2009-11-041-1/+1
| * Merge branch 'bg/clone-doc' into maintJunio C Hamano2009-11-011-13/+13
| |\
* | \ fixup tr/stash-format mergeJunio C Hamano2009-10-302-2/+10
|\ \ \
| * | | stash list: drop the default limit of 10 stashesThomas Rast2009-10-191-2/+1
| * | | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+9
* | | | Merge branch 'js/diff-verbose-submodule'Junio C Hamano2009-10-301-0/+7
|\ \ \ \
| * | | | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+7
* | | | | Merge branch 'jn/show-normalized-refs'Junio C Hamano2009-10-301-6/+19
|\ \ \ \ \
| * | | | | git check-ref-format --printJunio C Hamano2009-10-121-6/+19
* | | | | | Merge branch 'ak/bisect-reset-to-switch'Junio C Hamano2009-10-301-6/+17
|\ \ \ \ \ \
| * | | | | | bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg2009-10-131-6/+17
| |/ / / / /
* | | | | | Merge branch 'tr/maint-roff-quote'Junio C Hamano2009-10-302-0/+24
|\ \ \ \ \ \
| * | | | | | Quote ' as \(aq in manpagesThomas Rast2009-10-222-0/+24
* | | | | | | Merge branch 'ja/fetch-doc'Junio C Hamano2009-10-303-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'Junio C Hamano2009-10-303-45/+66
|\ \ \ \ \ \ \
| * | | | | | | modernize fetch/merge/pull examplesClemens Buchacher2009-10-213-45/+66
| |/ / / / / /
* | | | | | | Merge branch 'maint'Junio C Hamano2009-10-301-4/+13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | More precise description of 'git describe --abbrev'Gisle Aas2009-10-301-4/+13
* | | | | | | Update draft release notes to 1.6.6Junio C Hamano2009-10-251-0/+37
* | | | | | | Merge branch 'bg/clone-doc'Junio C Hamano2009-10-251-13/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | git-clone.txt: Fix grammar and formattingBjörn Gustavsson2009-10-211-13/+13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/receive-pack-auto'Junio C Hamano2009-10-251-0/+9
|\ \ \ \ \ \
| * | | | | | receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano2009-10-211-0/+9
| |/ / / / /
* | | | | | Merge branch 'jc/fsck-default-full'Junio C Hamano2009-10-252-2/+14
|\ \ \ \ \ \
| * | | | | | fsck: default to "git fsck --full"Junio C Hamano2009-10-202-2/+14
* | | | | | | Sync with 1.6.5.2Junio C Hamano2009-10-252-1/+21
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | GIT 1.6.5.2v1.6.5.2Junio C Hamano2009-10-252-1/+21
* | | | | | | Merge branch 'maint'Junio C Hamano2009-10-231-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'maint'Junio C Hamano2009-10-211-0/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Document `delta` attribute in "git help attributes".Nasser Grainawi2009-10-211-0/+10
* | | | | | | Merge branch 'maint'Junio C Hamano2009-10-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Documentation/git-gc.txt: change "references" to "reference"Matt Kraai2009-10-201-1/+1
* | | | | | | 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