Found 36 matching messages (0.014 seconds). Page 1 of 2.
... revision.c | 4 +++ t/t6500-graft.sh | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ upload-pack.c ... continue; } + if (!strcmp(arg, "--ignore-graft")) { + honor_graft = 0; + continue; + } usage(pack_usage ...
git - Junio C Hamano - Jul 2 2008 - 20:03
... clone to *refrain* from looking at grafts. > > >Linus suggested that "git-fsck and repacking should just consider > >it[grafts] to be an _additional_ source of ... shouldn't have people cloning your grafted repository anyway unless you know what ...
git - Avery Pennarun - Jul 2 2008 - 17:28
... ); continue; } + if (!strcmp(arg, "--ignore-graft")) { + honor_graft = 0; + continue; + } usage(pack_usage); } ... [i]); +} + int register_commit_graft(struct commit_graft *graft, int ignore_dups) { int pos = commit_graft_pos( ...
git - Junio C Hamano - Jul 2 2008 - 17:49
... than mere connecting parents. Also, the graft mechanism specifically is intended as a ... which can >understand this "generalized grafts" file format, or rather >'description of ... a turnaround cycle. Using the proposed grafts format, I can make changes ...
git - Stephen R. van den Berg - Jul 2 2008 - 13:32
... new SHA1, and then use the graft file to >>replace all references ... it gitk --all & # dump all graft info to text file git rev-list --parents --all > .git/info/grafts.tmp mv .git/info/ ... .tmp .git/info/grafts # please choose what commit you want to ...
git - Dmitry Potapov - Jul 2 2008 - 14:33
... > proper repository which becomes cloneable. Grafts are _much_ older than filter-branch ... earlier cg-admin-rewrite-hist) > >respects grafts, and rewrites history so that grafts ... ugly or necessarily temporary about grafts. One example of completely valid ...
git - Petr Baudis - Jul 2 2008 - 20:21
... be accomplished fairly easily > using the grafts file. > The other changes are messy ... feet will be grateful). > - Extend the grafts file format to support something like ... which can understand this "generalized grafts" file format, or rather 'description ...
git - Jakub Narebski - Jul 2 2008 - 12:35
... be accomplished fairly easily >> using the grafts file. >> The other changes are messy ... will be grateful). >> - Extend the grafts file format to support something ... which can > understand this "generalized grafts" file format, or rather > 'description ...
git - Michael J Gruber - Jul 2 2008 - 12:43
... git clone to *refrain* from looking at grafts. >Linus suggested that "git-fsck and repacking should just consider >it[grafts] to be an _additional_ source of ... As for repack, it should probably ignore grafts, except for reference. I.e. repack/ ...
git - Stephen R. van den Berg - Jul 2 2008 - 17:18
... this kind of >information. Yet the grafts file is exactly the place where ... is not supposed to be a grafts file in a proper repository. ... as possible given an empty grafts file. So I'd prefer ... (as it >is possible with grafts), it will require changes to ...
git - Stephen R. van den Berg - Jul 2 2008 - 13:59
... >> proper repository which becomes cloneable. >Grafts are _much_ older than filter-branch ... branch to make history recorded in >grafts file permanent... Petr Baudis wrote: ... ugly or necessarily temporary about grafts. One example >of completely valid ...
git - Stephen R. van den Berg - Jul 3 2008 - 03:11
... fake history, of course. Using grafts allows you to fake history, ... the upstream. > I wonder if grafts can be used in combination ... normal work you should never use grafts. Well, you can use grafts to add old history, but using it for anything else ...
git - Dmitry Potapov - Jul 2 2008 - 16:42
... @gmx.net> wrote: > > I wonder if grafts can be used in combination ... work you should never > use grafts. I have written this in ... even merges using an extended grafts file, he could rewrite some ... - and then use _only one_ graft to change the parent to ...
git - Stephan Beyer - Jul 2 2008 - 19:46
... .net> wrote: >> > I wonder if grafts can be used in combination ... work you should never >> use grafts. >I have written this in ... even merges using an >extended grafts file, he could rewrite some ... >and then use _only one_ graft to change the parent to ...
git - Stephen R. van den Berg - Jul 3 2008 - 02:05
... filter which can >> understand this "generalized grafts" file format, or rather >> 'description of ... git-filter-branch generic "generalized grafts" file based filter should be ... older version by them) using grafts, thought and brought independently by ...
git - Jakub Narebski - Jul 3 2008 - 20:43
... can be accomplished fairly easily using the grafts file. The other changes are messy at ... sanity checks on the content of the grafts file (to make it more difficult to ... my feet will be grateful). - Extend the grafts file format to support something like ...
git - Stephen R. van den Berg - Jul 2 2008 - 10:35
... . van den Berg wrote: >_ > - Extend the grafts file format to support something like the following ... : Etc. I don't think that the grafts file is the right place for this kind ... and gitk (as it is possible with grafts), it will require changes to the git ...
git - Dmitry Potapov - Jul 2 2008 - 13:19
... Git with a new SHA1, and then use the graft file to >replace all references from an old ... will stick to extending git fsck to check grafts more rigorously and fix git clone to *refrain* from looking at grafts. If anyone still wants the extended format, I ...
git - Stephen R. van den Berg - Jul 2 2008 - 14:10
... changes_. (I've never used info/grafts, but if I get the principle right, ... could realize a linear list of info/grafts history fakes.) Stephen wrote earlier: > The ... amount > of time. I wonder if grafts can be used in combination with sequencer in ...
git - Stephan Beyer - Jul 2 2008 - 15:31
... stick to extending git fsck to check grafts more > rigorously and fix git clone to *refrain* from looking at grafts. Linus suggested that "git-fsck and repacking should just consider it[grafts] to be an _additional_ source of parenthood ...
git - Dmitry Potapov - Jul 2 2008 - 16:39