Re: I suggest a new feature: One copy from files

2017-04-24 Thread Jacob Keller
On Mon, Apr 24, 2017 at 4:47 PM, Rm Beer wrote: > 2017-04-24 3:13 GMT-03:00 Jacob Keller : >> So, clearly you haven't defined the request very well. It *sounds* >> like what you want is the ability to say "git please store and >> copy/send this file to

Re: I suggest a new feature: One copy from files

2017-04-24 Thread Jacob Keller
On Sun, Apr 23, 2017 at 8:47 PM, Rm Beer wrote: > I have a several directories with binary files datas that is discard > by .gitignore. > > I recommend make a new .gitonecopy or .gitonelog or something that > take the directories with only 1 copy of last updated and not take >

Re: I suggest a new feature: One copy from files

2017-04-23 Thread Samuel Lijin
Looping the listserv back in, didn't realize this had gone off thread. I'm not sure what you mean by "update only the last change, and not record the old changes". update-index is, like most Git commands, per repo. On Mon, Apr 24, 2017 at 12:08 AM, Rm Beer wrote: > Yes, but

Re: I suggest a new feature: One copy from files

2017-04-23 Thread Samuel Lijin
...what? I'm sorry, I have absolutely no idea what you're asking. You're going to have to be a lot more specific with your description of the desired behavior because as is, I have no idea what purpose your .gitonecopy or .gitonelog would serve. I also have no idea what this has to do with the

I suggest a new feature: One copy from files

2017-04-23 Thread Rm Beer
I have a several directories with binary files datas that is discard by .gitignore. I recommend make a new .gitonecopy or .gitonelog or something that take the directories with only 1 copy of last updated and not take history of files in the repository. Maybe anyone found other best method for