Revisions of git

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 136465 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 91)
updated to 1.7.12.1 (forwarded request 135762 from douglarek)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 133877 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 90)
Fix regression in 1.7.12 package (__git_ps1 disappeared) (forwarded request 133838 from flichtenheld)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 131029 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 89)
- updated to version 1.7.11.5:
  * The Makefile rule to create assembly output (primarily for
   debugging purposes) did not create it next to the source.
 * The code to avoid mistaken attempt to add the object directory
   itself as its own alternate could read beyond end of a string while
   comparison.
 * On some architectures, "block-sha1" did not compile correctly
   when compilers inferred alignment guarantees from our source we
   did not intend to make.
 * When talking to a remote running ssh on IPv6 enabled host, whose
   address is spelled as "[HOST]:PORT", we did not parse the address
   correctly and failed to connect.
 * git-blame.el (in compat/) have been updated to use Elisp more
   correctly.
 * "git checkout <branchname>" to come back from a detached HEAD state
   incorrectly computed reachability of the detached HEAD, resulting
   in unnecessary warnings.
 * "git mergetool" did not support --tool-help option to give the list
   of supported backends, like "git difftool" does.
 * "git grep" stopped spawning an external "grep" long time ago, but a
   duplicated test to check internal and external "grep" was left
   behind.
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 130617 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 88)
- updated to version 1.7.11:
  Major version update; added new options in many commands and
  new push mode like "simple"
  See Documentation/RelNotes/1.7.11.txt for details.
- updated to version 1.7.11.1, 1.7.11.2, 1.7.11.3, 1.7.11.4:
  Contains many minor fixes, see below for details
  Documentation/RelNotes/1.7.11.1.txt
  Documentation/RelNotes/1.7.11.2.txt
  Documentation/RelNotes/1.7.11.3.txt
  Documentation/RelNotes/1.7.11.4.txt (forwarded request 130392 from tiwai)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 87)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124407 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 86)
- updated to version 1.7.10.4: just minor fixes in git-checkout,
  git-grep, git-rebase, updated translations and documents.
  See Documentation/RelNotes/1.7.10.4.txt for details. (forwarded request 124185 from tiwai)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122868 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 85)
- updated to version 1.7.10.3:
 * From this release on, the "git merge" command in an interactive
   session will start an editor when it automatically resolves the
   merge for the user to explain the resulting commit, just like the
   "git commit" command does when it wasn't given a commit message.
 * The "--binary/-b" options to "git am" have been a no-op for quite a
   while and were deprecated in mid 2008 (v1.6.0).  When you give these
   options to "git am", it will now warn and ask you not to use them.
 * When you do not tell which branches and tags to push to the "git
   push" command in any way, the command used "matching refs" rule to
   update remote branches and tags with branches and tags with the
   same name you locally have.
  See details and more changes in Documentation/RelNotes/1.7.10.txt,
  1.7.10.1.txt, 1.7.10.2.txt and 1.7.10.3.txt. (forwarded request 122712 from tiwai)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116217 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 84)
Fix build on SLE_11

Note that there are a lot of changes in the diff that seem to be from the format spec source service. Didn't know whether I should revert them... (forwarded request 116130 from flichtenheld)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107456 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 83)
- Update to version 1.7.9.2:
  * Bash completion script (in contrib/) did not like a pattern that
    begins with a dash to be passed to __git_ps1 helper function.
  * Adaptation of the bash completion script (in contrib/) for zsh
    incorrectly listed all subcommands when "git <TAB><TAB>" was given
    to ask for list of porcelain subcommands.
  * The build procedure for profile-directed optimized binary was not
    working very well.
  * Some systems need to explicitly link -lcharset to get locale_charset().
  * t5541 ignored user-supplied port number used for HTTP server testing.
  * The error message emitted when we see an empty loose object was
    not phrased correctly.
  * The code to ask for password did not fall back to the terminal
    input when GIT_ASKPASS is set but does not work (e.g. lack of X
    with GUI askpass helper).
  * We failed to give the true terminal width to any subcommand when
    they are invoked with the pager, i.e. "git -p cmd".
  * map_user() was not rewriting its output correctly, which resulted
    in the user visible symptom that "git blame -e" sometimes showed
    excess '>' at the end of email addresses.
  * "git checkout -b" did not allow switching out of an unborn branch.
  * When you have both .../foo and .../foo.git, "git clone .../foo" did not
    favor the former but the latter.
  * "git commit" refused to create a commit when entries added with
    "add -N" remained in the index, without telling Git what their content
    in the next commit should be. We should have created the commit without
    these paths.
  * "git diff --stat" said "files", "insertions", and "deletions" even
    when it is showing one "file", one "insertion" or one "deletion".
  * The output from "git diff --stat" for two paths that have the same
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 103515 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 82)
- updated to v1.7.9:
 * gitk updates accumulated since early 2011.
 * git-gui updated to 0.16.0.
 * git-p4 (in contrib/) updates.
 * Git uses gettext to translate its most common interface messages
   into the user's language if translations are available and the
   locale is appropriately set. Distributors can drop new PO files
   in po/ to add new translations.
 * The code to handle username/password for HTTP transactions used in
   "git push" & "git fetch" learned to talk "credential API" to
   external programs to cache or store them, to allow integration with
   platform native keychain mechanisms.
 * The input prompts in the terminal use our own getpass() replacement
   when possible. HTTP transactions used to ask for the username without
   echoing back what was typed, but with this change you will see it as
   you type.
 * The internals of "revert/cherry-pick" have been tweaked to prepare
   building more generic "sequencer" on top of the implementation that
   drives them.
 * "git rev-parse FETCH_HEAD" after "git fetch" without specifying
   what to fetch from the command line will now show the commit that
   would be merged if the command were "git pull".
 * "git add" learned to stream large files directly into a packfile
   instead of writing them into individual loose object files.
 * "git checkout -B <current branch> <elsewhere>" is a more intuitive
   way to spell "git reset --keep <elsewhere>".
 * "git checkout" and "git merge" learned "--no-overwrite-ignore" option
   to tell Git that untracked and ignored files are not expendable.
 * "git commit --amend" learned "--no-edit" option to say that the
   user is amending the tree being recorded, without updating the (forwarded request 103501 from tiwai)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 102275 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 81)
