Commit graph

257 commits

Author SHA1 Message Date
Jack Nagel
f8cf757075 Remove GIT_DIR hacks (head) 2015-02-14 16:32:24 -05:00
BrewTestBot
003d4ae2f2 git: update 2.3.0 bottle. 2015-02-06 07:18:02 +00:00
Jaehoon You
c55c084c4d git 2.3.0
Release notes: https://github.com/git/git/blob/master/Documentation/RelNotes/2.3.0.txt

Signed-off-by: Jaehoon You <teslamint@gmail.com>

Closes Homebrew/homebrew#36585.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-06 07:18:01 +00:00
Jack Nagel
422cac3bf3 git: fix subversion dep
Fixes Homebrew/homebrew#36047.
2015-01-20 00:21:57 -05:00
BrewTestBot
50f5b8d5eb git: update 2.2.2 bottle. 2015-01-14 12:48:40 +00:00
BrewTestBot
330fe9cf08 git: update 2.2.2 bottle. 2015-01-14 12:33:07 +00:00
Ralph Giles
e795a7beaf git 2.2.2
Closes Homebrew/homebrew#35861.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-14 12:33:06 +00:00
Mike McQuaid
ffab743a00 git: fix strict audit failures. 2014-12-27 16:31:45 +00:00
BrewTestBot
93833b46e3 git: update 2.2.1 bottle. 2014-12-18 21:31:06 +00:00
Mike McQuaid
da29b8e2be git 2.2.1
Closes Homebrew/homebrew#35105.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-18 21:31:04 +00:00
Dominyk Tiller
88de02367c git: fix broken svn option if no swig exists prior.
Resolves the bug where installing Git with brewed-svn wouldn't
automatically drag in the required Swig dependency and consequently
the build would instantly error out.

The error itself could be with the subversion formulae or Homebrew
itself, and this may just be a workaround. Given building git
with-brewed-svn specifies svn with perl, it should trigger a swig
download automatically prior to attempting to install the svn dep,
but for some reason it doesn't.

Both from-source and from-bottle installs error out in the same way:

```
==> Installing git dependency: subversion
Error: /usr/local/opt/swig not present or broken
Please reinstall swig. Sorry :(
```

For now, have resolved this bug by dragging in an explicit swig
dependency prior to the subversion one, if you choose to install
with-brewed-svn.

Closes Homebrew/homebrew#34554.

Closes Homebrew/homebrew#34576.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:11:01 +00:00
BrewTestBot
e9164c0eab git: update 2.2.0 bottle. 2014-11-29 10:50:17 +00:00
Dominyk Tiller
ab024b34c9 git: fix openssl linkage
Prunes the system-openssl linkage in the event someone compiles
git without brewed-openssl.

Closes Homebrew/homebrew#34539.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 10:50:16 +00:00
BrewTestBot
d79ae17bb1 git: update 2.2.0 bottle. 2014-11-27 08:31:05 +00:00
Denis Denisov
cdc219cf62 git 2.2.0
Closes Homebrew/homebrew#34491.
Closes Homebrew/homebrew#34483.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-27 08:31:00 +00:00
BrewTestBot
95dc877462 git: update 2.1.3 bottle.
Closes Homebrew/homebrew#33737.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-30 13:29:37 +00:00
Michael Paquier
d9e0bb8c96 git 2.1.3 2014-10-30 13:29:37 +00:00
Mike McQuaid
d419f0213b git: add Yosemite bottle. 2014-10-06 11:51:07 +01:00
BrewTestBot
0b5544ff80 git: update 2.1.2 bottle.
Closes Homebrew/homebrew#32891.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02 18:43:46 -07:00
Michael Paquier
952357b21d git 2.1.2
This is a bugfix release, including the following changes:
* "git push" over HTTP transport had an artificial limit on number of
  refs that can be pushed imposed by the command line length.
* When receiving an invalid pack stream that records the same object
  twice, multiple threads got confused due to a race.
* An attempt to remove the entire tree in the "git fast-import" input
  stream caused it to misbehave.
* Reachability check (used in "git prune" and friends) did not add a
  detached HEAD as a starting point to traverse objects still in use.
* "git config --add section.var val" used to lose existing
  section.var whose value was an empty string.
* "git fsck" failed to report that it found corrupt objects via its
  exit status in some cases.
