git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Adding git hooks
@ 2014-04-26  9:34 Suvorov Ivan
  2014-04-26 17:24 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Suvorov Ivan @ 2014-04-26  9:34 UTC (permalink / raw)
  To: git

Hello.
I want to extend the functionality of git due to the possibility of separation of the user repository into 2 parts - one part will be stored as usual, under version control git, and the second part will be stored in another location such as an FTP-server.

This will be done in order to be able to separate the user repository binary data from the source code and binary data can stored separately.

For example, now on github prohibited to upload files larger than 100 MB, but some large files still would like to keep under version control.

And it will be possible to make due to the proposed division of the repository. It is assumed that this functionality will be developed for the most part separately from the program git, using a mechanism git hook. But in the current program git not enough hooks to implement this functionality. For example, it would be nice to have existed on the hook command git status, so that the output of this command can be supplemented by a list of binaries that are not under version control in main repository, but are under version control, for example in FTP server.

As a community Git consider the idea of a extend mechanism the functionality git hook?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-28 19:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26  9:34 Adding git hooks Suvorov Ivan
2014-04-26 17:24 ` Junio C Hamano
2014-04-26 17:50   ` Jeff King
2014-04-28 16:43     ` Junio C Hamano
2014-04-28 19:11       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).