[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.100.227: ~ $
GIT v1.5.2 Release Notes
========================

Updates since v1.5.1
--------------------

* Plumbing level superproject support.

  You can include a subdirectory that has an independent git
  repository in your index and tree objects of your project
  ("superproject").  This plumbing (i.e. "core") level
  superproject support explicitly excludes recursive behaviour.

  The "subproject" entries in the index and trees of a superproject
  are incompatible with older versions of git.  Experimenting with
  the plumbing level support is encouraged, but be warned that
  unless everybody in your project updates to this release or
  later, using this feature would make your project
  inaccessible by people with older versions of git.

* Plumbing level gitattributes support.

  The gitattributes mechanism allows you to add 'attributes' to
  paths in your project, and affect the way certain git
  operations work.  Currently you can influence if a path is
  considered a binary or text (the former would be treated by
  'git diff' not to produce textual output; the latter can go
  through the line endings conversion process in repositories
  with core.autocrlf set), expand and unexpand '$Id$' keyword
  with blob object name, specify a custom 3-way merge driver,
  and specify a custom diff driver.  You can also apply
  arbitrary filter to contents on check-in/check-out codepath
  but this feature is an extremely sharp-edged razor and needs
  to be handled with caution (do not use it unless you
  understand the earlier mailing list discussion on keyword
  expansion).  These conversions apply when checking files in
  or out, and exporting via git-archive.

* The packfile format now optionally supports 64-bit index.

  This release supports the "version 2" format of the .idx
  file.  This is automatically enabled when a huge packfile
  needs more than 32-bit to express offsets of objects in the
  pack.

* Comes with an updated git-gui 0.7.1

* Updated gitweb:

  - can show combined diff for merges;
  - uses font size of user's preference, not hardcoded in pixels;
  - can now 'grep';

* New commands and options.

  - "git bisect start" can optionally take a single bad commit and
    zero or more good commits on the command line.

  - "git shortlog" can optionally be told to wrap its output.

  - "subtree" merge strategy allows another project to be merged in as
    your subdirectory.

  - "git format-patch" learned a new --subject-prefix=<string>
    option, to override the built-in "[PATCH]".

  - "git add -u" is a quick way to do the first stage of "git
    commit -a" (i.e. update the index to match the working
    tree); it obviously does not make a commit.

  - "git clean" honors a new configuration, "clean.requireforce".  When
    set to true, this makes "git clean" a no-op, preventing you
    from losing files by typing "git clean" when you meant to
    say "make clean".  You can still say "git clean -f" to
    override this.

  - "git log" family of commands learned --date={local,relative,default}
    option.  --date=relative is synonym to the --relative-date.
    --date=local gives the timestamp in local timezone.

* Updated behavior of existing commands.

  - When $GIT_COMMITTER_EMAIL or $GIT_AUTHOR_EMAIL is not set
    but $EMAIL is set, the latter is used as a substitute.

  - "git diff --stat" shows size of preimage and postimage blobs
    for binary contents.  Earlier it only said "Bin".

  - "git lost-found" shows stuff that are unreachable except
    from reflogs.

  - "git checkout branch^0" now detaches HEAD at the tip commit
    on the named branch, instead of just switching to the
    branch (use "git checkout branch" to switch to the branch,
    as before).

  - "git bisect next" can be used after giving only a bad commit
    without giving a good one (this starts bisection half-way to
    the root commit).  We used to refuse to operate without a
    good and a bad commit.

  - "git push", when pushing into more than one repository, does
    not stop at the first error.

  - "git archive" does not insist you to give --format parameter
    anymore; it defaults to "tar".

  - "git cvsserver" can use backends other than sqlite.

  - "gitview" (in contrib/ section) learned to better support
    "git-annotate".

  - "git diff $commit1:$path2 $commit2:$path2" can now report
    mode changes between the two blobs.

  - Local "git fetch" from a repository whose object store is
    one of the alternates (e.g. fetching from the origin in a
    repository created with "git clone -l -s") avoids
    downloading objects unnecessarily.

  - "git blame" uses .mailmap to canonicalize the author name
    just like "git shortlog" does.

  - "git pack-objects" pays attention to pack.depth
    configuration variable.

  - "git cherry-pick" and "git revert" does not use .msg file in
    the working tree to prepare commit message; instead it uses
    $GIT_DIR/MERGE_MSG as other commands do.

