Km

Results 95 comments of Km

Hello git provide **core.sshcommand** to define repo by repo any ssh configuration as key. ``` [core] sshcommand = /usr/bin/ssh -i /var/www/repo/.ssh/id_rsa ``` https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresshCommand

Hello I've a bit forgotten this PR :) I can work again to check if our generator script is always valid.

Hello * I've juste read yara documentation about use private keyword. If I've understood correctly should be more logical to use it. I can propose the PR if needed. *...

In git ftp module, a lock file is used to follow updated file. Maybe a possibility to follow if remote or local version is up to date

HI With native brackets it's not possible to edit in-place a remote file. It's a great feature used for example with gedit and gvfs feature. In my network many dev...

Hello Any progress about this feature ? Could be nice to be to merge it :) I can do some test if required Thanks

Hello Could be nice to filter at n last commits information on server. When git ftp log is ran we retrieve all git log information until commit pushed. To get...

Hello Doesn't look same. git show display only last detailled commit and use a grep is a workaround. Purpose is to get git ftp log result limited on n commit

Hello This approach could be useful indeed. With the hash retrieved we can indeed get more informative log and use others git features. We've more possibility Thanks

Hi In this case maybe provide a generic prefix to distingue git ftp argument and specific curl ? Would be easier to detect these arguments and pass theses to curl...