From: Junio C Hamano Date: Mon, 30 Jun 2008 09:05:08 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.6.1-108-g660379 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb8e996adf4293a0b624fe77e95e12ae8d1faed9;p=git.git Autogenerated HTML docs for v1.5.6.1-108-g660379 --- diff --git a/RelNotes-1.6.0.txt b/RelNotes-1.6.0.txt index 5292bd730..03e3a59ff 100644 --- a/RelNotes-1.6.0.txt +++ b/RelNotes-1.6.0.txt @@ -7,20 +7,16 @@ User visible changes [[Note that none of these are not merged to 'master' as of this writing but they will be before 1.6.0 happens]] -With default Makefile settings, most of the programs are now installed -outside your $PATH, except for "git", "gitk", "git-gui" and some server -side programs that needs to be accessible when connecting over ssh. - -When talking to remote repository over ssh, necessary server side programs -are now invoked with "git $program" notation, not with "git-$program" -notation. This should work with both servers running older git where you -had all of these programs installed on $PATH, or newer git where you have -only "git" on $PATH. However, if the remote side is running a custom -software that restricts programs you can run over ssh, it might cause -problems. Use --upload-pack="git-upload-pack" (when using ls-remote, -fetch and pull on the client side), --receive-pack="git-receive-pack" -(when using push on the client side), or --exec="git-upload-archive" (when -using git-archive) as appropriate when talking to such a remote. +With the default Makefile settings, most of the programs are now +installed outside your $PATH, except for "git", "gitk", "git-gui" and +some server side programs that need to be accessible for technical +reasons. Invoking a git subcommand as "git-xyzzy" from the command +line has been deprecated since early 2006 (and officially announced in +1.5.4 release notes); use of them from your scripts after adding +output from "git --exec-path" to the $PATH is still supported in this +release, but users are again strongly encouraged to adjust their +scripts to use "git xyzzy" form, as we will stop installing +"git-xyzzy" hardlinks for built-in commands in later releases. Source changes needed for porting to MinGW environment are now all in the main git.git codebase. @@ -31,6 +27,9 @@ Updates since v1.5.6 (subsystems) +* git-p4 in contrib learned "allowSubmit" configuration to control on + which branch to allow "submit" subcommand. + (portability) * Sample hook scripts shipped in templates/ are now suffixed with @@ -47,7 +46,13 @@ Updates since v1.5.6 * Updated howto/update-hook-example -(performance, robustness etc.) +* Got rid of usage of "git-foo" from the tutorial. + +* Disambiguating "--" between revs and paths is finally documented. + +(performance, robustness, sanity etc.) + +* even more documentation pages are now accessible via "man" and "git help". * reduced excessive inlining to shrink size of the "git" binary. @@ -67,6 +72,9 @@ Updates since v1.5.6 objects created will be fsync'ed (this is only useful on filesystems that does not order data writes properly). +* "git commit-tree" plumbing can make Octopus with more than 16 parents. + "git commit" has been capable of this for quite some time. + (usability, bells and whistles) * git-archive can be told to omit certain paths from its output using @@ -100,6 +108,6 @@ this release, unless otherwise noted. --- exec >/var/tmp/1 -O=v1.5.6.1-77-gf9a08f6 +O=v1.5.6.1-104-ga08b868 echo O=$(git describe refs/heads/master) git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint diff --git a/git-parse-remote.html b/git-parse-remote.html index 1fb545f5a..a64800b4e 100644 --- a/git-parse-remote.html +++ b/git-parse-remote.html @@ -272,7 +272,7 @@ git-parse-remote(1) Manual Page

SYNOPSIS

-

. git-parse-remote

+

. "$(git --exec-path)/git-parse-remote"

DESCRIPTION

@@ -326,7 +326,7 @@ get_remote_refs_for_push
diff --git a/git-parse-remote.txt b/git-parse-remote.txt index 951dbd6c8..421312eca 100644 --- a/git-parse-remote.txt +++ b/git-parse-remote.txt @@ -8,7 +8,7 @@ git-parse-remote - Routines to help parsing remote repository access parameters SYNOPSIS -------- -'. git-parse-remote' +'. "$(git --exec-path)/git-parse-remote"' DESCRIPTION ----------- diff --git a/git-rev-parse.html b/git-rev-parse.html index c1a454061..eb27abbff 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html @@ -621,7 +621,10 @@ A ref followed by the suffix @ with a date specification second ago} or {1979-02-26 18:30:00}) to specify the value of the ref at a prior point in time. This suffix may only be used immediately following a ref name and the ref must have an - existing log ($GIT_DIR/logs/<ref>). + existing log ($GIT_DIR/logs/<ref>). Note that this looks up the state + of your local ref at a given time; e.g., what was in your local + master branch last week. If you want to look at commits made during + certain times, see --since and --until.

  • @@ -913,7 +916,7 @@ Junio C Hamano <junkio@cox.net> and Pierre Habouzit <madcoder@debian.or diff --git a/git-rev-parse.txt b/git-rev-parse.txt index 9e273bc5a..59e95adf4 100644 --- a/git-rev-parse.txt +++ b/git-rev-parse.txt @@ -184,7 +184,10 @@ blobs contained in a commit. second ago\}' or '\{1979-02-26 18:30:00\}') to specify the value of the ref at a prior point in time. This suffix may only be used immediately following a ref name and the ref must have an - existing log ($GIT_DIR/logs/). + existing log ($GIT_DIR/logs/). Note that this looks up the state + of your *local* ref at a given time; e.g., what was in your local + `master` branch last week. If you want to look at commits made during + certain times, see `--since` and `--until`. * A ref followed by the suffix '@' with an ordinal specification enclosed in a brace pair (e.g. '\{1\}', '\{15\}') to specify diff --git a/git-sh-setup.html b/git-sh-setup.html index 769e1c87f..ef0f26e88 100644 --- a/git-sh-setup.html +++ b/git-sh-setup.html @@ -272,7 +272,7 @@ git-sh-setup(1) Manual Page

    SYNOPSIS

    -

    git-sh-setup

    +

    . "$(git --exec-path)/git-sh-setup"

    DESCRIPTION

    @@ -383,7 +383,7 @@ get_author_ident_from_commit
    diff --git a/git-sh-setup.txt b/git-sh-setup.txt index c54317034..6731f9ac4 100644 --- a/git-sh-setup.txt +++ b/git-sh-setup.txt @@ -7,7 +7,7 @@ git-sh-setup - Common git shell script setup code SYNOPSIS -------- -'git-sh-setup' +'. "$(git --exec-path)/git-sh-setup"' DESCRIPTION -----------