* Builds

  - git-p4import has never been installed; now there is an
    installation option to do so.

  - gitk and git-gui can be configured out.

  - Generated documentation pages automatically get version
    information from GIT_VERSION.

  - Parallel build with "make -j" descending into subdirectory
    was fixed.

* Performance Tweaks

  - Optimized "git-rev-list --bisect" (hence "git-bisect").

  - Optimized "git-add $path" in a large directory, most of
    whose contents are ignored.

  - Optimized "git-diff-tree" for reduced memory footprint.

  - The recursive merge strategy updated a worktree file that
    was changed identically in two branches, when one of them
    renamed it.  We do not do that when there is no rename, so
    match that behaviour.  This avoids excessive rebuilds.

  - The default pack depth has been increased to 50, as the
    recent addition of delta_base_cache makes deeper delta chains
    much less expensive to access.  Depending on the project, it was
    reported that this reduces the resulting pack file by 10%
    or so.


Fixes since v1.5.1
------------------

All of the fixes in v1.5.1 maintenance series are included in
this release, unless otherwise noted.

* Bugfixes

  - Switching branches with "git checkout" refused to work when
    a path changes from a file to a directory between the
    current branch and the new branch, in order not to lose
    possible local changes in the directory that is being turned
    into a file with the switch.  We now allow such a branch
    switch after making sure that there is no locally modified
    file nor un-ignored file in the directory.  This has not
    been backported to 1.5.1.x series, as it is rather an
    intrusive change.

  - Merging branches that have a file in one and a directory in
    another at the same path used to get quite confused.  We
    handle such a case a bit more carefully, even though that is
    still left as a conflict for the user to sort out.  This
    will not be backported to 1.5.1.x series, as it is rather an
    intrusive change.

  - git-fetch had trouble with a remote with insanely large number
    of refs.

  - "git clean -d -X" now does not remove non-excluded directories.

  - rebasing (without -m) a series that changes a symlink to a directory
    in the middle of a path confused git-apply greatly and refused to
    operate.

Filemanager

