Граф коммитов

55 Коммитов

Автор SHA1 Сообщение Дата
Jeff King cdd653d249
update readme link
The actual repo has long ago moved to git/git-scm.com.
2018-11-15 23:23:50 -05:00
Scott Chacon 4315ca350f Merge pull request #59 from rtomayko/patch-1
This project has moved
2012-09-24 06:36:27 -07:00
Ryan Tomayko 35c5961f83 This project has moved 2012-09-23 20:31:34 -07:00
Matthew McCullough 6d13df1bbc Manually added the German book link @esc submitted in Pull Request 8
* Sourced from 41b2b0696c
* Manually coded it against the more modern code base (file relocated)
2012-04-02 11:29:42 -06:00
Matthew McCullough 07addddc65 Manually added the Symphony link @avalanche123 submitted in Pull Request 6, 64d682928a 2012-04-02 11:19:38 -06:00
Matthew McCullough 1c4846fd30 Merge pull request #53 from bearded/pg_git
New image for Pragmatic Guide to Git
2012-04-02 09:54:29 -07:00
Alexey e01f31b1da New image for Pragmatic Guide to Git 2012-03-31 21:52:49 +03:00
Scott Chacon 7b90c5bfef Merge pull request #22 from rmg/patch-1
Fix typo in GitHub web interface link.
2012-02-12 07:59:55 -08:00
Scott Chacon 2878fe5940 Merge pull request #28 from thomasdeniau/FixToolsURL
Fix the link the the InterfacesFrontendsAndTools wiki page
2012-02-12 07:58:35 -08:00
Scott Chacon a0541426d2 Merge pull request #31 from hanchang/assembla
Included Assembla in hosting list, fixed 'more sites' link
2012-02-12 07:58:20 -08:00
Scott Chacon 4cf3c20f07 Merge pull request #30 from carlosmn/mailto
Provide a mailto: link to the ML
2012-02-12 07:57:50 -08:00
Scott Chacon faa25a7c0f Merge pull request #33 from carlosmn/fix-version
Correctly identify latest stable git version
2012-02-12 07:57:32 -08:00
Carlos Martín Nieto 6ef14147de Correctly identify latest stable git version
Maintenance releases for version n-1 and n-2 can have later dates than
the latest stable n, so they're not a good way to determine the latest
release. The latest release should be calculated using the version
number alone.
2012-02-10 16:42:13 +01:00
Scott Chacon c8df74f79b Merge pull request #32 from gitster/master
Update stale URLs to wiki.kernel.org
2012-01-26 15:54:04 -08:00
Junio C Hamano 90a6018cce Update stale URLs to wiki.kernel.org 2012-01-26 15:41:25 -08:00
Han ce85377881 Included Assembla in hosting list, fixed 'more sites' link 2012-01-26 12:57:27 +08:00
Carlos Martín Nieto 258679ccda Provide a mailto: link to the ML
Some people seem to get confused and think Gmane is some sort of web
forum, so make it more explicit.
2012-01-13 23:41:18 +01:00
Thomas Deniau 886dd57cbe Fix the link the the InterfacesFrontendsAndTools wiki page 2011-11-29 13:44:55 +01:00
Scott Chacon 2306ce8b6e remove link to yet another broken k.org site 2011-11-28 06:17:18 -08:00
Scott Chacon 6dc9cbe940 oops 2011-11-27 14:36:16 -08:00
Scott Chacon 20dca1924a fix bitbucket link 2011-11-27 14:36:16 -08:00
Scott Chacon f5485a3c4c Merge pull request #26 from davvid/master
Advertise git-cola
2011-11-01 13:46:50 -07:00
David Aguilar 39f5c3ac0a tools: Advertise git-cola
git-cola has more active users than qgit according to
Debian's popcon.  Link to its github homepage.

Reference: http://popcon.debian.org/by_vote

<name> is the package name;
<inst> is the number of people who installed this package;
<vote> is the number of people who use this package regularly;
<old> is the number of people who installed, but don't use this package
      regularly;
