You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.0 KiB

The GIT To-Do File
==================
The latest copy of this document is found at
http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO
19 years ago
Recent issues
-------------
18 years ago
Maybe abandon this and have something similar on the main
branch, starting full at the beginning of the cycle and ending
empty (or full of "not in next release" entries) at the release?
19 years ago
19 years ago
From: Franck Bui-Huu <vagabon.xyz@gmail.com>
19 years ago
Message-ID: <450EABD0.1040102@innova-card.com>
19 years ago
Repeated requests against git-daemon makes it stuck under --syslog
19 years ago
[jc: does not reproduce easily for me; has anybody seen it?]
19 years ago
From: Shawn Pearce <spearce@spearce.org>
Message-ID: <20060926215745.GC8177@spearce.org>
19 years ago
git-mirror (reverse of git-push --all).
19 years ago
19 years ago
[jc: may want the finished version for inclusion]
19 years ago
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
Message-ID: <4523EC14.6070806@s5r6.in-berlin.de>
19 years ago
AsciiDoc 8 does not grok documents written for AsciiDoc 7 out of
the box.
19 years ago
[jc: limbo?]
From: Linus Torvalds <torvalds@osdl.org>
Subject: Re: git show and gitweb gives different result for kernel
Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
Maybe allow gitweb to show diff with any parent and diff --cc,
not just diff with the first parent for a merge.
19 years ago
[jc: Jakub is interested in it]
Technical (milder)
------------------
* upload-pack support for start fetching from any valid point on
the history, not just published refs. (Erik W. Biederman
<m164jc9ekx.fsf@ebiederm.dsl.xmission.com>)
* daemon --strict-symlink.
* Maybe grok PGP signed text/plain in applymbox as well.
Technical (trivial)
-------------------
19 years ago
* Mbx (not mbox) support for git-mailsplit.
19 years ago
* git-clone fail .git/refs/foo (Yann Dirson <ydirson@altern.org>)
<20060610225040.GA7766@nowhere.earth>
* git-proxy should be spawned with sh -c 'command' $1 $2.
18 years ago
[jc: should it?]
* Maybe a true git-proxy command that reads the first request
pkt-line, and redirects the request to its real destination.
* test scripts for the relative directory path stuff.
Local Variables:
mode: text
End: