Re: [BUG] gitk

2016-06-08 Thread Eric Frederich
do this myself if I had instructions for submitting patches for to gitk. Thanks, ~Eric On Wed, Jun 8, 2016 at 5:58 AM, wrote: > Am 08.06.2016 um 11:40 schrieb stefan.na...@atlas-elektronik.com: >> Am 07.06.2016 um 21:20 schrieb Eric Frederich: >>> Hello, >>> >>>

[BUG] gitk

2016-06-07 Thread Eric Frederich
Hello, I couldn’t find any documentation on submitting patches for gitk. I saw in Documentation/SubmittingPatches that gitk is maintained in its own repo. I can’t clone repo’s unless they’re http while on my corporate proxy. I’m hoping someone can help me out or just do it for me ;-) I’d like to r

Re: Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
On Wed, Feb 18, 2015 at 1:32 PM, Jeff King wrote: > On Wed, Feb 18, 2015 at 01:27:50PM -0500, Eric Frederich wrote: > > If you can persist the index file for each working tree, this will be > much faster in the long run, too (you can just refresh the index before > each diff, which

Re: Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
repo to another. Option (3) doesn't really map to the system we're trying to mimic because releases are done at the "item revision" level, not at a higher workspace level. On Wed, Feb 18, 2015 at 1:32 PM, Jeff King wrote: > On Wed, Feb 18, 2015 at 01:27:50PM -0500, Eric Frede

Re: Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
rying to avoid writing one for "git diff" I looks like this is unavoidable. Oh well... thanks for the help. On Wed, Feb 18, 2015 at 11:33 AM, Junio C Hamano wrote: > Eric Frederich writes: > >> This is from "git help diff". It seems to imply that I should be

Re: Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
t with the latest commit, or a branch name to compare with the tip of a different branch. On Wed, Feb 18, 2015 at 10:37 AM, Junio C Hamano wrote: > On Wed, Feb 18, 2015 at 7:06 AM, Eric Frederich > wrote: >> # how can I compare a working directory to a commit without taking the

Re: Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
/index # why does this one now show a diff? # how can I compare a working directory to a commit without taking the index into account? git --git-dir=/tmp/bottle.git --work-tree=/tmp/bottlecopy diff master On Wed, Feb 18, 2015 at 9:57 AM, Eric Frederich wrote: > Some background. > I'm tr

Get a git diff without taking index into account

2015-02-18 Thread Eric Frederich
Some background. I'm trying to use Git as an object store for trees. I put trees into the repo and can retrieve them. I'm having issues with diffing these trees that I retrieve from the repo. If I use a "git checkout" the diffs seem to work but if I create the tree myself user lower level ls-tree a