- Added the ability to specify the user and group that git-daemon run
  as (bnc#742661).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 99805 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 80)
- Update to v1.7.8.3
  * Bugfixes, see included ChangeLog for details. (forwarded request 99773 from namtrac)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96975 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 79)
- Implement %check via make test
- Update to v1.7.8
 New features:
 * The date parser now accepts timezone designators that lack minutes
   part and also has a colon between "hh:mm".
 
 * The contents of the /etc/mailname file, if exists, is used as the
   default value of the hostname part of the committer/author e-mail.
 * "git am" learned how to read from patches generated by Hg.
 * "git archive" talking with a remote repository can report errors
   from the remote side in a more informative way.
 * "git branch" learned an explicit --list option to ask for branches
   listed, optionally with a glob matching pattern to limit its output.
 * "git check-attr" learned "--cached" option to look at .gitattributes
   files from the index, not from the working tree.
 * Variants of "git cherry-pick" and "git revert" that take multiple
   commits learned to "--continue" and "--abort".
 * "git daemon" gives more human readble error messages to clients
   using ERR packets when appropriate.
 * Errors at the network layer is logged by "git daemon".
 * "git diff" learned "--minimal" option to spend extra cycles to come
   up with a minimal patch output.
 * "git diff" learned "--function-context" option to show the whole
   function as context that was affected by a change.
 * "git difftool" can be told to skip launching the tool for a path by
   answering 'n' to its prompt.
 * "git fetch" learned to honor transfer.fsckobjects configuration to
   validate the objects that were received from the other end, just like
   "git receive-pack" (the receiving end of "git push") does.
 * "git fetch" makes sure that the set of objects it received from the (forwarded request 96521 from namtrac)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 78)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 90951 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 77)
- update to git 1.7.7.3: minor bug-fix release;
  See Documentation/RelNotes/1.7.7.3.txt for details.

- update to git 1.7.7.1:
- update to git 1.7.7.2: bug-fix releases; 
  See Documentation/RelNotes/1.7.7.1.txt and
      Documentation/RelNotes/1.7.7.2.txt for details. (forwarded request 90942 from tiwai)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 76)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 88200 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 75)
- license update: GPL-2.0
  SPDX format (See http://www.spdx.org/licenses)

- correct license tag to "GPL v2 only" (bnc#724499)

- split cgit builds to an individual repo
Ruediger Oertel's avatar Ruediger Oertel (oertel) accepted request 86897 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 74)
- updated to git 1.7.7; see git changelog for more details

- updated to 1.7.7: major update from 1.7.6.x, including i18n/l10n
  prepartion, updates of git-p4, gitweb, improved coloring,
  various updates of git-am, git-bisect, git-cherck-attr, etc.
  See Documentation/RelNotes/1.7.7.txt for details. (forwarded request 86877 from tiwai)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 85088 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 73)
- updated to git 1.7.6.4; see git changelog for more details

- updated to 1.7.6.4: minor bug fixes for git-am, git-branch,
  git-clone, etc
  See Documentation/RelNotes/1.7.6.4.txt for details.
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84027 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 72)
- updated to 1.7.6.2, 1.7.6.3: see git changelog for more details

- updated to 1.7.6.2, 1.7.6.3: minor bug fix releases
  git-fetch performance fix, other fixes in git-reflog, reset,
  status, tag
  See Documentation/RelNotes/1.7.6.[23].txt for details. (forwarded request 84020 from tiwai)
Displaying revisions 221 - 240 of 311
openSUSE Build Service is sponsored by