Name Type Size Permission Actions
1.5.0.1.txt File 1.23 KB 0644
1.5.0.2.txt File 2.25 KB 0644
1.5.0.3.txt File 1.54 KB 0644
1.5.0.4.txt File 462 B 0644
1.5.0.5.txt File 609 B 0644
1.5.0.6.txt File 484 B 0644
1.5.0.7.txt File 482 B 0644
1.5.0.txt File 18.2 KB 0644
1.5.1.1.txt File 2.11 KB 0644
1.5.1.2.txt File 1.61 KB 0644
1.5.1.3.txt File 1.53 KB 0644
1.5.1.4.txt File 843 B 0644
1.5.1.5.txt File 1.4 KB 0644
1.5.1.6.txt File 1.48 KB 0644
1.5.1.txt File 12.98 KB 0644
1.5.2.1.txt File 1.42 KB 0644
1.5.2.2.txt File 2.04 KB 0644
1.5.2.3.txt File 796 B 0644
1.5.2.4.txt File 802 B 0644
1.5.2.5.txt File 928 B 0644
1.5.2.txt File 7.18 KB 0644
1.5.3.1.txt File 326 B 0644
1.5.3.2.txt File 1.89 KB 0644
1.5.3.3.txt File 896 B 0644
1.5.3.4.txt File 1.18 KB 0644
1.5.3.5.txt File 3.3 KB 0644
1.5.3.6.txt File 1.4 KB 0644
1.5.3.7.txt File 1.55 KB 0644
1.5.3.8.txt File 783 B 0644
1.5.3.txt File 13.7 KB 0644
1.5.4.1.txt File 524 B 0644
1.5.4.2.txt File 1.49 KB 0644
1.5.4.3.txt File 997 B 0644
1.5.4.4.txt File 2.56 KB 0644
1.5.4.5.txt File 2.19 KB 0644
1.5.4.6.txt File 1.41 KB 0644
1.5.4.7.txt File 342 B 0644
1.5.4.txt File 14.09 KB 0644
1.5.5.1.txt File 1.46 KB 0644
1.5.5.2.txt File 772 B 0644
1.5.5.3.txt File 305 B 0644
1.5.5.4.txt File 140 B 0644
1.5.5.5.txt File 449 B 0644
1.5.5.6.txt File 342 B 0644
1.5.5.txt File 7.42 KB 0644
1.5.6.1.txt File 793 B 0644
1.5.6.2.txt File 1.42 KB 0644
1.5.6.3.txt File 2.06 KB 0644
1.5.6.4.txt File 1.54 KB 0644
1.5.6.5.txt File 1.02 KB 0644
1.5.6.6.txt File 342 B 0644
1.5.6.txt File 3.75 KB 0644
1.6.0.1.txt File 1.16 KB 0644
1.6.0.2.txt File 2.77 KB 0644
1.6.0.3.txt File 4.22 KB 0644
1.6.0.4.txt File 1.26 KB 0644
1.6.0.5.txt File 1.97 KB 0644
1.6.0.6.txt File 1.17 KB 0644
1.6.0.txt File 9.81 KB 0644
1.6.1.1.txt File 1.93 KB 0644
1.6.1.2.txt File 1.6 KB 0644
1.6.1.3.txt File 847 B 0644
1.6.1.4.txt File 1.56 KB 0644
1.6.1.txt File 10.08 KB 0644
1.6.2.1.txt File 597 B 0644
1.6.2.2.txt File 1.47 KB 0644
1.6.2.3.txt File 781 B 0644
1.6.2.4.txt File 1.32 KB 0644
1.6.2.5.txt File 688 B 0644
1.6.2.txt File 5.75 KB 0644
1.6.3.1.txt File 343 B 0644
1.6.3.2.txt File 2.22 KB 0644
1.6.3.3.txt File 1.35 KB 0644
1.6.3.4.txt File 1.18 KB 0644
1.6.3.txt File 6.63 KB 0644
1.6.4.1.txt File 1.86 KB 0644
1.6.4.2.txt File 1.18 KB 0644
1.6.4.3.txt File 1.12 KB 0644
1.6.4.4.txt File 1.01 KB 0644
1.6.4.5.txt File 605 B 0644
1.6.4.txt File 5.23 KB 0644
1.6.5.1.txt File 549 B 0644
1.6.5.2.txt File 581 B 0644
1.6.5.3.txt File 2.43 KB 0644
1.6.5.4.txt File 1.25 KB 0644
1.6.5.5.txt File 1.85 KB 0644
1.6.5.6.txt File 791 B 0644
1.6.5.7.txt File 771 B 0644
1.6.5.8.txt File 900 B 0644
1.6.5.9.txt File 581 B 0644
1.6.5.txt File 6.15 KB 0644
1.6.6.1.txt File 1.2 KB 0644
1.6.6.2.txt File 1.56 KB 0644
1.6.6.3.txt File 751 B 0644
1.6.6.txt File 9.24 KB 0644
1.7.0.1.txt File 1.26 KB 0644
1.7.0.2.txt File 1.44 KB 0644
1.7.0.3.txt File 1.15 KB 0644
1.7.0.4.txt File 888 B 0644
1.7.0.5.txt File 915 B 0644
1.7.0.6.txt File 365 B 0644
1.7.0.7.txt File 467 B 0644
1.7.0.8.txt File 452 B 0644
1.7.0.9.txt File 219 B 0644
1.7.0.txt File 8.56 KB 0644
1.7.1.1.txt File 3.74 KB 0644
1.7.1.2.txt File 1.04 KB 0644
1.7.1.3.txt File 452 B 0644
1.7.1.4.txt File 219 B 0644
1.7.1.txt File 2.87 KB 0644
1.7.10.1.txt File 3 KB 0644
1.7.10.2.txt File 3.36 KB 0644
1.7.10.3.txt File 1.83 KB 0644
1.7.10.4.txt File 1.03 KB 0644
1.7.10.5.txt File 397 B 0644
1.7.10.txt File 8.81 KB 0644
1.7.11.1.txt File 224 B 0644
1.7.11.2.txt File 2.24 KB 0644
1.7.11.3.txt File 2.26 KB 0644
1.7.11.4.txt File 1.14 KB 0644
1.7.11.5.txt File 1.26 KB 0644
1.7.11.6.txt File 3.36 KB 0644
1.7.11.7.txt File 1.91 KB 0644
1.7.11.txt File 5.38 KB 0644
1.7.12.1.txt File 5.66 KB 0644
1.7.12.2.txt File 1.73 KB 0644
1.7.12.3.txt File 1.3 KB 0644
1.7.12.4.txt File 712 B 0644
1.7.12.txt File 5.21 KB 0644
1.7.2.1.txt File 806 B 0644
1.7.2.2.txt File 695 B 0644
1.7.2.3.txt File 1.32 KB 0644
1.7.2.4.txt File 452 B 0644
1.7.2.5.txt File 219 B 0644
1.7.2.txt File 5.84 KB 0644
1.7.3.1.txt File 425 B 0644
1.7.3.2.txt File 149 B 0644
1.7.3.3.txt File 2.03 KB 0644
1.7.3.4.txt File 1.6 KB 0644
1.7.3.5.txt File 1.42 KB 0644
1.7.3.txt File 2.58 KB 0644
1.7.4.1.txt File 899 B 0644
1.7.4.2.txt File 2.24 KB 0644
1.7.4.3.txt File 1.22 KB 0644
1.7.4.4.txt File 1.26 KB 0644
1.7.4.5.txt File 127 B 0644
1.7.4.txt File 6.35 KB 0644
1.7.5.1.txt File 1.86 KB 0644
1.7.5.2.txt File 2.14 KB 0644
1.7.5.3.txt File 1.08 KB 0644
1.7.5.4.txt File 753 B 0644
1.7.5.txt File 5.2 KB 0644
1.7.6.1.txt File 2.2 KB 0644
1.7.6.2.txt File 245 B 0644
1.7.6.3.txt File 792 B 0644
1.7.6.4.txt File 1.23 KB 0644
1.7.6.5.txt File 969 B 0644
1.7.6.6.txt File 587 B 0644
1.7.6.txt File 5.38 KB 0644
1.7.7.1.txt File 2.38 KB 0644
1.7.7.2.txt File 1.59 KB 0644
1.7.7.3.txt File 696 B 0644
1.7.7.4.txt File 444 B 0644
1.7.7.5.txt File 481 B 0644
1.7.7.6.txt File 791 B 0644
1.7.7.7.txt File 334 B 0644
1.7.7.txt File 5.28 KB 0644
1.7.8.1.txt File 1.4 KB 0644
1.7.8.2.txt File 2.86 KB 0644
1.7.8.3.txt File 431 B 0644
1.7.8.4.txt File 921 B 0644
1.7.8.5.txt File 606 B 0644
1.7.8.6.txt File 621 B 0644
1.7.8.txt File 6.2 KB 0644
1.7.9.1.txt File 2.4 KB 0644
1.7.9.2.txt File 2.64 KB 0644
1.7.9.3.txt File 1.91 KB 0644
1.7.9.4.txt File 887 B 0644
1.7.9.5.txt File 731 B 0644
1.7.9.6.txt File 432 B 0644
1.7.9.7.txt File 371 B 0644
1.7.9.txt File 4.27 KB 0644
1.8.0.1.txt File 2.4 KB 0644
1.8.0.2.txt File 1.22 KB 0644
1.8.0.3.txt File 424 B 0644
1.8.0.txt File 10.81 KB 0644
1.8.1.1.txt File 3.49 KB 0644
1.8.1.2.txt File 991 B 0644
1.8.1.3.txt File 1.7 KB 0644
1.8.1.4.txt File 337 B 0644
1.8.1.5.txt File 1.89 KB 0644
1.8.1.6.txt File 1.53 KB 0644
1.8.1.txt File 9.4 KB 0644
1.8.2.1.txt File 4.46 KB 0644
1.8.2.2.txt File 2.38 KB 0644
1.8.2.3.txt File 672 B 0644
1.8.2.txt File 21.62 KB 0644
1.8.3.1.txt File 431 B 0644
1.8.3.txt File 17.91 KB 0644