summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* git-svn: Add a svn-remote.<name>.pushurl config keyAlejandro R. Sedeño2011-04-091-0/+10
* Git 1.7.5-rc1v1.7.5-rc1Junio C Hamano2011-04-062-10/+13
* Sync with 1.7.4.4Junio C Hamano2011-04-061-6/+4
|\
| * Git 1.7.4.4v1.7.4.4Junio C Hamano2011-04-061-6/+4
| * Merge branch 'nm/maint-conflicted-submodule-entries' into maintJunio C Hamano2011-04-061-2/+3
| |\
| * \ Merge branch 'mg/rev-list-n-reverse-doc' into maintJunio C Hamano2011-04-062-161/+163
| |\ \
* | \ \ Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-04-061-6/+9
|\ \ \ \
| * | | | remote: deprecate --mirrorJeff King2011-03-301-4/+0
| * | | | remote: separate the concept of push and fetch mirrorsJeff King2011-03-301-6/+13
* | | | | Merge branch 'mg/doc-revisions-txt'Junio C Hamano2011-04-061-91/+107
|\ \ \ \ \
| * | | | | revisions.txt: language improvementsMichael J Gruber2011-04-041-35/+35
| * | | | | revisions.txt: structure with a labelled listMichael J Gruber2011-04-011-35/+51
| * | | | | revisions.txt: consistent use of quotesMichael J Gruber2011-04-011-52/+52
* | | | | | Merge branch 'maint'Junio C Hamano2011-04-041-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Documentation: trivial grammar fix in core.worktree descriptionSZEDER Gábor2011-04-041-1/+1
* | | | | | Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-045-10/+51
|\ \ \ \ \ \
| * | | | | | fetch/pull: Describe --recurse-submodule restrictions in the BUGS sectionJens Lehmann2011-03-092-0/+18
| * | | | | | fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann2011-03-091-1/+2
| * | | | | | Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann2011-03-092-3/+3
| * | | | | | config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann2011-03-091-3/+7
| * | | | | | fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-092-4/+14
| * | | | | | fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-091-0/+8
* | | | | | | Merge branch 'jc/rev-list-options-fix'Junio C Hamano2011-04-041-2/+2
|\ \ \ \ \ \ \
| * | | | | | | "log --cherry-pick" documentation regression fixJunio C Hamano2011-04-011-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'nm/maint-conflicted-submodule-entries'Junio C Hamano2011-04-041-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin2011-03-301-2/+3
* | | | | | | Merge branch 'maint'Junio C Hamano2011-04-031-0/+37
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Start preparing for 1.7.4.4Junio C Hamano2011-04-031-0/+37
| * | | | | | Merge branch 'lt/default-abbrev' into maintJunio C Hamano2011-04-031-0/+6
| |\ \ \ \ \ \
* | | | | | | | Update release notesJunio C Hamano2011-04-032-23/+21
* | | | | | | | Sync with 1.7.4.3Junio C Hamano2011-04-032-1/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Git 1.7.4.3v1.7.4.3Junio C Hamano2011-04-031-0/+32
| * | | | | | | Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano2011-04-021-1/+6
* | | | | | | | Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-012-27/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-192-2/+25
| * | | | | | | | git-init.txt: move description section upNguyễn Thái Ngọc Duy2011-03-191-26/+20
* | | | | | | | | Merge branch 'jc/merge-sans-branch'Junio C Hamano2011-04-012-3/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge: merge with the default upstream branch without argumentJunio C Hamano2011-03-242-3/+18
* | | | | | | | | | Merge branch 'jr/grep-en-config'Junio C Hamano2011-04-012-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: allow -E and -n to be turned on by default via configurationJoe Ratterman2011-03-302-0/+16
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-04-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'nd/index-doc' into maintJunio C Hamano2011-04-011-0/+185
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mg/doc-bisect-tweak-worktree' into maintJunio C Hamano2011-04-011-23/+38
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | docs: fix filter-branch subdir example for exotic repo namesJeff King2011-04-011-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Git 1.7.5-rc0v1.7.5-rc0Junio C Hamano2011-03-311-1/+1
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-03-302-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Documentation/config.txt: make truth value of numbers more explicitCarlos Martín Nieto2011-03-301-1/+1
| * | | | | | | | | git-pack-objects.txt: fix grammatical errorsStephen Boyd2011-03-301-3/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-03-282-18/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | git tag documentation grammar fixes and readability updatesMichael Witten2011-03-281-18/+18