If a patch has been applied upstream AND THEN reverted, rebase still
drops the patch, requiring the use of relative rebase git rebase -i
HEAD~5 et cetera.
git rebase should detect reverts as well.
-Shawn Landden
It would be nice if when pushing to a checked out repo you could get
up git to still push the commits, just not update the branch's HEAD.
-Shawn Landden
On Mon, Apr 22, 2019 at 10:55 PM Jeff King wrote:
>
> On Tue, Apr 23, 2019 at 12:45:17PM +0900, Junio C Hamano wrote:
>
> > Jeff King writes:
> >
> > > ... I don't think it would be
> > > too big a problem for format-patch to learn some options to configure
> > > its diffs. We already have some o
When I send patches I want them to have lots of context, but when just
looking at a diff, I can always open the file for context.
-SHawn
On Tue, Nov 14, 2017 at 11:47 AM, Todd Zullinger wrote:
>
> Hi Shawn,
>
> Shawn Landden wrote:
>>
>> I think this is preferrable to bringing the assembly routines into the git
>> code-base, as a way of getting access to these high-performance routines to
>> a
0m0.579s
This patch:
~/git/git$ time ./git fsck
Checking object directories: 100% (256/256), done.
Checking objects: 100% (238410/238410), done.
Checking connectivity: 236606, done.
real0m22.368s
user0m21.790s
sys 0m0.539s
Signed-off-by: Shawn Landden
---
Makefile | 10
git-daemon's --systemd mode allows git-daemon to be connect-activated
on one or more addresses or ports. Unlike --inetd[1], git-daemon is
not spawned for every connection.
[1]which systemd is compatible with using its Accept=yes mode
Signed-off-by: Shawn Landden
---
Repond to Eric Sunsh
git-daemon's --systemd mode allows git-daemon to be connect-activated
on one or more addresses or ports. Unlike --inetd[1], git-daemon is
not spawned for every connection.
[1]which systemd is compatible with using its Accept=yes mode
Signed-off-by: Shawn Landden
---
Repond to Eric Sunsh
systemd supports git-daemon's existing --inetd mode as well.
--systemd allows git-daemon has the advantage of allowing one git-daemon
to listen to multiple interfaces as well as the system one(s),
and more allow git-daemon to not be spawned on every connection.
Signed-off-by: Shawn La
systemd supports git-daemon's existing --inetd mode as well.
Signed-off-by: Shawn Landden
---
Documentation/git-daemon.txt | 41 +++-
Makefile | 10 ++
daemon.c
systemd supports git-daemon's existing --inetd mode as well.
Signed-off-by: Shawn Landden
---
Documentation/git-daemon.txt | 41 +++-
Makefile | 14 --
daemon.c
7fea140e2000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x7fea13e73000)
libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0
(0x7fea13c61000)
ew...and only for two tiny functions.
Signed-off-by: Shawn Landden
---
Documentation/git-daemon
On Thu, Apr 2, 2015 at 8:47 AM, Junio C Hamano wrote:
> Eric Sunshine writes:
>
>> On Wed, Apr 1, 2015 at 9:23 PM, Shawn Landden wrote:
>>> From: Shawn Landden
>>>
>>> [PATCH] systemd socket activation support
>>
>> This patch feels like an R
systemd support git-daemon's --inetd mode as well.
v2: actually test...
Signed-off-by: Shawn Landden
---
Documentation/git-daemon.txt | 25 +++
Makefile | 1 +
daemon.c | 35 --
sd-daemon.c
From: Shawn Landden
v1.1: actually test...
Signed-off-by: Shawn Landden
---
daemon.c | 35 +++---
git-daemon.service | 7 +++
git-daemon.socket | 9
sd-daemon.c| 132 +
sd-daemon.h| 91
From: Shawn Landden
Signed-off-by: Shawn Landden
---
daemon.c | 38 ---
git-daemon.service | 6 +++
git-daemon.socket | 9
sd-daemon.c| 132 +
sd-daemon.h| 91
16 matches
Mail list logo