summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* add merge.renamelimit config optionJeff King2008-05-031-0/+5
* Merge commit 'sg/merge-options^' into jk/renamelimitJunio C Hamano2008-05-035-52/+67
|\
| * merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-0/+9
| * fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variableSZEDER Gábor2008-04-122-6/+14
| * add 'merge.stat' config variableSZEDER Gábor2008-04-122-1/+5
| * merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-122-3/+7
| * doc: moved merge.* config variables into separate merge-config.txtSZEDER Gábor2008-04-123-43/+33
* | Documentation: point git-prune users to git-gcJeff King2008-04-292-1/+22
* | Documentation on --git-dir and --work-treeLiu Yubao2008-04-292-3/+15
* | Documentation gitk: Describe what --merge doesRichard Quirk2008-04-291-0/+6
* | Add otherwise missing --strict option to unpack-objects summary.Jon Loeliger2008-04-291-1/+1
* | git checkout: add -t alias for --trackMiklos Vajna2008-04-271-1/+1
* | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder2008-04-261-0/+5
* | Merge branch 'ho/shared'Junio C Hamano2008-04-252-2/+13
|\ \
| * | Make core.sharedRepository more genericHeikki Orsila2008-04-162-2/+13
* | | Merge branch 'maint'Junio C Hamano2008-04-242-1/+17
|\ \ \
| * \ \ Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-241-1/+2
| |\ \ \
| | * | | Linked glossary from cvs-migration pageMatt Graham2008-04-231-1/+2
| * | | | doc/git-gc: add a note about what is collectedJeff King2008-04-241-0/+15
* | | | | Merge branch 'maint'Junio C Hamano2008-04-235-35/+27
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-221-1/+2
| |\ \ \ \ | | |/ / /
| | * | | diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna2008-04-221-1/+2
| * | | | Amend git-push refspec documentationSam Vilain2008-04-221-10/+13
| * | | | git-gc --prune is deprecatedDmitry Potapov2008-04-222-20/+3
| * | | | git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey2008-04-221-4/+9
* | | | | Merge branch 'maint'Junio C Hamano2008-04-221-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | diff-options.txt: document the new "--dirstat" optionGerrit Pape2008-04-211-0/+8
* | | | | First batch of post 1.5.5 updatesJunio C Hamano2008-04-201-0/+59
* | | | | Merge branch 'maint'Junio C Hamano2008-04-202-0/+47
|\ \ \ \ \ | |/ / / /
| * | | | GIT 1.5.5.1v1.5.5.1Junio C Hamano2008-04-202-0/+47
* | | | | Merge branch 'mv/defer-gc'Junio C Hamano2008-04-191-0/+7
|\ \ \ \ \
| * | | | | Documentation/hooks: add pre-auto-gc hookMiklos Vajna2008-04-091-0/+7
* | | | | | Merge branch 'py/submodule'Junio C Hamano2008-04-191-0/+5
|\ \ \ \ \ \
| * | | | | | builtin-status: submodule summary supportPing Yin2008-04-121-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'mk/color'Junio C Hamano2008-04-191-0/+2
|\ \ \ \ \ \
| * | | | | | Use color.ui variable in scripts tooMatthias Kestenholz2008-04-101-0/+2
* | | | | | | Merge branch 'maint'Junio C Hamano2008-04-181-12/+33
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Document that WebDAV doesn't need git on the server, and works over SSLMatthieu Moy2008-04-181-12/+33
* | | | | | | Merge branch 'maint'Junio C Hamano2008-04-161-20/+32
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-20/+32
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Clarify and fix English in "git-rm" documentationJon Loeliger2008-04-161-20/+32
* | | | | | Merge branch 'maint'Junio C Hamano2008-04-161-11/+17
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-161-11/+17
| |\ \ \ \ | | |/ / /
| | * | | Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins2008-04-151-11/+17
* | | | | Merge branch 'maint'Junio C Hamano2008-04-123-3/+14
|\ \ \ \ \ | |/ / / /
| * | | | Documentation/git-submodule: typofixJunio C Hamano2008-04-121-1/+1
| * | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-122-2/+13
| |\ \ \ \ | | |/ / /
| | * | | Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile2008-04-121-0/+5
| | * | | Document -w option to shortlogJunio C Hamano2008-04-121-2/+8
* | | | | Merge branch 'maint'Junio C Hamano2008-04-113-3/+14
|\ \ \ \ \ | |/ / / /