SHA256
1
0
forked from pool/git
Commit Graph

225 Commits

Author SHA256 Message Date
Stephan Kulow
7962f00cec Accepting request 99805 from devel:tools:scm
- Update to v1.7.8.3
  * Bugfixes, see included ChangeLog for details. (forwarded request 99773 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/99805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=80
2012-01-17 10:32:52 +00:00
Stephan Kulow
10c5d9e91c Accepting request 96975 from devel:tools:scm
- 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)

OBS-URL: https://build.opensuse.org/request/show/96975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=79
2011-12-21 09:00:12 +00:00
Stephan Kulow
b9da359d69 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=78
2011-12-06 17:12:51 +00:00
Stephan Kulow
f4f7c8fc83 Accepting request 90951 from devel:tools:scm
- 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)

OBS-URL: https://build.opensuse.org/request/show/90951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=77
2011-11-14 10:52:14 +00:00
Sascha Peilicke
b9ff500b0b Accepting request 88200 from devel:tools:scm
- 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

OBS-URL: https://build.opensuse.org/request/show/88200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=75
2011-10-18 12:03:57 +00:00
Ruediger Oertel
2aa79abc71 Accepting request 86897 from devel:tools:scm
- 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)

OBS-URL: https://build.opensuse.org/request/show/86897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=74
2011-10-06 15:21:27 +00:00
Sascha Peilicke
2280c7e936 Accepting request 85088 from devel:tools:scm
- 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.

OBS-URL: https://build.opensuse.org/request/show/85088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=73
2011-09-27 14:15:05 +00:00
Sascha Peilicke
c57de08c1a Accepting request 84027 from devel:tools:scm
- 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)

OBS-URL: https://build.opensuse.org/request/show/84027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=72
2011-09-22 08:45:10 +00:00
Sascha Peilicke
4ae94d7b96 Autobuild autoformatter for 79786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=71
2011-08-26 07:28:11 +00:00
Sascha Peilicke
743535f0b9 Accepting request 79786 from devel:tools:scm
- update to git 1.7.6.1: see git changelog for more details

