[git-users] git checkout file with custom mtime

2019-01-05 Thread Daniel Fanjul
Hi all, I have some large files tracked in git and I have to track their mtime because of some legacy software. With another tool I save and restore their mtime. When I restore their mtime git status rereads the files to update the mtime in the index. I would like to improve that because there

[git-users] git svn issue

2019-01-05 Thread Saurabh Goyal
Hi, *Step 1:*- I have updated one file into git and commit and push into my master branch. *Step 2:-* Then on the separate folder where I have git-svn repo. I have run below command:- gitsvntest$ *git checkout master* *Step 3:-* gitsvntest$ *git svn rebase # *After running rebase it show me

Re: [git-users] git checkout file with custom mtime

2019-01-05 Thread Philip Oakley
Daniel, Do you use the Git LFS (Large File System) add-on?, are you on Windows or Linux?, and what tools need mtime (or is it something about the process of using the tool..)? The Git viewpoint is that the mtime shouldn't be important for the version storage & control aspects, though it

Re: [git-users] git checkout file with custom mtime

2019-01-05 Thread Daniel Fanjul
I'm on Ubuntu. I do not use LFS. I track mods and saved games of Skyrim with git, TESV.exe sorts the saved games only by their mtime. I know it is not the most usual use case for git. I agree with that viewpoint and I like the way git works right now, I do not want to change that. Checking out