Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/git/files/patch-Makefile

[BACK] Up to [FreeBSD] / ports / devel / git / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 31 04:42:58 2012 UTC (11 days, 5 hours ago) by wxs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -7 lines
Update to 1.7.9

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 5 16:30:35 2011 UTC (4 months, 1 week ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -6 lines
- Update to 1.7.7.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 27 20:43:54 2011 UTC (8 months, 2 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -6 lines
- Update to 1.7.5.3.

Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.3.txt

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 6 15:49:23 2011 UTC (9 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -7 lines
Update to 1.7.5.1.

Changelogs:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.1.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.txt

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 26 23:32:55 2010 UTC (16 months, 2 weeks ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -6 lines
Update to 1.7.3

Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.txt

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 20 03:01:29 2010 UTC (17 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +14 -8 lines
Update to 1.7.2.2

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 11 23:39:57 2009 UTC (2 years, 10 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +17 -17 lines
- Update to 1.6.2.2.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 14 19:16:32 2009 UTC (3 years ago) by wxs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -6 lines
- Update to 1.6.1

Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 26 01:04:36 2008 UTC (3 years, 3 months ago) by wxs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -4 lines
- Update to 1.6.0.3
- Add options to support:
  - P4 support (on) [1]
  - CVS support (on) [1]
  - HTML documentation (off) [2]

[1]: Requested privately by multiple people.

PR:		ports/127754 [2]
Submitted by:	Ashish Shukla <wahjava@gmail.com> [2]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 23 01:32:19 2008 UTC (3 years, 4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -3 lines
- Update to 1.6.0.2
- Restore fix for "git help foo" bug.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 27 22:05:12 2008 UTC (3 years, 5 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +18 -15 lines
- Update to 1.6.0.1

Lots of changes, the most visible of which is:

With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons.  Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.

The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt

The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 16 17:32:57 2008 UTC (3 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +15 -5 lines
Update to 1.5.5.4 [1].
Fix crash in git-fetch [2].
Don't remove directories listed in BSD.local.dist [3].
Fix "git help foo" bug [4][5].

PR:		ports/124559 [1], ports/123369 [2], ports/121869 [3],
		ports/123318 [4], ports/124301 [5]
Submitted by:	rea-fbsd@codelabs.ru [1], cokane [2], rafan [3],
		potatosaladx@gmail.com [4], keramida [5]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 9 21:18:06 2007 UTC (4 years, 4 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -3 lines
Update git to 1.5.3.2.

This update brings in OPTIONS for GUI tools (on) and dependencies to make
the SVN tools work (off).  It also should handle the openssl dependency
correctly now.  Both of these changes are variations I made on the PR
submissions for those changes.

PR:		[1] ports/116521 (1.5.3.2)
		[2] ports/114472 (openssl issues)
Submitted by:	[1] Eygene Ryabinkin <rea-fbsd@codelabs.ru>
		[2] Ed Schouten <ed@fxq.nl>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 27 23:43:32 2007 UTC (4 years, 8 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +34 -118 lines
 - obey CFLAGS
 - make WITHOUT_GUI work properly

PR:		113030
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	anholt (maintainer)

Revision 1.5
Sun May 27 07:26:46 2007 UTC (4 years, 8 months ago) by alexbl
Branches: MAIN
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
 - remove patch I forgot to remove in 1.5.2 update

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 25 17:13:28 2007 UTC (4 years, 8 months ago) by anholt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +111 -14 lines
Update git to 1.5.0.3.

This brings some major UI improvements which may surprise users accustomed to
the strange old behavior.  The 1.5.0 release notes in the tarball cover those
changes, and are recommended reading for current git users.

This version may expose bugs in curl resulting in crashes when using the http
transport.  I decided it was more important to get these UI changes out in
our packages than to worry about the http transport, which is generally not
desired anyway.

PR:		ports/109495
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 8 05:55:45 2006 UTC (5 years, 3 months ago) by alexbl
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -17 lines
 - update to 1.4.3.4

Approved by:	anholt

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 7 00:17:01 2006 UTC (5 years, 7 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -3 lines
Update to 1.4.0, bringing us git-p4import, along with the usual round of fixes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 8 08:30:38 2006 UTC (6 years ago) by anholt
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Add a port for git, a distributed SCM used by the Linux kernel and likely soon
many freedesktop.org projects.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options