- updated to 1.7.6.1: bug fix release; many fixes for e.g. git
  checkout, git diff, git fetch, etc.
  See Documentation/RelNotes/1.7.6.1.txt for details. (forwarded request 79785 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/79786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=70
2011-08-26 07:28:00 +00:00
Sascha Peilicke
d56b631115 Autobuild autoformatter for 78321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=69
2011-08-09 08:56:14 +00:00
Sascha Peilicke
cfe759d035 Accepting request 78321 from devel:tools:scm
- Fix VUL-0: cgit: XSS flaw in rename hint (CVE-2011-2711,
  bnc#707929)

OBS-URL: https://build.opensuse.org/request/show/78321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=68
2011-08-09 08:56:05 +00:00
Sascha Peilicke
630b9fbc08 Autobuild autoformatter for 74837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=67
2011-06-30 08:43:59 +00:00
Sascha Peilicke
6387d7d470 Accepting request 74837 from devel:tools:scm
- Add SuSEfirewall profile for git-daemon (bnc#628048)

OBS-URL: https://build.opensuse.org/request/show/74837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=66
2011-06-30 08:43:40 +00:00
Sascha Peilicke
74bcfcb88f Autobuild autoformatter for 74766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=65
2011-06-28 13:13:35 +00:00
Sascha Peilicke
01f4542b84 Accepting request 74766 from devel:tools:scm
- update to 1.7.6: major update from 1.7.5.x
 * Similar to branch names, tagnames that begin with "-" are now
   disallowed.
 * Simpler handling of a large file depending on core.bigfilethreshold
   value
 * A magic pathspec ":/" handling
 * Some new options and improvements in git-blame, git-commit, git-diff
   git-grep, git-format-patch, git-merge, git-svn, etc
 * More prepartaion for i18n/l10n.
 See Documentation/RelNotes/1.7.6.txt for details.

- updated to git 1.7.6: see git changelog for more details

OBS-URL: https://build.opensuse.org/request/show/74766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=64
2011-06-28 13:12:53 +00:00
Sascha Peilicke
b601492c3b Autobuild autoformatter for 74452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=63
2011-06-27 09:04:41 +00:00
Sascha Peilicke
70372cf3eb Accepting request 74452 from devel:tools:scm
- fix html path (bnc#675392)

OBS-URL: https://build.opensuse.org/request/show/74452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=62
2011-06-27 09:04:27 +00:00
Sascha Peilicke
dd3d74ab32 Autobuild autoformatter for 74214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=61
2011-06-21 07:27:59 +00:00
Sascha Peilicke
081d9cb109 Accepting request 74214 from devel:tools:scm
- Fix VUL-1: git-web xss (CVE-2011-2186, bnc#698456)

OBS-URL: https://build.opensuse.org/request/show/74214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=60
2011-06-21 07:27:47 +00:00
Sascha Peilicke
dd6d976ea2 Autobuild autoformatter for 72811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=59
2011-06-07 07:13:47 +00:00
Sascha Peilicke
24d3613e5a Accepting request 72811 from devel:tools:scm
- updated to 1.7.5.4: maintainance update, fixing in git-add -p
  option, git diff -C option, and git-rerere merge error fix, etc

- updated to git 1.7.5.4: see git changelog for more details

- Fix incompatibilies with git 1.7.5.x to build cgit again (forwarded request 72784 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/72811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=58
2011-06-07 07:13:36 +00:00
Sascha Peilicke
0e019c5cc5 Autobuild autoformatter for 72455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=57
2011-06-06 09:14:08 +00:00
Sascha Peilicke
d006782ce5 Accepting request 72455 from devel:tools:scm
- Do not buildrequire git, the package builds it's own git and the
  buildrequires line only makes backporting harder. (forwarded request 72428 from michal-m)

OBS-URL: https://build.opensuse.org/request/show/72455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=56
2011-06-06 09:13:55 +00:00
Ruediger Oertel
32099a294b Autobuild autoformatter for 66945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=55
2011-04-21 11:26:33 +00:00
Ruediger Oertel
fe5317faff Accepting request 66945 from devel:tools:scm
Accepted submit request 66945 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/66945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=54
2011-04-21 11:26:23 +00:00
Sascha Peilicke
50a6de56ba Autobuild autoformatter for 62741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=53
2011-02-25 08:47:03 +00:00
Sascha Peilicke
e830929ff7 Accepting request 62741 from devel:tools:scm
Accepted submit request 62741 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/62741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=52
2011-02-25 08:46:53 +00:00
Berthold Gunreben
f02777a63e Autobuild autoformatter for 56300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=50
2010-12-20 11:57:46 +00:00
Berthold Gunreben
c3cfe7cd85 Accepting request 56300 from devel:tools:scm
Accepted submit request 56300 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/56300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=49
2010-12-20 11:57:40 +00:00
Berthold Gunreben
09561a8b0a Autobuild autoformatter for 55889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=48
2010-12-14 09:14:13 +00:00
Berthold Gunreben
c17189be00 Accepting request 55889 from devel:tools:scm
Accepted submit request 55889 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=47
2010-12-14 09:14:06 +00:00
OBS User autobuild
dad6b21528 Accepting request 50188 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 50188 from user coolo

OBS-URL: https://build.opensuse.org/request/show/50188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=46
2010-10-11 12:44:17 +00:00
OBS User autobuild
bb54ee6dfc Accepting request 49174 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 49174 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=45
2010-09-27 14:02:12 +00:00
OBS User autobuild
3dfd548265 Accepting request 40935 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 40935 from user pbaudis

OBS-URL: https://build.opensuse.org/request/show/40935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=42
2010-06-02 00:01:27 +00:00
OBS User autobuild
d4054b6dbe Accepting request 37451 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 37451 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/37451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=41
2010-04-15 22:19:02 +00:00
OBS User autobuild
8195db7101 Accepting request 35104 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 35104 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/35104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=40
2010-03-19 08:38:33 +00:00
OBS User autobuild
ab92393417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=39 2010-03-18 14:48:42 +00:00
OBS User autobuild
1dae00d688 Accepting request 30384 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 30384 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/30384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=38
2010-01-25 15:28:14 +00:00
OBS User autobuild
5d5e48649b Accepting request 27351 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 27351 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=37
2009-12-21 23:24:44 +00:00
OBS User autobuild
68bf2b2fec Accepting request 24728 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 24728 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=36
2009-11-20 13:21:15 +00:00
OBS User autobuild
6095018f63 Accepting request 21594 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 21594 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/21594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=34
2009-10-03 01:33:25 +00:00
OBS User autobuild
0f1b28fe02 Accepting request 19394 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 19394 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/19394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=33
2009-09-02 16:48:38 +00:00
OBS User unknown
6b106de458 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=32 2009-07-04 08:11:03 +00:00
OBS User unknown
8cc047e5ef OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=31 2009-06-05 22:02:11 +00:00
OBS User unknown
c26d2ddcb3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=30 2009-05-08 12:49:01 +00:00
OBS User unknown
4e65fc4ed8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=29 2009-04-20 14:27:38 +00:00
OBS User unknown
b6e5703b08 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=28 2009-04-18 11:57:08 +00:00
OBS User unknown
4ef162a184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=27 2009-03-17 22:56:31 +00:00
OBS User unknown
3f42f80383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=26 2009-03-05 15:44:01 +00:00