<recent> is the number of people who upgraded this package recently;
rank  name                            inst  vote   old recent

5798  tig                              861   194   529   138
6124  git-cola                         458   173   231    54
6616  qgit                             906   147   705    54
2011-11-01 11:13:06 -07:00
Scott Chacon df66aa50fb Merge pull request #23 from sheldon/gitx-url
the original author of gitx hasn't made any updates for years now. http:/
2011-11-01 06:43:11 -07:00
Scott Chacon f1bf85802b Merge pull request #24 from SamuelMarks/patch-1
Added Bitbucket.
2011-11-01 06:40:23 -07:00
Samuel Marks e244906702 Added Bitbucket. 2011-10-30 05:32:43 +11:00
Sheldon Els 67d9f28402 the original author of gitx hasn't made any updates for years now. http://gitx.laullon.com/ seems to be the most actively developed stable fork, as mentioned on the github wiki for the original gitx here https://github.com/pieter/gitx/wiki . I've been using this fork quite a bit for the last few months, and it's as stable as the original gitx, but with quite a few feature enhancements. 2011-10-25 16:04:49 +01:00
Ryan Graham 233a38a874 Fix typo in GitHub web interface link. 2011-10-20 08:50:06 -07:00
Scott Chacon 2422d37772 Merge pull request #19 from csware/html-fixes
missing alt-attribute
2011-10-11 13:08:19 -07:00
Scott Chacon f197c3f466 Merge pull request #20 from wereHamster/only-store-stable-release-versions
Only store stable release versions
2011-10-11 13:07:59 -07:00
Scott Chacon ef41e6aff0 Merge pull request #21 from maxrabin/master
Remove 2011 survey because its closed
2011-10-11 13:07:17 -07:00
Max Rabin bb06f33dda Remove 2011 survey because its closed ( as per message at https://www.survs.com/survey/VCAGZA8CT5 ) 2011-10-11 14:08:37 +03:00
Tomas Carnecky b7b2e346d0 Only store stable release versions
Skip release candidates (-rc?) and other releases which are not stable by only
allowing [0-9.] in the version string.
2011-10-07 11:54:05 +02:00
Sven Strickroth 3ed695a744 missing alt-attribute
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-09-25 18:19:21 +02:00
Scott Chacon e8029e8609 only other android repo mirror i know 2011-09-23 16:55:36 -07:00
Scott Chacon fd513b4154 Merge remote-tracking branch 'origin/master' 2011-09-23 16:54:34 -07:00
Scott Chacon 193f3b86ec more k.org 2011-09-23 16:54:17 -07:00
Scott Chacon de29af2bc0 remove even more kernel.org links 2011-09-23 16:50:39 -07:00
Scott Chacon 697de4fa8d Merge pull request #18 from csware/html-fixes
Html fixes
2011-09-23 07:56:06 -07:00
Sven Strickroth 902d80d053 correctly close img-tag
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-09-23 16:45:58 +02:00
Sven Strickroth a949315adc there is no border attribute
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-09-23 16:43:16 +02:00
Sven Strickroth 8f6e4198c6 there is no span-attribute in a div tag
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-09-23 16:41:59 +02:00
Scott Chacon dcc99a3604 update static paths 2011-09-23 07:10:14 -07:00
Scott Chacon 3b72cb49b6 full year 2011-09-22 08:01:12 -07:00
Scott Chacon d3cc87731c debug 2011-09-22 07:55:11 -07:00
Scott Chacon ad9a603214 failsafe 2011-09-22 07:52:21 -07:00
Scott Chacon 5d056530a3 bump 2011-09-22 07:51:09 -07:00
Scott Chacon 717583b56f rake process to get the current version 2011-09-22 07:44:19 -07:00
Scott Chacon e0b8d6c994 updated readme 2011-09-21 15:55:37 -07:00
Scott Chacon f4c478e53d accept html urls 2011-09-21 11:30:50 -07:00