2014-10-02 18:43:45 -07:00
Jack Nagel
72fd61d5be git: stop installing remote helpers
These are now maintained outside of the main tree:
  https://github.com/felipec/git-remote-hg
  https://github.com/felipec/git-remote-bzr
2014-09-27 14:53:34 -05:00
BrewTestBot
6a3758d5e2 git: update 2.1.1 bottle. 2014-09-21 13:43:42 -05:00
Tomasz Pajor
825857b0f6 git 2.1.1
Closes Homebrew/homebrew#32486.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-21 13:43:32 -05:00
BrewTestBot
645f99c8c8 git: update 2.1.0 bottle. 2014-08-17 14:26:52 -05:00
Denis Denisov
6af09d0725 git 2.1.0, fix bug git-subtree Makefile
Closes Homebrew/homebrew#31638.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-17 14:26:42 -05:00
Mohammed Tangestani
070b7fa0dd git: fix PERLLIB_EXTRA for 10.10
Fixes Homebrew/homebrew#31310.
Closes Homebrew/homebrew#31312.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-12 18:48:24 -05:00
BrewTestBot
93145a8afe git: update 2.0.4 bottle.
Closes Homebrew/homebrew#31298.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-02 17:45:42 +02:00
Chongyu Zhu
aff7e9539c git 2.0.4 2014-08-02 17:45:42 +02:00
BrewTestBot
078a21bda1 git: update 2.0.3 bottle.
Closes Homebrew/homebrew#31108.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-25 08:30:10 +01:00
droid-Q
0bdf802872 git 2.0.3 2014-07-25 08:30:06 +01:00
BrewTestBot
2ca6bdf024 git: update 2.0.2 bottle. 2014-07-21 10:30:47 -05:00
droid-Q
4bdec4fea5 git 2.0.2
Closes Homebrew/homebrew#30989.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-21 10:30:46 -05:00
BrewTestBot
76b95186e9 git: update 2.0.1 bottle. 2014-07-02 22:08:37 -05:00
Jack Nagel
af6e3f915b git 2.0.1 2014-07-02 21:59:03 -05:00
Mikko Lehtonen
51f7b4045b git: add --with-brewed-svn option.
Fixes Homebrew/homebrew#29641.
Fixes Homebrew/homebrew#30255.
2014-06-18 10:56:47 +01:00
BrewTestBot
f158d56db8 git: update 2.0.0 bottle. 2014-06-17 17:15:16 -05:00
Jack Nagel
86f2090c70 git: fix permissions on html doc directories 2014-06-17 17:06:17 -05:00
BrewTestBot
de8cd90d41 git: update 2.0.0 bottle. 2014-05-28 22:49:59 -05:00
Jack Nagel
b28549354c git 2.0.0 2014-05-28 22:49:59 -05:00
BrewTestBot
28127b7fae git: update 1.9.3 bottle. 2014-05-14 10:39:41 -05:00
Jack Nagel
9e0cf90e5c git: make perl lib path portable on 10.9
Fixes Homebrew/homebrew#29128.
2014-05-14 10:24:58 -05:00
BrewTestBot
93010e61bc git: update 1.9.3 bottle. 2014-05-10 15:20:14 -05:00
Geoff Nixon
06103583e0 git 1.9.3; devel 2.0.0rc3
Closes Homebrew/homebrew#29108.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-10 15:19:20 -05:00
Jack Nagel
37b19dd6c9 Remove MacOS.dev_tools_path and MacOS.dev_tools_prefix
These methods are no longer required.
2014-05-01 18:36:46 -05:00
BrewTestBot
e35ea606aa git: update 1.9.2 bottle. 2014-04-14 21:44:18 -05:00
asaph
afc2c93a61 git 1.9.2
Closes Homebrew/homebrew#28302.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 21:44:18 -05:00
BrewTestBot
0c8925d4c6 git: update 1.9.1 bottle. 2014-03-19 16:27:15 -05:00
Jack Nagel
08ab0c2f4d git 1.9.1
Closes Homebrew/homebrew#27711.
2014-03-19 16:27:11 -05:00
Ian Lancaster
9c098cb9b6 Batch convert http urls from Google Code to https
Closes Homebrew/homebrew#27218.
2014-03-08 09:12:58 -08:00
Mike McQuaid
eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00