summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
Commit message (Collapse)AuthorAgeFilesLines
* Git 1.6.6v1.6.6Junio C Hamano2009-12-231-0/+5
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-161-1/+2
|\ | | | | | | | | | | | | | | | | * maint: Git 1.6.5.7 worktree: don't segfault with an absolute pathspec without a work tree ignore unknown color configuration help.autocorrect: do not run a command if the command given is junk Illustrate "filter" attribute with an example
| * Git 1.6.5.7v1.6.5.7Junio C Hamano2009-12-161-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.5.6Junio C Hamano2009-12-101-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Git 1.6.5.6v1.6.5.6Junio C Hamano2009-12-101-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.5.5Junio C Hamano2009-12-051-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Git 1.6.5.5v1.6.5.5Junio C Hamano2009-12-051-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge in 1.6.5.4Junio C Hamano2009-12-031-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Git 1.6.5.4v1.6.5.4Junio C Hamano2009-12-031-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.5.3Junio C Hamano2009-11-161-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * Git 1.6.5.3v1.6.5.3Junio C Hamano2009-11-161-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.5.2Junio C Hamano2009-10-251-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * GIT 1.6.5.2v1.6.5.2Junio C Hamano2009-10-251-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2009-10-231-1/+1
|\ \ | |/ | | | | | | | | * maint: Fix list of released versions in the toc document Do not fail "describe --always" in a tag-less repository
| * Fix list of released versions in the toc documentJunio C Hamano2009-10-231-1/+1
| |
* | Merge branch 'cc/replace-no-replace'Junio C Hamano2009-10-181-1/+5
|\ \ | |/ |/| | | | | * cc/replace-no-replace: git: add --no-replace-objects option to disable replacing
| * git: add --no-replace-objects option to disable replacingChristian Couder2009-10-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit dae556b (environment: add global variable to disable replacement) adds a variable to enable/disable replacement, and it is enabled by default for most commands. So there is no way to disable it for some commands, which is annoying when we want to get information about a commit that has been replaced. For example: $ git cat-file -p N would output information about the replacement commit if commit N is replaced. With the "--no-replace-objects" option that this patch adds it is possible to get information about the original commit using: $ git --no-replace-objects cat-file -p N While at it, let's add some documentation about this new option in the "git replace" man page too. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | GIT 1.6.5.1v1.6.5.1Junio C Hamano2009-10-161-0/+1
|/ | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.5v1.6.5Junio C Hamano2009-10-101-0/+5
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.4.4v1.6.4.4Junio C Hamano2009-09-161-1/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.4.3v1.6.4.3Junio C Hamano2009-09-131-1/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.4.2v1.6.4.2Junio C Hamano2009-08-291-1/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.4.1v1.6.4.1Junio C Hamano2009-08-211-1/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-121-1/+1
|\ | | | | | | | | | | | | * maint-1.6.3: Change mentions of "git programs" to "git commands" Documentation: merge: one <remote> is required help.c: give correct structure's size to memset()
| * Change mentions of "git programs" to "git commands"Ori Avtalion2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Most of the docs and printouts refer to "commands" when discussing what the end users call via the "git" top-level program. We should refer them as "git programs" when we discuss the fact that the commands are implemented as separate programs, but in other contexts, it is better to use the term "git commands" consistently. Signed-off-by: Ori Avtalion <ori@avtalion.name> Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | GIT 1.6.4v1.6.4Junio C Hamano2009-07-291-0/+5
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.3.4Junio C Hamano2009-07-291-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with 1.6.3.3Junio C Hamano2009-06-211-1/+2
|\ \ | |/ | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'maint'Junio C Hamano2009-06-061-1/+4
|\ \ | |/ | | | | | | | | * maint: Documentation: refer to gitworkflows(7) from tutorial and git(1) daemon: Strictly parse the "extra arg" part of the command
| * Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2009-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Add references to the gitworkflows(7) manpage added in f948dd8 (Documentation: add manpage about workflows, 2008-10-19) to both gittutorial(1) and git(1), so that new users might actually discover and read it. Noticed by Randal L. Schwartz. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Documentation/git.txt: update links to release notesJunio C Hamano2009-06-031-1/+6
|/ | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.3v1.6.3Junio C Hamano2009-05-061-1/+3
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.3-rc0v1.6.3-rc0Junio C Hamano2009-04-121-1/+2
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Documentation/git.txt: GIT 1.6.2.2 has been out for a whileNanako Shiraishi2009-04-121-1/+2
| | | | | | | | These links inside "stalenotes" section need to be updated on the master branch every time a new stable or maintenance release is made. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-041-1/+5
| | | | | | | | This can be used in GUIs to open installed HTML documentation in the browser. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with GIT 1.6.2.1Junio C Hamano2009-03-151-1/+2
|
* GIT 1.6.2v1.6.2Junio C Hamano2009-03-031-0/+5
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.2-rc0v1.6.2-rc0Junio C Hamano2009-02-071-1/+3
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with 1.6.1.1Junio C Hamano2009-01-251-1/+2
|
* GIT 1.6.1v1.6.1Junio C Hamano2008-12-241-0/+5
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-191-4/+10
|\ | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Point "stale" 1.6.0.5 documentation from the main git documentation pagev1.6.1-rc2Junio C Hamano2008-12-071-1/+2
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | git.html: Update the links to stale versionsJunio C Hamano2008-11-121-1/+3
|/ | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.0.2v1.6.0.2Junio C Hamano2008-09-121-1/+3
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Documentation: clarify pager configurationJonathan Nieder2008-08-241-1/+2
| | | | | | | The unwary user may not know how to disable the -FRSX options. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.6.0v1.6.0Junio C Hamano2008-08-171-0/+5
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with 1.5.6.5Junio C Hamano2008-08-061-1/+2
|\
| * GIT 1.5.6.5v1.5.6.5Junio C Hamano2008-08-061-4/+6
| | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Fix reference to Everyday Git, which is an HTML document and not a man page.Jon Jensen2008-08-021-1/+1
| | | | | | | | | | Signed-off-by: Jon Jensen <jon@endpoint.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Getting closer to 1.6.0-rc0Junio C Hamano2008-07-191-4/+5
| | | | | | | | | | | | Update the links to "stale" versions of documentation to link to 1.5.6.4 Signed-off-by: Junio C Hamano <gitster@pobox.com>