Sent from my iPhone...
> On Jan 31, 2019, at 09:57, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>>> What you probably want instead is
>>>
>>># Accommodate for case-insensitive filesystems where *.s would catch
>>>
> On Jan 30, 2019, at 16:01, Jonathan Nieder wrote:
>
> Hi,
>
> Jeremy Huddleston Sequoia wrote:
>
>> Unfortunately, I was quick to celebrate. This picks up the bundled
>> file instead of a system-wide file. I'd love it if we could still
>> honor
> On Jan 30, 2019, at 13:09, Jeremy Huddleston Sequoia
> wrote:
>
>
>
>> On Jan 30, 2019, at 11:32, Johannes Schindelin
>> wrote:
>>
>> Hi Jeremy,
>>
>> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>>
>>>>
> On Jan 30, 2019, at 11:32, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>>> On Jan 29, 2019, at 3:10 PM, Junio C Hamano wrote:
>>>
>>> Jeremy Huddleston Sequoia writes
> On Jan 30, 2019, at 11:26, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>> This patch has been trimmed down significantly from its original version
>> when rebasing on top of git 2.18 beca
> On Jan 30, 2019, at 11:15, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Wed, 30 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>>> On Jan 30, 2019, at 01:50, brian m. carlson
>>> wrote:
>>>
>>> On Tue, Jan 29, 2019 at 11
> On Jan 30, 2019, at 05:43, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>> Signed-off-by: Jeremy Huddleston Sequoia
>> ---
>> GIT-VERSION-GEN | 4
>> 1 file changed, 4 insertions
> On Jan 30, 2019, at 05:36, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>> Signed-off-by: Jeremy Huddleston Sequoia
>
>
> That commit message is again very short. Only because I remember t
> On Jan 30, 2019, at 04:42, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Wed, 30 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>>> On Jan 30, 2019, at 03:33, Eric Sunshine wrote:
>>>
>>> On Tue, Jan 29, 2019 at 3:11 PM Jeremy Hudd
> On Jan 30, 2019, at 05:12, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>> Signed-off-by: Jeremy Huddleston Sequoia
>
> As Eric pointed out, commits with such a vanishing commit message
Sent from my iPhone...
> On Jan 30, 2019, at 04:51, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Tue, 29 Jan 2019, Jeremy Huddleston Sequoia wrote:
>
>>> On Jan 29, 2019, at 2:47 PM, Junio C Hamano wrote:
>>>
>>> Jeremy Huddleston
> On Jan 30, 2019, at 01:50, brian m. carlson
> wrote:
>
> On Tue, Jan 29, 2019 at 11:38:15AM -0800, Jeremy Huddleston Sequoia wrote:
>> See
>
> It's my understanding that Radars aren't public. Could you summarize the
> reasons behind this change in t
> On Jan 30, 2019, at 03:33, Eric Sunshine wrote:
>
> On Tue, Jan 29, 2019 at 3:11 PM Jeremy Huddleston Sequoia
> wrote:
>> This was causing problems with ppc/sha1ppc.S
>
> What problems, exactly?
The file is ignored, but it shouldn't be.
>
>> Si
Sent from my iPhone...
> On Jan 29, 2019, at 15:59, SZEDER Gábor wrote:
>
>> On Tue, Jan 29, 2019 at 03:46:07PM -0800, Jeremy Huddleston Sequoia wrote:
>>
>>
>>> On Jan 29, 2019, at 2:47 PM, Junio C Hamano wrote:
>>>
>>> Jeremy Huddlest
> On Jan 29, 2019, at 3:10 PM, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>> Useful for setting up osxkeychain in Xcode.app's gitconfig
>>
>> Signed-off-by: Jeremy Huddleston Sequoia
>> ---
>
> A concern shared with 13/13
> On Jan 29, 2019, at 2:47 PM, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>> Signed-off-by: Jeremy Huddleston Sequoia
>> ---
>> t/test-lib.sh | 3 +++
>> 1 file changed, 3 insertions(+)
>
> This obviously won't be ac
From: Matt Wright
Signed-off-by: Matt Wright
---
git-svn.perl | 30 ++
1 file changed, 30 insertions(+)
diff --git a/git-svn.perl b/git-svn.perl
index 050f2a36f4..d29730be3b 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -1815,6 +1815,36 @@ sub complete_url_ls_init
Signed-off-by: Jeremy Huddleston Sequoia
---
t/test-lib.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 0f1faa24b2..4060a53f56 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1017,6 +1017,9 @@ fi
GITPERLLIB="$GIT_BUILD_DIR"/perl
Signed-off-by: Jeremy Huddleston Sequoia
---
attr.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/attr.c b/attr.c
index eaece6658d..1b87905d4a 100644
--- a/attr.c
+++ b/attr.c
@@ -823,6 +823,14 @@ static const char *git_etc_gitattributes(void)
return system_wide
Useful for setting up osxkeychain in Xcode.app's gitconfig
Signed-off-by: Jeremy Huddleston Sequoia
---
config.c | 13 +
config.h | 2 ++
2 files changed, 15 insertions(+)
diff --git a/config.c b/config.c
index ff521eb27a..656bfef8ab 100644
--- a/config.c
+++ b/config.c
@@ -1
Signed-off-by: Jeremy Huddleston Sequoia
---
t/t0500-apple.sh | 40
1 file changed, 40 insertions(+)
create mode 100755 t/t0500-apple.sh
diff --git a/t/t0500-apple.sh b/t/t0500-apple.sh
new file mode 100755
index 00..d5f79237a8
--- /dev/null
Signed-off-by: Jeremy Huddleston Sequoia
---
builtin/help.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/help.c b/builtin/help.c
index 7739a5c155..e001b6157c 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -383,7 +383,7 @@ static void get_html_page_path(struct
perl module (which relocates with it) and handle relocation
of python scripts.
Signed-off-by: Jeremy Huddleston Sequoia
---
Makefile | 3 +++
.../runtime_prefix.template.pl| 25 +++
2 files changed, 28 insertions(+)
diff
d Git with
" (Apple Git-xx)" appended to its version number.
Instead, come up with the version string by stripping the "git version "
from the beginning.
Regressed-in: 480871e09ed2e5275b4ba16b278681e5a8c122ae
Signed-off-by: Jeremy Huddleston Sequoia
Reviewed-by: Josh Trip
This was causing problems with ppc/sha1ppc.S
Signed-off-by: Jeremy Huddleston Sequoia
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 0d77ea5894..a5db584576 100644
--- a/.gitignore
+++ b/.gitignore
@@ -195,7 +195,7 @@
*.deb
See
Signed-off-by: Jeremy Huddleston Sequoia
---
Makefile | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 1a44c811aa..60711d6abe 100644
--- a/Makefile
+++ b/Makefile
@@ -2065,10 +2065,7 @@ version.sp version.s version.o: EXTRA_CPPFLAGS
Signed-off-by: Jeremy Huddleston Sequoia
---
GIT-VERSION-GEN | 4
1 file changed, 4 insertions(+)
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d1a2814ec7..6fb90854b9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -3,6 +3,10 @@
GVF=GIT-VERSION-FILE
DEF_VER=v2.20.1
+if
and made the few remaining changes much more maintainale.
Please integrate the changes that are upstreamable and let's use the others
as a starting point for discussing how to accomplish the same effect through
configuration options or other means.
Thanks,
Jeremy
See
Signed-off-by: Jeremy Huddleston Sequoia
---
git-mergetool--lib.sh | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/git-mergetool--lib.sh b/git-mergetool--lib.sh
index 83bf52494c..f85be7406f 100644
--- a/git-mergetool--lib.sh
+++ b/git-mergetool--lib.sh
@@ -273,9
Signed-off-by: Jeremy Huddleston Sequoia
---
t/t5701-git-serve.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t5701-git-serve.sh b/t/t5701-git-serve.sh
index ae79c6bbc0..7bc25700fa 100755
--- a/t/t5701-git-serve.sh
+++ b/t/t5701-git-serve.sh
@@ -7,7 +7,7
I discovered it was an issue with the version of Git for Windows I was
using. Upgraded to the latest version and it works now.
--
Best regards,
Jeremy Morton (Jez)
On 30/07/2018 16:37, Jeff King wrote:
On Mon, Jul 30, 2018 at 01:49:46PM +0100, Jeremy Morton wrote:
I'm trying to sear
arrow, it scrolls down, repeating this output
infinitely until I hit 'q'. What is going on here??
--
Best regards,
Jeremy Morton (Jez)
choose to send us a photo for testing which you can check our
quality.
Regards,
Jeremy
> On Jul 10, 2018, at 5:27 AM, Ævar Arnfjörð Bjarmason wrote:
>
> On Tue, Jul 3, 2018 at 3:36 PM, Jeff King wrote:
>> On Mon, Jul 02, 2018 at 01:15:19PM -0700, Jeremy Huddleston Sequoia wrote:
>>
>>>> I hope that maybe they're also interested in
erences between what we ship in
Xcode and what is upstream. I've been maintaining a repo with our patches that
I rebase as we move forward, in the hope that these changes might be useful to
others and a derivative of them might eventually be accepted upstream. See
https://github.com/jeremyhu/git/commits/master for the current set of changes
that are in our shipping git (currently on top of 2.17.1).
Thanks,
Jeremy
>
> -Peff
fer to have comment there, but not about "what this
> line does" (which is useless, as you pointed out) but about "why do
> we do this seemingly redundant clearing".
>
> Here is what I tentatively came up with.
>
> -- >8 --
> From: Jeremy Linton
> D
Signed-off-by: Jeremy Linton
---
packfile.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packfile.c b/packfile.c
index 7c1a2519f..8db5d90ca 100644
--- a/packfile.c
+++ b/packfile.c
@@ -1433,6 +1433,8 @@ static void *unpack_compressed_entry(struct packed_git *p,
Hi,
Sorry about the delay here (bit of a mix-up and didn't reply to the list).
(see inline )
On Sun, May 27, 2018 at 9:41 PM, Junio C Hamano wrote:
> Junio C Hamano writes:
>
>> Duy Nguyen writes:
>>
>>> On Sun, May 27, 2018 at 1:57 AM, Junio C Hamano wrote:
(trimming)
>
> Specifically, I
k actually
already exists if the buffer size is correct.
Signed-off-by: Jeremy Linton
---
packfile.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packfile.c b/packfile.c
index 7c1a2519f..245eb3204 100644
--- a/packfile.c
+++ b/packfile.c
@@ -1416,7 +1416,7 @@ s
k actually
already exists if the buffer size is correct.
Signed-off-by: Jeremy Linton
---
packfile.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packfile.c b/packfile.c
index 7c1a2519f..245eb3204 100644
--- a/packfile.c
+++ b/packfile.c
@@ -1416,7 +1416,7 @@ s
leted without commiting. For example:
git init
git submodule add https://github.com/git/git git
mv git git.BAK
git submodule status #this command segfaults
cheers
Jeremy
In-Reply-To:
On Sat, Mar 24, 2018 at 09:42:57PM +0100, René Scharfe wrote:
> Am 24.03.2018 um 18:42 schrieb Jeremy Feusi
"$prefix"}
submodule--helper status ${GIT_QUIET:+--quiet} ${cached:+--cached}
${recursive:+--recursive} "$@"
cheers
Jeremy
min-man.tar.gz
Description: application/gzip
Use Case
==
Jeremy is a developer for Debian and Ubuntu. The same repository is
used for both Debian and Ubuntu packaging but with different branches.
For commits to the debian/master branch, Jeremy wants to use his
@debian.org email address. For commits to the ubuntu/master branch,
Jeremy
Did this ever get anywhere? If not why not? It would be very useful
to me to be able to clone recursively by default, especially
considering you can't use 'alias' to override the existing 'clone'
command.
--
Best regards,
Jeremy Morton (Jez)
On 06/06/2014 06:26, H
> On Oct 10, 2016, at 10:41, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>> Actually, looks like that as just a rabbit hole. The real issue
>> looks to be because an earlier test drops down xfoo3 as a symlink,
>> which causes this test to fa
> On Oct 10, 2016, at 09:44, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>> Regressed-in: 610d55af0f082f6b866dc858e144c03d8ed4424c
>> Signed-off-by: Jeremy Huddleston Sequoia
>> CC: Thomas Gummerer
>> CC: Junio C Hamano
>
> T
> On Oct 10, 2016, at 09:42, Junio C Hamano wrote:
>
> Jeremy Huddleston Sequoia writes:
>
>> Regressed-in: 480871e09ed2e5275b4ba16b278681e5a8c122ae
>
> Please be considerate to future readers of "git log" to help them
> avoid mistakes earlier commits mad
> On Oct 10, 2016, at 06:10, Jeff King wrote:
>
> On Sun, Oct 09, 2016 at 07:53:23PM -0700, Jeremy Huddleston Sequoia wrote:
>
>> Subject: Re: [PATCH] t4014-format-patch: Adjust git_version regex to better
>> handle distro changes to DEF
> On Oct 9, 2016, at 20:04, Josh Triplett wrote:
>
> On October 9, 2016 7:53:23 PM PDT, Jeremy Huddleston Sequoia
> wrote:
>> Regressed-in: 480871e09ed2e5275b4ba16b278681e5a8c122ae
>> Signed-off-by: Jeremy Huddleston Sequoia
>> CC: Josh Triplett
>> CC: J
Regressed-in: 610d55af0f082f6b866dc858e144c03d8ed4424c
Signed-off-by: Jeremy Huddleston Sequoia
CC: Thomas Gummerer
CC: Junio C Hamano
---
t/t3700-add.sh | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/t/t3700-add.sh b/t/t3700-add.sh
index 924a266..3ccb19b 100755
> On Oct 9, 2016, at 20:22, Jeremy Huddleston Sequoia
> wrote:
>
> The issue is that the whitespace before the filename in $(git ls-files -s
> "$2") is a tab, and test_mode_in_index only looks for a space.
Actually, looks like that as just a rabbit hole. The real i
The issue is that the whitespace before the filename in $(git ls-files -s "$2")
is a tab, and test_mode_in_index only looks for a space.
><
> On Oct 9, 2016, at 19:51, Jeremy Huddleston Sequoia
> wrote:
>
>
>> On Oct 9, 2016, at 17:15, Jeremy Huddleston Se
Regressed-in: 480871e09ed2e5275b4ba16b278681e5a8c122ae
Signed-off-by: Jeremy Huddleston Sequoia
CC: Josh Triplett
CC: Junio C Hamano
---
t/t4014-format-patch.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index 8d90a6e
> On Oct 9, 2016, at 17:18, Josh Triplett wrote:
>
> On October 9, 2016 5:15:22 PM PDT, Jeremy Huddleston Sequoia
> wrote:
>> Hey Josh,
>>
>> Hope you're doing well.
>>
>> I wanted to let you know that this patch of yours, which landed in git
> On Oct 9, 2016, at 17:15, Jeremy Huddleston Sequoia
> wrote:
>
> Hi Thomas,
>
> I wanted to let you know that this patch of yours, which landed in git
> 2.10.1, introduced some test failures, seen on macOS.
>
> Let me know if you need any additional info
Hi Thomas,
I wanted to let you know that this patch of yours, which landed in git 2.10.1,
introduced some test failures, seen on macOS.
Let me know if you need any additional information to track these down.
Thanks,
Jeremy
not ok 40 - git add --chmod=[+-]x changes index with already added
Hey Josh,
Hope you're doing well.
I wanted to let you know that this patch of yours, which landed in git 2.10.1,
introduced some test failures, seen on macOS.
Let me know if you need any additional information to track these down.
Thanks,
Jeremy
not ok 65 - format-patch default sign
option of referencing a submodule's branch instead of a given
submodule commit. How about adding this functionality?
--
Best regards,
Jeremy Morton (Jez)
Did this ever get anywhere? Can we recursively update submodules with
"git pull" in the supermodule now?
--
Best regards,
Jeremy Morton (Jez)
On 04/06/2014 10:30, Chris Packham wrote:
Add a config option that will cause clone to recurse into submodules as
if the --recurse-submodu
it
module configuration.
--
Best regards,
Jeremy Morton (Jez)
> On Aug 3, 2016, at 07:35, Johannes Schindelin
> wrote:
>
> Hi Jeremy,
>
> On Wed, 3 Aug 2016, Jeremy Huddleston Sequoia wrote:
>
>> I have two test failures to report in git 2.9.2 on macOS:
>>
>>
>> t3210-pack-refs.sh has not changed betwee
I have two test failures to report in git 2.9.2 on macOS:
t3210-pack-refs.sh has not changed between 2.8.4 and 2.9.2. This test passed
fine with 2.8.4, but it now fails with 2.9.2 at:
not ok 26 - retry acquiring packed-refs.lock
#
# LOCK=.git/packed-refs.lock &&
#
thing (supposedly unrelated) somewhere
else changes and you didn't remember and you tear your hair out.
Not when it reduces useful functionality for experts, it's not.
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the bo
what Google Chrome
is for. We're talking about Git users using the commandline client.
They ought to know what they're doing and if they don't, they're
screwed anyway because there are quite a few gotchas with Git.
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from
On 10/11/2015 18:12, Stefan Beller wrote:
On Tue, Nov 10, 2015 at 8:31 AM, Jeremy Morton wrote:
It's recently come to my attention that the "git alias" config functionality
ignores all aliases that would override existing Git commands. This seems
like a bad idea to me.
This e
mands by default, or at least provide a config option that
allows the user to say that this should happen.
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Yeah but it's kind of useless to me having it on each commit on a
per-repo basis (and even then, only with hooks).
--
Best regards,
Jeremy Morton (Jez)
On 28/08/2015 18:06, Junio C Hamano wrote:
Jeremy Morton writes:
I see that interpret-trailers has been added by default in git
ically, am I right in thinking that there is *still* no way for me
to configure git (on a global, not per-repo basis) to automatically
tack a trailer onto every commit message? For the record, I want that
trailer to be the current branch name.
--
Best regards,
Jeremy Morton (Jez)
--
To unsubs
ing my sl6
system needs installing?
--
Thanks,
Jeremy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
not planning on archiving RTC so getting the
history out for all versioned artifacts is extremely important.
Thanks,
Jeremy Davis
ALM Architect
Idaho State Insurance Fund
Phone: 208-332-2586
Cell Phone: 970-215-2945
Email: jda...@idahosif.org
Website: www.idahosif.org
--
To unsubscribe from this
I built this terribly-written alias because I wanted to see a list of
branches by date of commit. The output looks like this:
$ git bbd
11 months ago pipette_editor
7 weeks ago ensure-ie-rendering-edge
6 weeks ago strings-yml
5 weeks ago message-when-validation-fails
4 weeks
we're all using source tree. I'm really interested to try and
reproduce this so I'll find some time today to do it.
Thanks again
On Fri, Jun 27, 2014 at 6:56 AM, Jeremy Scott wrote:
> Hi. Thanks for getting back to me.
>
> here is a screenshot from source tree t
, Philip Oakley wrote:
> From: "Phil Hord"
>
>> On Mon, Jun 23, 2014 at 9:15 PM, Jeremy Scott
>> wrote:
>>>
>>> I just encountered a situation where a merge was made, with no
>>> apparent changes in files (ie no log), but the result was that
I just encountered a situation where a merge was made, with no
apparent changes in files (ie no log), but the result was that some
files were deleted.
person A adds some files
person B adds some files from the same point
person B commits and pushes.
person A commits -- now merge is required
a fe
I ignored).
--
Cheers,
Jeremy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
27;t get inserted
at all?
You can script that too.
But it would be nicer if the logic were built-in, then you wouldn't have
to share some script with your work colleagues. :-)
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
27;t get inserted
at all?
You can script that too.
But it would be nicer if the logic were built-in, then you wouldn't have
to share some script with your work colleagues. :-)
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
rite the trailer as:
Made-on-branch: (detached HEAD: AB12CD34)
... or whatever. And also how about some logic to be able to say that
if you're committing to the "master" branch, the trailer doesn't get
inserted at all?
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On 28/04/2014 10:17, Felipe Contreras wrote:
I don't seem to what? I'm the one arguing for change, and I sent the patches to
fix this default behavior.
Well maybe you should work on phrasing things better - you come across
as quite negative.
--
Best regards,
Jeremy Morton (
On 28/04/2014 10:01, Felipe Contreras wrote:
Jeremy Morton wrote:
On 27/04/2014 20:33, Johan Herland wrote:
The problem is not really "less tidy commit trees" - by which I gather
you mean history graphs that are non-linear. IMHO, the history graph
should reflect parallel/branched d
On 28/04/2014 10:09, Johan Herland wrote:
On Mon, Apr 28, 2014 at 11:01 AM, Jeremy Morton wrote:
On 28/04/2014 07:45, Christian Couder wrote:
Yes, it's possible. Yesterday, I sent the following patch:
[RFC/PATCH 2/2] trailer: add examples to the documentation
and it shows a commit-msg
On 28/04/2014 10:02, David Kastrup wrote:
Jeremy Morton writes:
On 28/04/2014 09:32, Felipe Contreras wrote:
some people to is to always merge with --no-ff, that way you see the branch
name in the merge commit.
But surely, it's recommended with Git that you try to avoid doing
--
ction, but it's still
implemented as a hook on a per-repo basis. Do you foresee a point in
the future where these trailers could be added through simple one-liners
in someone's global .gitconfig file? That's where I'd really like to
get to.
--
Best regards,
Jeremy Morton (
as part of the audit record, though? Aren't
you just arbitrarily defining them as part of the audit record?
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo i
t in every
commit message, or I might just have a handy short description of what
part of the application this branch is modifying (like my
"pacman-minigame" example).
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the
s discussion to be easily
referenced.)
Well, as I said elsewhere in this discussion, Git should provide that
functionality built-in, IMHO. It would be good to be able to set a
one-liner in my .gitconfig to tag each commit with a "branch checked
into" trailer.
--
Best regards,
Jeremy
On 27/04/2014 20:33, Johan Herland wrote:
On Sun, Apr 27, 2014 at 7:38 PM, Jeremy Morton wrote:
On 27/04/2014 10:09, Johan Herland wrote:
As far as I can tell from that discussion, the general opposition to
encoding the branch name as a structural part of the commit object is that,
for some
On 27/04/2014 10:09, Johan Herland wrote:
On Sun, Apr 27, 2014 at 1:56 AM, Jeremy Morton wrote:
Currently, git records a checksum, author, commit date/time, and commit
message with every commit (as get be seen from 'git log'). I think it would
be useful if, along with the Author and
me upon checkin you always get a reference to the bug#.
Also, you don't always have something you can link a commit to in an
issue tracker. You may just be implementing a feature that has been
agreed upon, independently of any such tracker. In that case, there's
no bug# to link to.
--
have a patch to add this feature?
--
Best regards,
Jeremy Morton (Jez)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Mar 5, 2014 at 3:01 AM, Duy Nguyen wrote:
> On Wed, Mar 5, 2014 at 12:56 PM, Jeremy Nickurak wrote:
>> git log seems to understand globs in the last path argument, and the
>> last path argument only. I didn't see anything in the git log man page
>> expre
le.txt' 'subdirb/file.txt'
echo Explicit Test 3: git log --oneline -- 'subdirb/file.txt'
'subdira/file.txt' 'subdirc/file.txt'
git log --oneline -- 'subdirb/file.txt' 'subdira/file.txt' 'subdirc/file.txt'
echo Explicit Test
Hello everybody
I am looking into the git configuration mechanism and there seem to
be a "hole" in use cases I'm trying to figure out...
git configurations can be saved at various places
* /etc/gitconfig : system-wide configuration
* ~/.gitconfig : user-wide configuration
* .git/config : repos
for those of us that are not using gerrit...
what is a change-id (semantically, I got from your mail that it is some sort
of unit id set at commit time) and in what way is it different from the
commit-id ?
Cordialement
Jérémy Rosen
+33 (0)1 42 68 28 04
fight key loggers : write some perl usi
>
> But this will not work if there is no change between the current
> branch and its upstream. Always report upstream tracking info
> even if there is no difference, so that "git status" is consistent
> for checking tracking info for current branch. E.g.
>
> $ git status
> # On branch fe
Thanks Brian,
Reviewed-by: Jeremy Huddleston Sequoia
On Aug 5, 2013, at 8:59, Brian Gernhardt wrote:
> It used to be that APPLE_COMMON_CRYPTO did nothing when BLK_SHA1 was
> set. But APPLE_COMMON_CRYPTO is now used for more than just SHA1 (see
> 3ef2bca) so make sure that the ap
Thanks Brian,
Reviewed-by: Jeremy Huddleston Sequoia
On Aug 5, 2013, at 8:59, Brian Gernhardt wrote:
> compat/apple-common-crypto.h uses die() in one of its macros, but was
> included in git-compat-util.h before the definition of die.
>
> Fix by simply moving the relevant block a
Hi David,
Thanks for massaging it to apply to master and cleaning up the style conflicts.
On Jul 27, 2013, at 13:31, David Aguilar wrote:
> From: Jeremy Huddleston
>
> Use Apple's supported functions for base64 encoding instead
> of the deprecated OpenSSL functions.
&
- Mail original -
> On Thu, May 23, 2013 at 5:06 AM, Andreas Krey wrote:
> [snip]
> > ...
> >> Don't do that, then.
> >
> > :-) Problem is, in this case 'I' expands to about
> > 1<<7 people I need to educate on this.
>
> This is a feature of `git pull` that I really despise. I reall
> > git show --textconv HEAD~4:binary-gob | less
> >
> > but I doubt it is a good idea to turn it on by default this late in
> > the game.
>
> Exactly. I certainly do not mind it as an option, and I am on the
> fence
> regarding it as a default (I think it might have been a sane thing to
> do
1 - 100 of 126 matches
Mail list logo