Ana Guerrero
9e8e6a8473
Accepting request 1238002 from devel:tools:scm
...
- update to 2.48.1: (boo#1235600 boo#1235601)
* CVE-2024-50349, CVE-2024-52006:
refuse to accept URLs that contain control sequences
OBS-URL: https://build.opensuse.org/request/show/1238002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=320
2025-01-16 17:31:14 +00:00
919cbfe376
add bugnumbers
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=666
2025-01-15 09:09:42 +00:00
3242813d6e
git 2.48.1 CVE-2024-50349, CVE-2024-52006:
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=665
2025-01-15 09:08:41 +00:00
Ana Guerrero
616a142099
Accepting request 1237608 from devel:tools:scm
...
Forwarded request #1237560 from AndreasStieger
git 2.48.0
OBS-URL: https://build.opensuse.org/request/show/1237608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=319
2025-01-14 15:22:02 +00:00
b6b6dcc2aa
git 2.48.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=663
2025-01-13 23:11:13 +00:00
Ana Guerrero
135bc78bbd
Accepting request 1226628 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1226628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=318
2024-11-27 21:05:40 +00:00
Martin Pluskal
4f638d656e
git 2.47.1
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=661
2024-11-26 17:09:53 +00:00
Ana Guerrero
4e674a788f
Accepting request 1206497 from devel:tools:scm
...
- update to 2.47.0:
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
* Many Porcelain commands that internally use the merge machinery
were taught to consistently honor the diff.algorithm
configuration.
* A few descriptions in "git show-ref -h" have been clarified.
* A 'P' command to "git add -p" that passes the patch hunk to the
pager has been added.
* "git grep -W" omits blank lines that follow the found function at
the end of the file, just like it omits blank lines before the next
function.
* The value of http.proxy can have "path" at the end for a socks
proxy that listens to a unix-domain socket, but we started to
discard it when we taught proxy auth code path to use the
credential helpers, which has been corrected.
* The code paths to compact multiple reftable files have been updated
to correctly deal with multiple compaction triggering at the same
time.
* Support to specify ref backend for submodules has been enhanced.
* "git svn" has been taught about svn:global-ignores property
recent versions of Subversion has.
* The default object hash and ref backend format used to be settable
only with explicit command line option to "git init" and
environment variables, but now they can be configured in the user's
global and system wide configuration.
* "git send-email" learned "--translate-aliases" option that reads
addresses from the standard input and emits the result of applying
aliases on them to the standard output.
* 'git for-each-ref' learned a new "--format" atom to find the branch
that the history leading to a given commit "%(is-base:<commit>)" is
OBS-URL: https://build.opensuse.org/request/show/1206497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=317
2024-10-09 20:03:36 +00:00
64cea07b17
- update to 2.47.0:
...
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
* Many Porcelain commands that internally use the merge machinery
were taught to consistently honor the diff.algorithm
configuration.
* A few descriptions in "git show-ref -h" have been clarified.
* A 'P' command to "git add -p" that passes the patch hunk to the
pager has been added.
* "git grep -W" omits blank lines that follow the found function at
the end of the file, just like it omits blank lines before the next
function.
* The value of http.proxy can have "path" at the end for a socks
proxy that listens to a unix-domain socket, but we started to
discard it when we taught proxy auth code path to use the
credential helpers, which has been corrected.
* The code paths to compact multiple reftable files have been updated
to correctly deal with multiple compaction triggering at the same
time.
* Support to specify ref backend for submodules has been enhanced.
* "git svn" has been taught about svn:global-ignores property
recent versions of Subversion has.
* The default object hash and ref backend format used to be settable
only with explicit command line option to "git init" and
environment variables, but now they can be configured in the user's
global and system wide configuration.
* "git send-email" learned "--translate-aliases" option that reads
addresses from the standard input and emits the result of applying
aliases on them to the standard output.
* 'git for-each-ref' learned a new "--format" atom to find the branch
that the history leading to a given commit "%(is-base:<commit>)" is
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=659
2024-10-09 10:35:10 +00:00
483dbc7bc8
- Update to version 2.46.2:
...
* Revert the "git patch-id" change that went into 2.46.1,
as it seems to have got a regression reported (I haven't verified,
but it is better to keep a known breakage than adding an unintended
regression).
* In a few corner cases "git diff --exit-code" failed to report
"changes" (e.g., renamed without any content change), which has
been corrected.
* The interpret-trailers command failed to recognise the end of the
message when the commit log ends in an incomplete line.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=658
2024-10-09 09:34:47 +00:00
Ana Guerrero
e0ea61d6e0
Accepting request 1202213 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1202213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=316
2024-09-22 09:05:49 +00:00
b80926ddde
- Update to version 2.46.1;
...
* "git checkout --ours" (no other arguments) complained that the
option is incompatible with branch switching, which is technically
correct, but found confusing by some users. It now says that the
user needs to give pathspec to specify what paths to checkout.
* It has been documented that we avoid "VAR=VAL shell_func" and why.
* "git add -p" by users with diff.suppressBlankEmpty set to true
failed to parse the patch that represents an unmodified empty line
with an empty line (not a line with a single space on it), which
has been corrected.
* "git rebase --help" referred to "offset" (the difference between
the location a change was taken from and the change gets replaced)
incorrectly and called it "fuzz", which has been corrected.
* "git notes add -m '' --allow-empty" and friends that take prepared
data to create notes should not invoke an editor, but it started
doing so since Git 2.42, which has been corrected.
* An expensive operation to prepare tracing was done in re-encoding
code path even when the tracing was not requested, which has been
corrected.
* Perforce tests have been updated.
* The credential helper to talk to OSX keychain sometimes sent
garbage bytes after the username, which has been corrected.
* A recent update broke "git ls-remote" used outside a repository,
which has been corrected.
* "git config --value=foo --fixed-value section.key newvalue" barfed
when the existing value in the configuration file used the
valueless true syntax, which has been corrected.
* "git reflog expire" failed to honor annotated tags when computing
reachable commits.
* A flakey test and incorrect calls to strtoX() functions have been
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=656
2024-09-20 12:52:53 +00:00
Dominique Leuenberger
bb019d4d17
Accepting request 1197168 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1197168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=315
2024-08-30 11:26:07 +00:00
Dominique Leuenberger
70cbbadd5f
Accepting request 1190389 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1190389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=314
2024-07-31 11:28:28 +00:00
80d8bb00b4
- update to 2.46.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=652
2024-07-30 06:26:08 +00:00
Ana Guerrero
9122a6d039
Accepting request 1188574 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1188574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=313
2024-07-22 15:14:26 +00:00
5792d0456b
- Add CVE-2024-24577.patch
...
* CVE-2024-24577: arbitrary code execution due to heap corruption
in git_index_add (boo#1219660)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=650
2024-07-19 09:14:49 +00:00
Ana Guerrero
46e321a751
Accepting request 1178128 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1178128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=312
2024-06-04 10:50:56 +00:00
26739b1f72
Accepting request 1178014 from home:mcepl:branches:devel:tools:scm
...
- Compat stub for %python3_fix_shebang_path
OBS-URL: https://build.opensuse.org/request/show/1178014
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=648
2024-06-02 09:56:00 +00:00
96f58b36fc
Accepting request 1178001 from home:darix:apps
...
- only call the %python3_fix_shebang_path if it is actually
defined. This fixes the build on 15.x
OBS-URL: https://build.opensuse.org/request/show/1178001
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=647
2024-06-01 14:59:36 +00:00
231671a7e8
Accepting request 1177988 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.45.2
OBS-URL: https://build.opensuse.org/request/show/1177988
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=646
2024-06-01 14:59:22 +00:00
Danilo Spinella
84f19fcaec
Accepting request 1177110 from home:mcepl:branches:devel:tools:scm
...
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang_path macro, [bsc#1212476]
OBS-URL: https://build.opensuse.org/request/show/1177110
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=645
2024-05-31 07:32:52 +00:00
Ana Guerrero
f064602739
Accepting request 1174145 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1174145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=311
2024-05-16 15:12:56 +00:00
608a98b3ca
Accepting request 1174111 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.45.1:
CVE-2024-32002 boo#1224168
CVE-2024-32004 boo#1224170
CVE-2024-32020 boo#1224171
CVE-2024-32021 boo#1224172
CVE-2024-32465 boo#1224173
OBS-URL: https://build.opensuse.org/request/show/1174111
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=643
2024-05-15 07:33:04 +00:00
Dominique Leuenberger
26915f3665
Accepting request 1171274 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1171274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=310
2024-05-07 16:02:03 +00:00
b1ec1594a6
Accepting request 1171164 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.45.0
OBS-URL: https://build.opensuse.org/request/show/1171164
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=641
2024-05-02 08:07:12 +00:00
Ana Guerrero
11174bcbc2
Accepting request 1151181 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1151181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=309
2024-02-27 21:44:08 +00:00
Danilo Spinella
36fb3f0493
Accepting request 1150277 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.44.0
OBS-URL: https://build.opensuse.org/request/show/1150277
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=639
2024-02-26 11:03:01 +00:00
Ana Guerrero
8ab4ba7c73
Accepting request 1147741 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1147741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=308
2024-02-21 16:52:04 +00:00
Danilo Spinella
5b3ce60062
Accepting request 1147725 from home:dspinella:branches:devel:tools:scm
...
- Do not replace apparmor configuration, fixes bsc#1216545
OBS-URL: https://build.opensuse.org/request/show/1147725
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=637
2024-02-20 10:06:04 +00:00
Danilo Spinella
42270f6e74
Accepting request 1146912 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.43.2
OBS-URL: https://build.opensuse.org/request/show/1146912
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=636
2024-02-19 09:09:05 +00:00
Ana Guerrero
64d2aa6f24
Accepting request 1146242 from devel:tools:scm
...
- update to 2.43.1:
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt
OBS-URL: https://build.opensuse.org/request/show/1146242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=307
2024-02-15 19:59:43 +00:00
9f3a373ebe
- update to 2.43.1:
...
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=634
2024-02-12 16:59:56 +00:00
Ana Guerrero
d15e56f1d8
Accepting request 1137864 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1137864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=306
2024-01-10 20:50:23 +00:00
b945fd4818
Accepting request 1137804 from home:cboltz:branches:devel:tools:scm
...
- gitweb AppArmor profile: allow reading etc/gitweb-common.conf
(boo#1218664)
OBS-URL: https://build.opensuse.org/request/show/1137804
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=632
2024-01-10 05:58:52 +00:00
Ana Guerrero
784b009a45
Accepting request 1137623 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1137623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=305
2024-01-09 19:49:03 +00:00
f5e259626f
Accepting request 1137616 from home:cboltz:branches:devel:tools:scm
...
- git moved to /usr/libexec/git/git, update AppArmor profile
accordingly (boo#1218588)
OBS-URL: https://build.opensuse.org/request/show/1137616
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=630
2024-01-08 19:58:10 +00:00
Ana Guerrero
25f2472069
Accepting request 1127934 from devel:tools:scm
...
- update to 2.43.0:
* The "--rfc" option of "git format-patch" used to be a valid way to
override an earlier "--subject-prefix=<something>" on the command
line and replace it with "[RFC PATCH]", but from this release, it
merely prefixes the string "RFC " in front of the given subject
prefix. If you are negatively affected by this change, please use
"--subject-prefix=PATCH --rfc" as a replacement.
* In Git 2.42, "git rev-list --stdin" learned to take non-revisions
(like "--not") from the standard input, but the way such a "--not" was
handled was quite confusing, which has been rethought. The updated
rule is that "--not" given from the command line only affects revs
given from the command line that comes but not revs read from the
standard input, and "--not" read from the standard input affects
revs given from the standard input and not revs given from the
command line.
* A message written in olden time prevented a branch from getting
checked out, saying it is already checked out elsewhere. But these
days, we treat a branch that is being bisected or rebased just like
a branch that is checked out and protect it from getting modified
with the same codepath. The message has been rephrased to say that
the branch is "in use" to avoid confusion.
* Hourly and other schedules of "git maintenance" jobs are randomly
distributed now.
* "git cmd -h" learned to signal which options can be negated by
listing such options like "--[no-]opt".
* The way authentication related data other than passwords (e.g.,
oauth token and password expiration data) are stored in libsecret
keyrings has been rethought.
* Update the libsecret and wincred credential helpers to correctly
match which credential to erase; they erased the wrong entry in
OBS-URL: https://build.opensuse.org/request/show/1127934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=304
2023-11-22 17:54:15 +00:00
ef49c50038
- update to 2.43.0:
...
* The "--rfc" option of "git format-patch" used to be a valid way to
override an earlier "--subject-prefix=<something>" on the command
line and replace it with "[RFC PATCH]", but from this release, it
merely prefixes the string "RFC " in front of the given subject
prefix. If you are negatively affected by this change, please use
"--subject-prefix=PATCH --rfc" as a replacement.
* In Git 2.42, "git rev-list --stdin" learned to take non-revisions
(like "--not") from the standard input, but the way such a "--not" was
handled was quite confusing, which has been rethought. The updated
rule is that "--not" given from the command line only affects revs
given from the command line that comes but not revs read from the
standard input, and "--not" read from the standard input affects
revs given from the standard input and not revs given from the
command line.
* A message written in olden time prevented a branch from getting
checked out, saying it is already checked out elsewhere. But these
days, we treat a branch that is being bisected or rebased just like
a branch that is checked out and protect it from getting modified
with the same codepath. The message has been rephrased to say that
the branch is "in use" to avoid confusion.
* Hourly and other schedules of "git maintenance" jobs are randomly
distributed now.
* "git cmd -h" learned to signal which options can be negated by
listing such options like "--[no-]opt".
* The way authentication related data other than passwords (e.g.,
oauth token and password expiration data) are stored in libsecret
keyrings has been rethought.
* Update the libsecret and wincred credential helpers to correctly
match which credential to erase; they erased the wrong entry in
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=628
2023-11-21 14:53:29 +00:00
Ana Guerrero
a549fe5183
Accepting request 1123351 from devel:tools:scm
...
git 2.24.1 (forwarded request 1123323 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/1123351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=303
2023-11-05 11:19:06 +00:00
9b7ff2676a
Accepting request 1123323 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.24.1
OBS-URL: https://build.opensuse.org/request/show/1123323
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=626
2023-11-04 18:27:28 +00:00
Ana Guerrero
1d6f3ef5de
Accepting request 1119653 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1119653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=302
2023-10-24 18:07:02 +00:00
Danilo Spinella
f1019b499d
Accepting request 1119646 from home:michals:branches:devel:tools:scm
...
- Add rule for /etc/gitconfig in gitweb.cgi apparmor profile (bsc#1216501).
- gitweb.cgi AppArmor profile
- make the profile a named profile
- add local/ include to make custom additions easier
OBS-URL: https://build.opensuse.org/request/show/1119646
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=624
2023-10-23 13:21:23 +00:00
Ana Guerrero
dc7a5937fc
Accepting request 1113457 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1113457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=301
2023-09-26 20:01:12 +00:00
Danilo Spinella
23e653e713
Accepting request 1113044 from home:michals:branches:devel:tools:scm
...
- Downgrade openssh dependency to recommends (bsc#1215533)
OBS-URL: https://build.opensuse.org/request/show/1113044
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=622
2023-09-25 12:49:41 +00:00
Ana Guerrero
f9faf62fed
Accepting request 1105861 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1105861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=300
2023-08-30 08:17:55 +00:00
Danilo Spinella
b58c8f3843
Accepting request 1105503 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.42.0
OBS-URL: https://build.opensuse.org/request/show/1105503
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=620
2023-08-24 13:57:15 +00:00
Dominique Leuenberger
9251bd89d5
Accepting request 1091063 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1091063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=299
2023-06-07 21:06:05 +00:00
Martin Pluskal
d3e863b7c9
Accepting request 1090985 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.41.0
OBS-URL: https://build.opensuse.org/request/show/1090985
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=618
2023-06-06 09:58:22 +00:00
Dominique Leuenberger
34a2968485
Accepting request 1082939 from devel:tools:scm
...
- git 2.40.1:
* CVE-2023-25652: By feeding specially crafted input to git apply
--reject, a path outside the working tree can be overwritten
with partially controlled contents (corresponding to the
rejected hunk(s) from the given patch).
* CVE-2023-25815: When Git is compiled with runtime prefix
support and runs without translated messages, it still used
the gettext machinery to display messages, which subsequently
potentially looked for translated messages in unexpected
places. This allowed for malicious placement of crafted
messages.
* CVE-2023-29007: When renaming or deleting a section from a
configuration file, certain malicious configuration values may
be misinterpreted as the beginning of a new configuration
section, leading to arbitrary configuration injection.
OBS-URL: https://build.opensuse.org/request/show/1082939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=298
2023-04-27 17:59:12 +00:00
787be26c66
Accepting request 1082819 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.40.1
OBS-URL: https://build.opensuse.org/request/show/1082819
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=616
2023-04-25 21:10:07 +00:00
Dominique Leuenberger
f672a1ae42
Accepting request 1079426 from devel:tools:scm
...
- sha256_clone_fix.patch: fix cloning of empty sha256 repositories (jsc#PED-3891)
OBS-URL: https://build.opensuse.org/request/show/1079426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=297
2023-04-14 11:12:47 +00:00
ea5ce516cc
- sha256_clone_fix.patch: fix cloning of empty sha256 repositories (jsc#PED-3891)
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=614
2023-04-14 10:27:22 +00:00
Dominique Leuenberger
1bf742ba11
Accepting request 1077730 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1077730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=296
2023-04-08 15:38:45 +00:00
61bfe16c0b
Accepting request 1077726 from home:adamm:branches:devel:tools:scm
...
- sha256_clone_fix.patch: fix cloning of empty sha256 repositories
OBS-URL: https://build.opensuse.org/request/show/1077726
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=612
2023-04-06 13:16:24 +00:00
Dominique Leuenberger
ebe05df5b5
Accepting request 1071417 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1071417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=295
2023-03-15 17:53:19 +00:00
Martin Pluskal
cac22aa92d
Accepting request 1071233 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.40.0
OBS-URL: https://build.opensuse.org/request/show/1071233
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=610
2023-03-14 08:47:54 +00:00
Dominique Leuenberger
ed2ab3fb67
Accepting request 1065811 from devel:tools:scm
...
- git 2.39.2:
* CVE-2023-22490: Using a specially-crafted repository, Git can
be tricked into using its local clone optimization even when
using a non-local transport boo#1208027
* CVE-2023-23946: a path outside the working tree can be
overwritten as the user who is running "git apply" boo#1208028
OBS-URL: https://build.opensuse.org/request/show/1065811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=294
2023-02-16 15:54:55 +00:00
97fc5ccb2c
Accepting request 1065806 from home:AndreasStieger:branches:devel:tools:scm
...
- git 2.39.2:
* CVE-2023-22490: Using a specially-crafted repository, Git can
be tricked into using its local clone optimization even when
using a non-local transport boo#1208027
* CVE-2023-23946: a path outside the working tree can be
overwritten as the user who is running "git apply" boo#1208028
OBS-URL: https://build.opensuse.org/request/show/1065806
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=608
2023-02-14 21:27:05 +00:00
Dominique Leuenberger
a62ba7db7f
Accepting request 1059326 from devel:tools:scm
...
- git 2.39.1, fixing two security issues that could allow remote
code execution when accessing specially crafted repositories:
* CVE-2022-41903: log format integer overflow boo#1207033
* CVE-2022-23521: gitattributed parsing integer overflow
boo#1207032
OBS-URL: https://build.opensuse.org/request/show/1059326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=293
2023-01-20 16:37:14 +00:00
ad03eb7dfc
Accepting request 1059281 from home:AndreasStieger:branches:devel:tools:scm
...
bugzillas
OBS-URL: https://build.opensuse.org/request/show/1059281
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=606
2023-01-18 10:28:17 +00:00
609ddbad5b
Accepting request 1059150 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.39.1
OBS-URL: https://build.opensuse.org/request/show/1059150
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=605
2023-01-17 21:45:10 +00:00
Dominique Leuenberger
16af1ee7ec
Accepting request 1043115 from devel:tools:scm
...
- switch to pkgconfig(zlib) so that alternative providers can be
used
OBS-URL: https://build.opensuse.org/request/show/1043115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=292
2022-12-16 16:51:03 +00:00
504a3a3eab
- switch to pkgconfig(zlib) so that alternative providers can be
...
used
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=603
2022-12-15 12:09:03 +00:00
Dominique Leuenberger
07a0662ed7
Accepting request 1042474 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1042474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=291
2022-12-14 13:10:30 +00:00
a5b19cceff
Accepting request 1042462 from home:AndreasStieger:branches:devel:tools:scm
...
git 2.39.0
OBS-URL: https://build.opensuse.org/request/show/1042462
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=601
2022-12-12 21:01:48 +00:00
Dominique Leuenberger
713763acd2
Accepting request 1032894 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1032894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=290
2022-11-08 09:53:08 +00:00
Fabian Vogt
7d88583a8d
Accepting request 1008719 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1008719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=289
2022-10-10 16:43:42 +00:00
Dominique Leuenberger
877a55d6a2
Accepting request 1005485 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1005485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=288
2022-09-25 13:34:16 +00:00
Dominique Leuenberger
cbec24d713
Accepting request 1002342 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1002342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=287
2022-09-10 18:17:12 +00:00
Dominique Leuenberger
66ec1d36b8
Accepting request 1000947 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/1000947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=286
2022-09-04 20:11:33 +00:00
Dominique Leuenberger
1cebf0890b
Accepting request 998105 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/998105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=285
2022-08-20 18:27:52 +00:00
Richard Brown
21836f0ec6
Accepting request 995841 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/995841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=284
2022-08-17 16:16:35 +00:00
Dominique Leuenberger
f57085bea7
Accepting request 988914 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/988914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=283
2022-07-14 14:33:18 +00:00
Dominique Leuenberger
d1e1df8c3b
Accepting request 988274 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/988274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=282
2022-07-12 09:11:57 +00:00
Dominique Leuenberger
17fafd160b
Accepting request 987497 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/987497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=281
2022-07-09 14:58:55 +00:00
Dominique Leuenberger
d036f1fd64
Accepting request 982932 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/982932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=280
2022-06-18 20:05:18 +00:00
Dominique Leuenberger
226f89f2dc
Accepting request 979048 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/979048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=279
2022-05-26 16:43:44 +00:00
Dominique Leuenberger
aa98dc27af
Accepting request 975550 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/975550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=278
2022-05-08 19:52:12 +00:00
Dominique Leuenberger
e202ace468
Accepting request 970899 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/970899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=277
2022-04-22 19:52:58 +00:00
Dominique Leuenberger
6b8915c67b
Accepting request 970347 from devel:tools:scm
...
- git 2.35.3:
* usability fix-up for CVE-2022-24765 bsc#1198234:
'*' can be used as the value for the `safe.directory` variable
to signal that the user considers that any directory is safe.
* The code that was meant to parse the new `safe.directory`
configuration variable was not checking what configuration
variable was being fed to it
- Require bash in git-daemon because the service file uses it
- Reword git-daemon.service description to get a useful sentence
in journalctl -b
- git 2.35.2 (CVE-2022-24765, bsc#1198234):
* CVE-2022-24765: git may execute commands defined by other users
from unexpected worktrees
- Require nogroup group for %pre (bsc#1192023)
OBS-URL: https://build.opensuse.org/request/show/970347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=276
2022-04-15 22:14:08 +00:00
Dominique Leuenberger
aec78cff84
Accepting request 962095 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/962095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=275
2022-03-18 15:41:22 +00:00
Dominique Leuenberger
6ee96f6fb7
Accepting request 956617 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/956617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=274
2022-02-23 15:25:41 +00:00
Dominique Leuenberger
54e2cafb0c
Accepting request 949887 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/949887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=273
2022-02-01 13:02:42 +00:00
Dominique Leuenberger
b0aae38df9
Accepting request 940530 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/940530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=272
2021-12-14 21:02:10 +00:00
Dominique Leuenberger
de4f943096
Accepting request 934174 from devel:tools:scm
...
- update to 2.34.1:
* "git grep" looking in a blob that has non-UTF8 payload was
completely broken when linked with certain versions of PCREv2
library in the latest release.
* "git pull" with any strategy when the other side is behind us
should succeed as it is a no-op, but doesn't.
* An earlier change in 2.34.0 caused JGit application (that abused
GIT_EDITOR mechanism when invoking "git config") to get stuck with
a SIGTTOU signal; it has been reverted.
* An earlier change that broke .gitignore matching has been reverted.
* SubmittingPatches document gained a syntactically incorrect mark-up,
which has been corrected.
- fix url
OBS-URL: https://build.opensuse.org/request/show/934174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=271
2021-12-01 19:46:36 +00:00
Dominique Leuenberger
041822fbc8
Accepting request 932757 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/932757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=270
2021-11-23 21:10:08 +00:00
Dominique Leuenberger
78515abc29
Accepting request 927774 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/927774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=269
2021-10-29 20:33:05 +00:00
Dominique Leuenberger
546eaed68e
Accepting request 925231 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/925231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=268
2021-10-16 20:46:53 +00:00
Dominique Leuenberger
8f3b5d5077
Accepting request 923514 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/923514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=267
2021-10-11 13:30:25 +00:00
Dominique Leuenberger
33d3540bb4
Accepting request 913667 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/913667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=266
2021-08-25 18:56:09 +00:00
Dominique Leuenberger
11facd4c4b
Accepting request 897976 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/897976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=265
2021-06-09 19:54:51 +00:00
Dominique Leuenberger
c4e59cdf0d
Accepting request 892021 from devel:tools:scm
...
- add suse-use-builtin-add-interactive.patch (jsc#SLE-17838)
OBS-URL: https://build.opensuse.org/request/show/892021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=264
2021-05-10 13:35:06 +00:00
Dominique Leuenberger
5049141a33
Accepting request 887962 from devel:tools:scm
...
- Remove deprecated "syslog" option from git-daemon.service (bsc#1185147)
OBS-URL: https://build.opensuse.org/request/show/887962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=263
2021-04-24 21:07:10 +00:00
Dominique Leuenberger
869bdab7c1
Accepting request 885634 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/885634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=262
2021-04-18 19:44:54 +00:00
Richard Brown
271082f7a2
Accepting request 883834 from devel:tools:scm
...
- add suse-use-builtin-add-interactive.patch
- split git-core perl module into git-core, move instaweb
to git-web, and the single remaining perl builtin to git, so
that git-core is perl free
OBS-URL: https://build.opensuse.org/request/show/883834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=261
2021-04-10 13:26:14 +00:00
Richard Brown
90972dec91
Accepting request 881672 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/881672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=260
2021-04-06 15:29:21 +00:00
Dominique Leuenberger
ef9abf326f
Accepting request 878071 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/878071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=259
2021-03-12 12:30:11 +00:00
Dominique Leuenberger
0bd7615737
Accepting request 870830 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/870830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=258
2021-02-16 21:35:20 +00:00
Dominique Leuenberger
1e785c8ccd
Accepting request 859290 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/859290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=257
2021-01-15 18:43:14 +00:00
Dominique Leuenberger
02b9a804d7
Accepting request 850115 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/850115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=256
2020-11-26 22:11:54 +00:00
Dominique Leuenberger
9c6f1d7116
Accepting request 844935 from devel:tools:scm
...
git 2.29.2
OBS-URL: https://build.opensuse.org/request/show/844935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=255
2020-11-02 13:03:38 +00:00
Dominique Leuenberger
d80aff298b
Accepting request 843670 from devel:tools:scm
...
git 2.29.1
OBS-URL: https://build.opensuse.org/request/show/843670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=254
2020-10-28 08:56:54 +00:00
Dominique Leuenberger
eabb31532a
Accepting request 842637 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/842637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=253
2020-10-23 10:19:41 +00:00
Dominique Leuenberger
0d43f42e3d
Accepting request 823130 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/823130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=252
2020-07-31 13:52:47 +00:00
Dominique Leuenberger
3b41c635c8
Accepting request 810679 from devel:tools:scm
...
git 2.27.0
OBS-URL: https://build.opensuse.org/request/show/810679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=251
2020-06-11 12:38:46 +00:00
Dominique Leuenberger
7a98c83d79
Accepting request 799281 from devel:tools:scm
...
- Protocol v2 in_vain fixes (bsc#1170741, bsc#1170939).
OBS-URL: https://build.opensuse.org/request/show/799281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=250
2020-05-01 09:08:45 +00:00
Dominique Leuenberger
3a8bbca3df
Accepting request 798758 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/798758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=249
2020-04-29 18:44:23 +00:00
Dominique Leuenberger
72bf55c7c6
Accepting request 797168 from devel:tools:scm
...
- With recent switch to protocol v2 people are reporting fetches transferring
unreasonable amount of data. Upstream proposes switching the protocol back
until the issue is properly diagnosed. The regression is problematic for
people with lower network connection speed.
Added: Revert-fetch-default-to-protocol-version-2.patch
- git 2.26.2:
* CVE-2020-11008: Specially crafted URLs may have tricked the
credentials helper to providing credential information that
is not appropriate for the protocol in use and host being
contacted (boo#1169936)
- Submit to SLE15 / resubmit to Factory (bsc#1169786, jsc#SLE-12396, bsc#1149792)
OBS-URL: https://build.opensuse.org/request/show/797168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=248
2020-04-25 18:16:43 +00:00
Dominique Leuenberger
a0030f8fd4
Accepting request 795368 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/795368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=247
2020-04-19 19:35:26 +00:00
Dominique Leuenberger
c31a4efafb
Accepting request 791228 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/791228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=246
2020-04-04 10:15:10 +00:00
Dominique Leuenberger
dc5cf29152
Accepting request 787556 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/787556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=245
2020-03-25 22:42:52 +00:00
Dominique Leuenberger
f84ac4bac5
Accepting request 774823 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/774823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=244
2020-02-20 13:53:41 +00:00
Dominique Leuenberger
0287eaefe0
Accepting request 764323 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/764323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=243
2020-01-19 19:51:08 +00:00
Dominique Leuenberger
80d91a7c80
Accepting request 755723 from devel:tools:scm
...
- git 2.24.1:
* CVE-2019-1348: The --export-marks option of fast-import is
exposed also via the in-stream command feature export-marks=...
and it allows overwriting arbitrary paths (boo#1158785)
* CVE-2019-1349: on Windows, when submodules are cloned
recursively, under certain circumstances Git could be fooled
into using the same Git directory twice (boo#1158787)
* CVE-2019-1350: Incorrect quoting of command-line arguments
allowed remote code execution during a recursive clone in
conjunction with SSH URLs (boo#1158788)
* CVE-2019-1351: on Windows mistakes drive letters outside of
the US-English alphabet as relative paths (boo#1158789)
* CVE-2019-1352: on Windows was unaware of NTFS Alternate Data
Streams (boo#1158790)
* CVE-2019-1353: when run in the Windows Subsystem for Linux
while accessing a working directory on a regular Windows
drive, none of the NTFS protections were active (boo#1158791)
* CVE-2019-1354: on Windows refuses to write tracked files with
filenames that contain backslashes (boo#1158792)
* CVE-2019-1387: Recursive clones vulnerability that is caused
by too-lax validation of submodule names, allowing very
targeted attacks via remote code execution in recursive
clones (boo#1158793)
* CVE-2019-19604: a recursive clone followed by a submodule
update could execute code contained within the repository
without the user explicitly having asked for that (boo#1158795)
OBS-URL: https://build.opensuse.org/request/show/755723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=242
2019-12-23 21:36:01 +00:00
Dominique Leuenberger
dc5d755f72
Accepting request 752814 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/752814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=241
2019-12-07 14:19:55 +00:00
Dominique Leuenberger
d547c32f13
Accepting request 745173 from devel:tools:scm
...
- 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch: Don't remove
"-x manpage.xsl" option
- BuildRequire docbook5-xsl-stylesheets
- git 2.24.0
* The command line parser learned "--end-of-options" notation.
* A mechanism to affect the default setting for a (related) group of
configuration variables is introduced.
* "git fetch" learned "--set-upstream" option to help those who first
clone from their private fork they intend to push to, add the true
upstream via "git remote add" and then "git fetch" from it.
* fixes and improvements to UI, workflow and features, bash completion fixes
- modified patch 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
* part of it merged upstream
* the Makefile attempted to download some documentation, banned
OBS-URL: https://build.opensuse.org/request/show/745173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=240
2019-11-08 14:21:58 +00:00
Dominique Leuenberger
e7c139d2e6
Accepting request 735832 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/735832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=239
2019-10-14 10:31:49 +00:00
Dominique Leuenberger
1e4811c479
Accepting request 734750 from devel:tools:scm
...
changelog merge because of SLE git update
OBS-URL: https://build.opensuse.org/request/show/734750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=238
2019-10-03 12:10:04 +00:00
Dominique Leuenberger
64c6816a53
Accepting request 724398 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/724398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=237
2019-08-27 13:19:57 +00:00
Dominique Leuenberger
d368575d01
Accepting request 723284 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/723284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=236
2019-08-16 13:32:42 +00:00
Dominique Leuenberger
0e16f7c550
Accepting request 718222 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/718222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=235
2019-07-28 08:20:59 +00:00
Dominique Leuenberger
d5980e3ad1
Accepting request 715472 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/715472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=234
2019-07-17 12:23:25 +00:00
Dominique Leuenberger
09b049c67a
Accepting request 708976 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/708976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=233
2019-06-24 19:47:30 +00:00
Dominique Leuenberger
df05c6eeae
Accepting request 702617 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/702617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=232
2019-05-15 10:24:30 +00:00
Dominique Leuenberger
937fe2e8ec
Accepting request 694145 from devel:tools:scm
...
- update git-web AppArmor profile for bash and tar usrMerge (boo#1132350)
OBS-URL: https://build.opensuse.org/request/show/694145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=231
2019-04-17 09:21:15 +00:00
Stephan Kulow
d471f1092d
Accepting request 678866 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/678866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=230
2019-02-28 20:37:43 +00:00
Dominique Leuenberger
e1a815f477
Accepting request 667946 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/667946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=229
2019-01-26 21:18:54 +00:00
Dominique Leuenberger
9c9fb96594
Accepting request 664998 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/664998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=228
2019-01-21 09:08:17 +00:00
Dominique Leuenberger
c502be5129
Accepting request 658762 from devel:tools:scm
...
git 2.20.1
- group(nogroup) is provided with Leap 15 onwards only
OBS-URL: https://build.opensuse.org/request/show/658762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=227
2018-12-19 12:25:31 +00:00
Dominique Leuenberger
42cfc11470
Accepting request 653788 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/653788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=226
2018-12-10 11:26:12 +00:00
Dominique Leuenberger
c1c7775c3f
Accepting request 650777 from devel:tools:scm
...
git 2.19.2
OBS-URL: https://build.opensuse.org/request/show/650777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=225
2018-11-26 09:14:47 +00:00
Dominique Leuenberger
98b9d6be0b
Accepting request 640121 from devel:tools:scm
...
git 2.19.1 CVE-2018-17456 bsc#1110949
OBS-URL: https://build.opensuse.org/request/show/640121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=224
2018-10-11 09:46:47 +00:00
Yuchen Lin
3dbfce08a4
Accepting request 635268 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/635268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=223
2018-09-18 09:40:44 +00:00
Dominique Leuenberger
31fbf04c09
Accepting request 632822 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/632822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=222
2018-09-05 11:47:40 +00:00
Dominique Leuenberger
9753df24fc
Accepting request 618889 from devel:tools:scm
...
git 2.18.0
OBS-URL: https://build.opensuse.org/request/show/618889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=221
2018-06-27 08:16:44 +00:00
Dominique Leuenberger
0a9fed604d
Accepting request 613093 from devel:tools:scm
...
git 2.17.1
(CVE-2018-11235, bsc#1095219)
(CVE-2018-11233, bsc#1095218)
OBS-URL: https://build.opensuse.org/request/show/613093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=220
2018-06-03 10:31:12 +00:00
Dominique Leuenberger
f7bc847ca0
Accepting request 611896 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/611896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=219
2018-05-25 19:37:43 +00:00
Dominique Leuenberger
26c472cc4e
Accepting request 610717 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/610717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=218
2018-05-21 18:21:32 +00:00
Dominique Leuenberger
a5f1009f43
Accepting request 591587 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/591587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=217
2018-03-29 09:49:09 +00:00
Dominique Leuenberger
854a9666f3
Accepting request 584489 from devel:tools:scm
...
- Drop superfluous xinetd snippet, no longer used (bsc#1084460) (forwarded request 584446 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/584489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=216
2018-03-09 09:35:12 +00:00
Dominique Leuenberger
514b122f9a
Accepting request 580554 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/580554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=215
2018-03-01 11:01:26 +00:00
Dominique Leuenberger
b6a179e197
Accepting request 578902 from devel:tools:scm
...
- Create subpackage for libsecret credential helper. (forwarded request 578783 from fcrozat)
OBS-URL: https://build.opensuse.org/request/show/578902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=214
2018-02-23 14:28:45 +00:00
Dominique Leuenberger
85d3f7f9bb
Accepting request 577719 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/577719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=213
2018-02-19 11:54:02 +00:00
Dominique Leuenberger
d159fec9d8
Accepting request 568594 from devel:tools:scm
...
git 2.16.1
OBS-URL: https://build.opensuse.org/request/show/568594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=212
2018-01-24 14:25:20 +00:00
Dominique Leuenberger
52561b4f80
Accepting request 567635 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/567635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=211
2018-01-21 14:47:23 +00:00
Dominique Leuenberger
6426de801e
Accepting request 547590 from devel:tools:scm
...
git 2.15.1
(bsc#1069803)
OBS-URL: https://build.opensuse.org/request/show/547590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=210
2017-12-03 09:06:55 +00:00
Dominique Leuenberger
9769591655
Accepting request 544852 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/544852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=209
2017-11-30 11:36:22 +00:00
Dominique Leuenberger
7d0792e5ae
Accepting request 542209 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/542209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=208
2017-11-19 10:10:40 +00:00
Dominique Leuenberger
890007cdfd
Accepting request 539445 from devel:tools:scm
...
OBS-URL: https://build.opensuse.org/request/show/539445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=207
2017-11-14 13:44:28 +00:00
Dominique Leuenberger
e00a08c4dc
Accepting request 538087 from devel:tools:scm
...
git 2.15.0 (forwarded request 538086 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/538087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=206
2017-11-04 09:23:47 +00:00
Dominique Leuenberger
70e32972cb
Accepting request 535930 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/535930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=205
2017-10-26 16:39:24 +00:00
Dominique Leuenberger
651f8795b1
Accepting request 533155 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/533155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=204
2017-10-13 12:16:59 +00:00
Dominique Leuenberger
9fd19580e8
Accepting request 528736 from devel:tools:scm
...
git 2.14.2 bsc#1060377 bsc#1060378
OBS-URL: https://build.opensuse.org/request/show/528736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=203
2017-09-29 09:48:46 +00:00
Dominique Leuenberger
069d918659
Accepting request 515991 from devel:tools:scm
...
git 2.14.1 (bsc#1052481) CVE-2017-1000117
OBS-URL: https://build.opensuse.org/request/show/515991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=202
2017-08-21 09:35:00 +00:00
Yuchen Lin
8030e85820
Accepting request 514712 from devel:tools:scm
...
git 2.14.0
OBS-URL: https://build.opensuse.org/request/show/514712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=201
2017-08-06 09:25:53 +00:00
Dominique Leuenberger
cf4055c7b1
Accepting request 510035 from devel:tools:scm
...
git 2.13.3
OBS-URL: https://build.opensuse.org/request/show/510035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=200
2017-07-17 07:02:21 +00:00
Dominique Leuenberger
863c19a822
Accepting request 506141 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/506141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=199
2017-06-30 16:41:04 +00:00
Dominique Leuenberger
d891d26b60
Accepting request 501116 from devel:tools:scm
...
git 2.13.1 (forwarded request 501115 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/501116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=198
2017-06-07 07:54:24 +00:00
Dominique Leuenberger
b18505bb0a
Accepting request 494473 from devel:tools:scm
...
git 2.13.0
git 2.12.3
* CVE-2017-8386: On a server running git-shell as login shell to
restrict user to git commands, remote users may have been able
to have git service programs spawn an interactive pager
and thus escape the shell restrictions. (bsc#1038395)
OBS-URL: https://build.opensuse.org/request/show/494473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=197
2017-05-20 08:06:50 +00:00
Yuchen Lin
8b81b222a4
Accepting request 482660 from devel:tools:scm
...
git 2.12.2 (forwarded request 482659 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/482660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=196
2017-03-31 13:05:20 +00:00
Dominique Leuenberger
0b7ca2fe3a
Accepting request 477583 from devel:tools:scm
...
- Submit version 2.12.0 to SLE-12 (fate#322294, bsc#977477)
OBS-URL: https://build.opensuse.org/request/show/477583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=195
2017-03-10 20:45:16 +00:00
Dominique Leuenberger
0a76183baf
Accepting request 460315 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/460315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=194
2017-02-26 16:05:23 +00:00
Dominique Leuenberger
ae33fb39e1
Accepting request 455835 from devel:tools:scm
...
git 2.11.1
OBS-URL: https://build.opensuse.org/request/show/455835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=193
2017-02-20 12:12:30 +00:00
Dominique Leuenberger
bde1479acf
Accepting request 453877 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/453877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=192
2017-02-06 13:33:18 +00:00
Ludwig Nussel
f113746ab8
Accepting request 445373 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/445373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=191
2016-12-19 10:27:29 +00:00
Dominique Leuenberger
a082d3900f
Accepting request 442829 from devel:tools:scm
...
git 2.11.0
OBS-URL: https://build.opensuse.org/request/show/442829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=190
2016-12-02 15:40:25 +00:00
Dominique Leuenberger
f9d8699b90
Accepting request 438857 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/438857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=189
2016-11-07 10:22:56 +00:00
Dominique Leuenberger
9243340946
Accepting request 433128 from devel:tools:scm
...
git 2.10.1 (forwarded request 433122 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/433128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=188
2016-10-06 10:31:02 +00:00
Dominique Leuenberger
eb2416479e
Accepting request 427802 from devel:tools:scm
...
- hotfix shell lib include path in git-sh-setup
adding git-setup-i18n-fix.patch
OBS-URL: https://build.opensuse.org/request/show/427802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=187
2016-09-17 12:38:36 +00:00
Dominique Leuenberger
d324862e99
Accepting request 424692 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/424692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=186
2016-09-05 19:18:53 +00:00
Dominique Leuenberger
9dd90505f2
Accepting request 419150 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/419150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=185
2016-08-17 10:03:44 +00:00
Dominique Leuenberger
0f4660dc2d
Accepting request 409070 from devel:tools:scm
...
git 2.9.2
OBS-URL: https://build.opensuse.org/request/show/409070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=184
2016-07-18 19:23:10 +00:00
Dominique Leuenberger
bad11ef5e4
Accepting request 403775 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/403775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=183
2016-07-01 07:56:29 +00:00
Dominique Leuenberger
307b4ec983
Accepting request 400379 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/400379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=182
2016-06-10 21:59:04 +00:00
Dominique Leuenberger
cefc85ea56
Accepting request 397064 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/397064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=181
2016-05-23 15:31:17 +00:00
Dominique Leuenberger
f9de565301
Accepting request 393058 from devel:tools:scm
...
git 2.8.2 (forwarded request 393057 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/393058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=180
2016-05-05 11:18:45 +00:00
Dominique Leuenberger
c0ffa391a0
Accepting request 390662 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/390662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=179
2016-04-28 14:50:18 +00:00
Dominique Leuenberger
09ca0f2300
Accepting request 383631 from devel:tools:scm
...
git 2.8.1
OBS-URL: https://build.opensuse.org/request/show/383631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=178
2016-04-07 11:36:05 +00:00
Dominique Leuenberger
5e188f3e1e
Accepting request 379503 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/379503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=177
2016-03-29 07:54:40 +00:00
Dominique Leuenberger
4b903492fe
Accepting request 369873 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/369873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=176
2016-03-16 09:26:41 +00:00
Dominique Leuenberger
8c5b275bf4
Accepting request 361090 from devel:tools:scm
...
git 2.7.2
OBS-URL: https://build.opensuse.org/request/show/361090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=175
2016-02-25 21:00:43 +00:00
Dominique Leuenberger
9dd611351a
Accepting request 358013 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/358013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=174
2016-02-09 15:49:05 +00:00
Dominique Leuenberger
61459da9d6
Accepting request 356220 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/356220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=173
2016-02-03 09:17:11 +00:00
Dominique Leuenberger
434abd9640
Accepting request 353142 from devel:tools:scm
...
package git-new-workdir [boo#961292]
OBS-URL: https://build.opensuse.org/request/show/353142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=172
2016-01-13 21:44:08 +00:00
Dominique Leuenberger
f9adf53b04
Accepting request 352047 from devel:tools:scm
...
git 2.7.0
OBS-URL: https://build.opensuse.org/request/show/352047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=171
2016-01-08 14:22:27 +00:00
Dominique Leuenberger
100449d757
Accepting request 348004 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/348004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=170
2015-12-17 14:52:47 +00:00
Dominique Leuenberger
4bf18b297e
Accepting request 342882 from devel:tools:scm
...
gi3 2.6.3
OBS-URL: https://build.opensuse.org/request/show/342882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=169
2015-11-12 18:40:08 +00:00
Dominique Leuenberger
65364da341
Accepting request 340690 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/340690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=168
2015-10-28 16:16:32 +00:00
Dominique Leuenberger
52850b3274
Accepting request 339786 from devel:tools:scm
...
git 2.6.2
OBS-URL: https://build.opensuse.org/request/show/339786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=167
2015-10-22 10:57:59 +00:00
Dominique Leuenberger
88ee113741
Accepting request 334864 from devel:tools:scm
...
git 2.6.0
OBS-URL: https://build.opensuse.org/request/show/334864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=166
2015-10-01 07:28:19 +00:00
Dominique Leuenberger
f5e36d7fac
Accepting request 330559 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/330559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=165
2015-09-17 07:17:53 +00:00
Dominique Leuenberger
d5da379ad0
Accepting request 327912 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/327912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=164
2015-09-03 16:00:22 +00:00
Stephan Kulow
7e1ec9ce3f
Accepting request 327148 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/327148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=163
2015-08-29 18:03:10 +00:00
Dominique Leuenberger
2e13cf242c
Accepting request 320422 from devel:tools:scm
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/320422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=162
2015-08-10 07:14:44 +00:00
Stephan Kulow
1cf734428e
Accepting request 317987 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/317987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=161
2015-07-24 07:57:51 +00:00
Stephan Kulow
4206602985
Accepting request 317543 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/317543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=160
2015-07-21 11:25:30 +00:00
Stephan Kulow
3454b7cd66
Accepting request 313834 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/313834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=159
2015-07-05 16:01:25 +00:00
Dominique Leuenberger
53a22542d9
Accepting request 311414 from devel:tools:scm
...
git 2.4.3
OBS-URL: https://build.opensuse.org/request/show/311414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=158
2015-06-11 06:21:22 +00:00
Dominique Leuenberger
303412623f
Accepting request 308945 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/308945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=157
2015-06-01 07:29:46 +00:00
Stephan Kulow
0f0aac0418
Accepting request 307194 from devel:tools:scm
...
git 2.4.1
OBS-URL: https://build.opensuse.org/request/show/307194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=156
2015-05-15 07:55:25 +00:00
Dominique Leuenberger
555422fa24
Accepting request 304698 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/304698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=155
2015-05-02 15:24:46 +00:00
Stephan Kulow
4ec9d8bb3a
Accepting request 304130 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/304130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=154
2015-04-28 18:47:56 +00:00
Dominique Leuenberger
94fa2b88b6
Accepting request 294746 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/294746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=153
2015-04-10 07:46:43 +00:00
Dominique Leuenberger
eba6be1122
Accepting request 292562 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/292562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=152
2015-03-27 08:38:54 +00:00
Dominique Leuenberger
3fb0376b3d
Accepting request 290836 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/290836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=151
2015-03-16 08:42:01 +00:00
Dominique Leuenberger
943538660f
Accepting request 288096 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/288096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=150
2015-03-05 14:36:45 +00:00
Dominique Leuenberger
38e6ff3aa7
Accepting request 284849 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/284849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=149
2015-02-12 09:19:59 +00:00
Dominique Leuenberger
160e256286
Accepting request 281097 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/281097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=148
2015-01-20 18:11:31 +00:00
Dominique Leuenberger
1f811d303f
Accepting request 266041 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/266041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=147
2014-12-23 10:50:02 +00:00
Dominique Leuenberger
5af0727b38
Accepting request 264019 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/264019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=146
2014-12-05 20:07:35 +00:00
Dominique Leuenberger
50df422c7a
Accepting request 262781 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/262781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=145
2014-11-24 10:18:04 +00:00
Stephan Kulow
bcfea3d80b
Accepting request 258951 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/258951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=144
2014-11-03 12:11:19 +00:00
Stephan Kulow
cac9871f91
Accepting request 254353 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/254353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=143
2014-10-09 10:52:04 +00:00
Stephan Kulow
fd650db959
Accepting request 253252 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/253252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=142
2014-10-05 18:28:07 +00:00
Stephan Kulow
7c9a5bbf29
Accepting request 250478 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/250478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=141
2014-09-23 08:42:14 +00:00
Stephan Kulow
e7c2cff8f7
Accepting request 245535 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/245535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=139
2014-08-27 14:53:04 +00:00
Stephan Kulow
566463c9d0
Accepting request 243588 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/243588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=138
2014-08-05 19:10:53 +00:00
Stephan Kulow
93daaa8716
Accepting request 243239 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/243239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=137
2014-08-01 12:34:26 +00:00
Stephan Kulow
fd510ea339
Accepting request 239283 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/239283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=136
2014-07-10 06:16:36 +00:00
Stephan Kulow
070b376530
Accepting request 237627 from devel:tools:scm
...
1
OBS-URL: https://build.opensuse.org/request/show/237627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=135
2014-06-26 06:00:13 +00:00
Stephan Kulow
a4882f4047
Accepting request 233581 from devel:tools:scm
...
git 1.9.3 (forwarded request 233484 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/233581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=134
2014-05-13 18:45:48 +00:00
Stephan Kulow
9a0a57bf85
Accepting request 229938 from devel:tools:scm
...
git 1.9.2 (forwarded request 229934 from AndreasStieger)
OBS-URL: https://build.opensuse.org/request/show/229938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=133
2014-04-14 08:52:36 +00:00
Stephan Kulow
f2d77d1f9f
Accepting request 226942 from devel:tools:scm
...
- update to 1.9.1
https://raw.github.com/git/git/master/Documentation/RelNotes/1.9.1.txt (forwarded request 226937 from burnus)
OBS-URL: https://build.opensuse.org/request/show/226942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=132
2014-03-21 12:30:16 +00:00
Stephan Kulow
7da1f0aa08
Accepting request 223603 from devel:tools:scm
...
- update to version 1.9.0
- Rediffed git-zsh-completion-fixes.diff
https://raw.github.com/git/git/master/Documentation/RelNotes/1.9.0.txt (forwarded request 223518 from burnus)
OBS-URL: https://build.opensuse.org/request/show/223603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=131
2014-02-24 13:12:01 +00:00
Tomáš Chvátal
45fcd4a429
Accepting request 220982 from devel:tools:scm
...
- Fix a typo in git csh completion (non-existing label);
use the normal if/then/endif now instead (forwarded request 220981 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/220982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=130
2014-02-07 09:25:52 +00:00
Stephan Kulow
5c40df9005
Accepting request 220443 from devel:tools:scm
...
- Put additional documentation formats (~8 MB) into a separate
subpackage (forwarded request 220426 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/220443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=129
2014-02-02 06:35:06 +00:00
Stephan Kulow
14a27b1f8d
Accepting request 214092 from devel:tools:scm
...
Include git subtree command (forwarded request 213896 from iartarisi)
OBS-URL: https://build.opensuse.org/request/show/214092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=128
2014-01-17 10:03:34 +00:00
Stephan Kulow
6b15e77a43
Accepting request 211457 from devel:tools:scm
...
updated version to 1.8.5.2 (forwarded request 211456 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/211457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=127
2013-12-19 11:10:28 +00:00
Stephan Kulow
4b2e5d6b52
Accepting request 209321 from devel:tools:scm
...
- Package also git-remote-hg and git-remote-bzr, so that
git clone hg::$URL actually works (forwarded request 209316 from olh)
OBS-URL: https://build.opensuse.org/request/show/209321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=126
2013-12-04 11:25:01 +00:00
Stephan Kulow
ad3b6d21b1
Accepting request 209245 from devel:tools:scm
...
- Add missing obsoletes for git-remote-helpers subpackage, which
was dropped in git 1.8.5 (forwarded request 209244 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/209245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=125
2013-12-03 13:26:02 +00:00
Stephan Kulow
0a86e5599b
Accepting request 208622 from devel:tools:scm
...
git 1.8.4.4 (forwarded request 208621 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/208622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=124
2013-11-27 14:28:52 +00:00
Stephan Kulow
b4cc2bc0bd
Accepting request 206842 from devel:tools:scm
...
git 1.8.4.3 (forwarded request 206841 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/206842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=123
2013-11-15 12:19:43 +00:00
Tomáš Chvátal
647ae269c7
Accepting request 205195 from devel:tools:scm
...
git version 1.8.4.2 (forwarded request 205194 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/205195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=122
2013-10-30 14:32:09 +00:00
Tomáš Chvátal
6a21e56e0f
Accepting request 204083 from devel:tools:scm
...
updated to version 1.8.4.1 (forwarded request 204082 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/204083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=121
2013-10-21 10:28:48 +00:00
Stephan Kulow
64a357bfbd
Accepting request 197382 from devel:tools:scm
...
- Add dependency on perl-Term-Readkey package to git-svn
(bnc#838027) (forwarded request 197381 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/197382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=119
2013-09-04 14:06:45 +00:00
Stephan Kulow
97d7174b6a
Accepting request 196442 from devel:tools:scm
...
update to version 1.8.4 (forwarded request 196338 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/196442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=118
2013-08-27 18:44:30 +00:00
Tomáš Chvátal
545f3d1c69
Accepting request 186544 from devel:tools:scm
...
updated to version 1.8.3.4 (forwarded request 186540 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/186544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=117
2013-08-10 09:50:35 +00:00
Stephan Kulow
5692609702
Accepting request 179235 from devel:tools:scm
...
updated to version 1.8.3.1 (forwarded request 179234 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/179235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=116
2013-06-17 08:08:25 +00:00
Stephan Kulow
42d60f2030
Accepting request 176618 from devel:tools:scm
...
- updated to version 1.8.3:
* bug fixes and documentation updates
more details, please see here:
https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.txt (forwarded request 176617 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/176618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=115
2013-05-27 08:18:44 +00:00
Stephan Kulow
4e1cc7418f
Accepting request 175691 from devel:tools:scm
...
- updated to version 1.8.2.3:
* bug fixes and documentation updates
more details, please see here:
https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.3.txt (forwarded request 175690 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/175691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=114
2013-05-16 08:30:07 +00:00
Stephan Kulow
c92d783b2a
Accepting request 174874 from devel:tools:scm
...
- revert change from Apr 26 07:22:29 UTC 2013; we will downgrade
cvsps package instead of having additional cvsps2, so git-cvs
requires cvsps again (forwarded request 174712 from pgajdos)
OBS-URL: https://build.opensuse.org/request/show/174874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=113
2013-05-13 12:52:00 +00:00
Stephan Kulow
89f562b4f6
Accepting request 174653 from devel:tools:scm
...
- Create links from %{gitexecdir}/git instead of %{gitexecdir}/git-add (forwarded request 174649 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/request/show/174653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=112
2013-05-07 05:21:28 +00:00
Stephan Kulow
227b6b0993
Accepting request 174510 from devel:tools:scm
...
updated to version 1.8.2.2 (forwarded request 174509 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/174510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=111
2013-05-06 07:51:26 +00:00
Stephan Kulow
d986cf39ed
Accepting request 174419 from devel:tools:scm
...
- Don't own /etc/apache2, buildrequire apache2 instead.
OBS-URL: https://build.opensuse.org/request/show/174419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=110
2013-05-03 11:35:00 +00:00
Stephan Kulow
8b27c41dbc
Accepting request 173692 from devel:tools:scm
...
- require cvsps2 instead of cvsps [bnc#809800] (forwarded request 173434 from pgajdos)
OBS-URL: https://build.opensuse.org/request/show/173692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=109
2013-04-29 11:57:47 +00:00
Stephan Kulow
5bb65b2fa0
Accepting request 163099 from devel:tools:scm
...
updated to version 1.8.2.1 (forwarded request 163098 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/163099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=108
2013-04-08 12:37:38 +00:00
Stephan Kulow
7c0d2207a4
Accepting request 162393 from devel:tools:scm
...
- Add missing $HOME for git-daemon script that may result in a
fatal error at start (bnc#812893) (forwarded request 162392 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/162393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=107
2013-04-05 11:22:52 +00:00
Stephan Kulow
21fc25c24c
Accepting request 161517 from devel:tools:scm
...
- fix git-daemon's pre-uninstall script to correctly stop the daemon after removal (bnc#812123)
- fix git-daemon's post-uninstall script to restart the daemon after update (bnc#812123) (forwarded request 161506 from leonardocf)
OBS-URL: https://build.opensuse.org/request/show/161517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=106
2013-03-28 12:11:58 +00:00
Stephan Kulow
65031f8424
Accepting request 159296 from devel:tools:scm
...
updated to version 1.8.2 (forwarded request 159267 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/159296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=105
2013-03-14 14:20:23 +00:00
Stephan Kulow
d352499c50
Accepting request 158629 from devel:tools:scm
...
updated to version 1.8.1.5 (forwarded request 158615 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/158629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=104
2013-03-12 10:09:17 +00:00
Stephan Kulow
a2b5a8f986
Accepting request 156029 from devel:tools:scm
...
- updated to version 1.8.1.4:
* "git imap-send" talking over imaps:// did make sure it received a
valid certificate from the other end, but did not check if the
certificate matched the host it thought it was talking to. (forwarded request 156028 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/156029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=103
2013-02-22 15:51:22 +00:00
Stephan Kulow
47ce656bfd
Accepting request 150656 from devel:tools:scm
...
updated to version 1.8.1.2
OBS-URL: https://build.opensuse.org/request/show/150656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=102
2013-02-01 14:47:18 +00:00
Stephan Kulow
322ab85e55
Accepting request 148788 from devel:tools:scm
...
updated to version v1.8.1.1 (forwarded request 148782 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/148788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=100
2013-01-17 14:10:02 +00:00
Ismail Dönmez
95721743c4
Accepting request 146830 from devel:tools:scm
...
updated to version 1.8.1 (forwarded request 146761 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/146830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=99
2013-01-03 12:45:10 +00:00
Stephan Kulow
9baa6ab95b
Accepting request 145400 from devel:tools:scm
...
updated to version 1.8.0.2 (forwarded request 145364 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/145400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=98
2012-12-19 09:56:02 +00:00
Stephan Kulow
1cc213f2cb
Accepting request 143360 from devel:tools:scm
...
updated to v1.8.0.1 (forwarded request 142994 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/143360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=97
2012-11-28 09:24:44 +00:00
Ismail Dönmez
6dc6383e0b
Accepting request 139223 from devel:tools:scm
...
updated to 1.8.0 (forwarded request 139098 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/139223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=96
2012-10-25 10:09:41 +00:00
Stephan Kulow
26f305b8b5
Accepting request 138799 from devel:tools:scm
...
Updated to 1.7.12.4 (forwarded request 138736 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/138799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=95
2012-10-19 20:55:45 +00:00
Stephan Kulow
c3a83f62ec
Accepting request 138328 from devel:tools:scm
...
- Use ./.make also in %check to test exactly what was built
- Avoid duplicate file warnings (forwarded request 138128 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/request/show/138328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=94
2012-10-16 19:32:02 +00:00
Sascha Peilicke
27ffe2c069
Accepting request 137820 from devel:tools:scm
...
Updated to 1.7.12.3 (forwarded request 137818 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/137820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=93
2012-10-11 07:23:54 +00:00
Stephan Kulow
b341d17a88
Accepting request 137467 from devel:tools:scm
...
Updated to 1.7.12.2 (forwarded request 137055 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/137467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=92
2012-10-10 07:19:20 +00:00
Stephan Kulow
3e44f27794
Accepting request 136465 from devel:tools:scm
...
updated to 1.7.12.1 (forwarded request 135762 from douglarek)
OBS-URL: https://build.opensuse.org/request/show/136465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=91
2012-10-03 05:15:33 +00:00
Ismail Dönmez
a2dcc27309
Accepting request 133877 from devel:tools:scm
...
Fix regression in 1.7.12 package (__git_ps1 disappeared) (forwarded request 133838 from flichtenheld)
OBS-URL: https://build.opensuse.org/request/show/133877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=90
2012-09-14 10:23:06 +00:00
Ismail Dönmez
271c93bf6a
Accepting request 131029 from devel:tools:scm
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/131029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=89
2012-08-16 19:57:28 +00:00
Ismail Dönmez
1156aa787c
Accepting request 130617 from devel:tools:scm
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/130617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=88
2012-08-12 13:25:28 +00:00
Stephan Kulow
0e04740f49
Accepting request 124407 from devel:tools:scm
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/124407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=86
2012-06-12 05:07:46 +00:00
Stephan Kulow
dec0b3257f
Accepting request 122868 from devel:tools:scm
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/122868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=85
2012-05-31 15:04:45 +00:00
Stephan Kulow
4afba994e0
Accepting request 116217 from devel:tools:scm
...
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)
OBS-URL: https://build.opensuse.org/request/show/116217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=84
2012-05-08 04:45:18 +00:00
Stephan Kulow
2536d12688
Accepting request 107456 from devel:tools:scm
...
- 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
OBS-URL: https://build.opensuse.org/request/show/107456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=83
2012-02-29 13:06:43 +00:00
Stephan Kulow
00664da02b
Accepting request 103515 from devel:tools:scm
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/103515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=82
2012-02-14 10:23:58 +00:00
Stephan Kulow
82f444b2a5
Accepting request 102275 from devel:tools:scm
...
- Added the ability to specify the user and group that git-daemon run
as (bnc#742661).
OBS-URL: https://build.opensuse.org/request/show/102275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=81
2012-02-01 08:57:38 +00:00
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
OBS User unknown
64e307b0d0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=25
2009-02-09 09:38:55 +00:00
OBS User unknown
61883d9cce
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=24
2009-01-29 22:20:16 +00:00
OBS User unknown
d72b3a1d5f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=23
2009-01-08 17:10:09 +00:00
OBS User unknown
c65faadf00
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=22
2008-11-20 14:22:38 +00:00
OBS User unknown
ea5447ad6e
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=21
2008-11-04 16:37:56 +00:00
OBS User unknown
2623082364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=20
2008-10-24 13:08:26 +00:00
OBS User unknown
f519bb994d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=19
2008-10-06 15:51:20 +00:00
OBS User unknown
2fde0d3347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=18
2008-09-29 15:38:02 +00:00
OBS User unknown
ff07754de4
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=17
2008-09-26 14:51:20 +00:00
OBS User unknown
adb098b7bc
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=16
2008-08-18 16:35:03 +00:00
OBS User unknown
eb452c5f12
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=15
2008-08-14 00:50:53 +00:00
OBS User unknown
83a213e077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=14
2008-08-06 23:18:59 +00:00
OBS User unknown
2959321b6e
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=13
2008-06-25 16:37:37 +00:00
OBS User unknown
2052a56aaf
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=12
2008-06-23 19:54:16 +00:00
OBS User unknown
86aaceb23f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=11
2008-05-21 21:45:42 +00:00
OBS User unknown
cbdb432029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=10
2008-04-08 21:27:49 +00:00
OBS User unknown
bd2d861f23
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=9
2008-03-19 00:51:13 +00:00
OBS User unknown
a3d6aaeb42
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=8
2008-01-29 00:36:08 +00:00
OBS User unknown
4578dc2844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=7
2008-01-10 14:38:18 +00:00
OBS User unknown
98d8552fe3
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=6
2007-11-28 22:07:45 +00:00
OBS User unknown
7c738df833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=5
2007-10-09 22:03:35 +00:00
OBS User unknown
e1fe49ccac
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=4
2007-08-06 21:09:19 +00:00
OBS User unknown
300b1b374f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=3
2007-07-06 13:30:41 +00:00
OBS User unknown
e143e37f36
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=2
2007-05-18 00:07:32 +00:00
OBS User unknown
608be131d7
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=1
2007-01-15 23:14:16 +00:00