You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,8 +28,15 @@ Mirrors for which I can't create projects:
27
28
-<https://kenai.com>
28
29
-<https://code.google.com/p/cirosantilli-test> (to be closed)
29
30
30
-
The SSH of those repos can be found at: [remotes.sh](remotes.sh),
31
-
including other repos which don't have public view like Atlas.
31
+
The SSH of those repos can be found at: [remotes.sh](remotes.sh), including other repos which don't have public view like Atlas.
32
+
33
+
Web interfaces without public hosting service that I know of. Huge list: <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Web_Interfaces>
34
+
35
+
- Gitweb. Distributed with Git. The Perl one.
36
+
- cgit. Official self-host: <http://git.zx2c4.com/cgit>, GitHub mirror: <https://github.com/zx2c4/cgit>. Used by GNU Savannah. Written in C.
37
+
- Gerrit. The Java one. <http://en.wikipedia.org/wiki/Gerrit_%28software%29>,
38
+
- GitList. The PHP one. <https://github.com/klaussilveira/gitlist>
39
+
- WebGitNet. The .Net one. <https://github.com/otac0n/WebGitNet>
32
40
33
41
## Related repositories
34
42
@@ -167,3 +175,5 @@ Interesting branches and tags:
167
175
-[future](future): commit in the far far future, on some date that does not show as 1970 on `git log`? See also: <http://stackoverflow.com/questions/19742345/what-is-the-format-for-date-parameter-of-git-commit/29289807>
168
176
169
177
-[future-max](future-max): commit at the latest possible pushable date of `2^63 - 1`. Larger dates up to `2^64 - 2` can be committed, but not pushed.
178
+
179
+
As of 2015-04-02, that commits will show as the fist one on the UI commit list no matter its order on the commit tree, making it a good way to drive other people mad and then later make them scold you when they understand.
0 commit comments