git test repository creator

2016-01-05 Thread Thomas Koch
ting and I would need it right now. Regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to rebase when some commit hashes are in some commit messages

2015-10-18 Thread Thomas Koch
change even if the change gets amended or rebased and thus is represented in a different commit. So if you're using Gerrit you can refer to changes instead of commits and use the Change-Id. Even if you don't use Gerrit you can still use its commit-hook to write the Change-Id trailers.

Re: Git Deployment Multiple Existing Environments

2015-09-03 Thread Thomas Koch
On Thursday, September 03, 2015 09:11:10 AM Sukhwinder Singh wrote: > Hello, > > I have posted this question on various forums as well but I have not > received any guidance yet. I was requesting some steps which I can follow. > Our Servers are windows based. Don't use windows. Get rid of people

Re: Git Deployment Multiple Existing Environments

2015-09-01 Thread Thomas Koch
s on github from minimal to multi-data-center-enterprise-grade. I wrote this one for my workplace: https://github.com/comsolit/comsolit_deploy The README contains links to alternative solutions. Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

list empty dirs in commit message trailer

2015-08-18 Thread Thomas Koch
e is no staging in this approach for empty directories and no ignore mechanism. But for my current use case (represent the content of debian source packages) this would be enough. Do you like the idea? Regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git&

Re: git lock files

2015-06-15 Thread Thomas Koch
might contain good thoughts about locking + git: Jan 12, 2010 Interest in locking mechanism? http://git.661346.n2.nabble.com/Interest-in-locking-mechanism-td4293383.html Jul 04, 2013 intend-to-edit flag http://git.661346.n2.nabble.com/intend-to-edit-flag-tp7591127.html Sep 17, 2013 Locking file

Re: Git archiving only branch work

2014-11-13 Thread Thomas Koch
itory in a predefined folder. After that a symlink is switched to the new version. You can run hook scripts after the export (checkout) and after the switch. The script lacks documentation... (PRs welcome!) But it is unit tested! Regards, Thomas Koch -- To unsubscribe from this list: send the

Re: Best practices/conventions for tags and references in commit message

2014-06-05 Thread Thomas Koch
It would be nice to see more examples and in the long run to have some best practices recommended by gits documentation and supported across different bug trackers, changelog generators, statistic generators, repository viewers, etc.. Regards, Thomas Koch -- To unsubscribe from this list: send

Best practices/conventions for tags and references in commit message

2014-05-27 Thread Thomas Koch
gs. But I've not yet thought enough about this. Best regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

git fuse

2013-12-19 Thread Thomas Koch
Hi, I'm thinking about using Git for web application deployment and thought that I wouldn't even need to checkout a worktree if I could access the bare git repo via fuse. What would be the performance impact? Once the files are in the filesystem cache it shouldn't matter anymore, how fast the

Re: Command-line git Vs IDE+plugin?

2013-11-19 Thread Thomas Koch
ose concepts are: - hashes - content adressable storage - blops being referenced by trees being referenced by commits My collegues meanwhile dumped their graphical Git tool because they learned that they have better control over Git when using it from the commandline. Regards, Thomas Koch -- To unsubs

[FR] git-rebase command go-back (like undo)

2013-11-01 Thread Thomas Koch
ebase would allow me to go back inside my interactive session. Thanks to git I know how to save my a...effort: I stick a branch to the last good rebased commit and start again rebasing onto this saved commit. Regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscr

Re: RFE: support change-id generation natively

2013-10-24 Thread Thomas Koch
to my GPG key that signs my code and my SSH key that has access to the repository. Regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: RFE: support change-id generation natively

2013-10-21 Thread Thomas Koch
skips them in a rebase. Could this functionality benefit from an enduring commit identifier? Best regards, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kern

Re: Git counterpart to SVN bugtraq properties?

2013-10-04 Thread Thomas Koch
On Friday, October 04, 2013 01:22:08 PM Marc Strapetz wrote: > On 04.10.2013 11:15, Thomas Koch wrote: > > On Wednesday, July 17, 2013 03:03:14 PM Marc Strapetz wrote: > >> I'm looking for a specification or guidelines on how a Git client should > >> integrate wi

Re: Git counterpart to SVN bugtraq properties?

2013-10-04 Thread Thomas Koch
On Wednesday, July 17, 2013 03:03:14 PM Marc Strapetz wrote: > I'm looking for a specification or guidelines on how a Git client should > integrate with bug tracking systems. For SVN, one can use > bugtraq-properties [1] to specify e.g. the issue tracker URL ... There's seldom a question that has

Searching explanation of different diff algorithms

2013-09-25 Thread Thomas Koch
k you, Thomas Koch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Locking files / git

2013-09-18 Thread Thomas Koch
On Tuesday, September 17, 2013 09:45:26 PM Nicolas Adenis-Lamarre wrote: > Ooops. It seems that each time somebody says these two words together, > people hate him, and he is scorned by friends and family. See the thread "intend-to-edit flag" for one implementation idea: http://git.661346.n2.nabb

cdgit: cd relative to git workdir root

2013-09-16 Thread Thomas Koch
git worktree and have zsh (or bash) auto completion for this like git clone git://git.kernel.org/pub/scm/git/git.git cd git/gitweb/static/js/lib (just to be somewhere deep) cdgit con/com (becomes: cdgit contrib/completion) Somebody with zsh/bash skills who already did this? Regards, Thomas Koch

Re: intend-to-edit flag

2013-07-04 Thread Thomas Koch
n giving talks about Git already in 2008. I know that we don't need locking. But my boss says we need it. - So he'll get it. Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@

intend-to-edit flag

2013-07-04 Thread Thomas Koch
" that contains an empty blob for every flagged file. So our tool just needs to check, whether a blob exists for the path that's intended to edit, tries to push a commit that touches the file and only allows editing if the push succeeds. Does anybody have a better idea, maybe wi

Re: git ignore logic does not work as advertised

2013-06-16 Thread Thomas Koch
On Saturday, June 15, 2013 06:07:59 PM John Keeping wrote: > Which version of Git are you using? You may be hitting a regression > that was introduced in Git 1.8.3 and is fixed in Git 1.8.3.1. updated from 1.8.3 to 1.8.3.1 and solved. Thank you. Thomas Koch, http://www.koch.ro -- To unsub

git ignore logic does not work as advertised

2013-06-15 Thread Thomas Koch
vcsh Thank you, Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Merge conflicts with version numbers in release branches

2013-04-07 Thread Thomas Koch
ts-in-maven-poms-when-merging/ [2] http://bxm-dev.blogspot.ch/2012/05/gitflow-and-maven.html [3] http://stackoverflow.com/questions/3555160/merging-changes-from-a-maven- relase-branch-yields-conflicts-due-to-changed-versi Thank you, Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: sen

Re: Advice and repo setup

2013-04-06 Thread Thomas Koch
rit-review.googlesource.com/Documentation/prolog-cookbook.html Regards, Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Load testing of git

2013-02-24 Thread Thomas Koch
27;re thinking about. The linux Kernel might be the biggest project. [1] https://git.wiki.kernel.org/index.php/GitProjects Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More maj

[ANN] First beta: Git export with hardlinks

2013-02-13 Thread Thomas Koch
commit, ref) /index <- git index file corresponding to the exported tree (maybe?) Regards, Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Feature request: Allow extracting revisions into directories

2013-02-10 Thread Thomas Koch
as hardlink targets instead of writing the same file again. (I'm aware of the dangers of hardlinks.) https://github.com/thkoch2001/git_export_hardlinks See also the current mailing list thread: "[Request] Git export with hardlinks". Beste Grüße, Thomas Koch, http://www.koch.ro --

Re: [Request] Git export with hardlinks

2013-02-10 Thread Thomas Koch
erested. Maybe something like this might one day be rewritten in C and become part of git core? Regards, Thomas Koch, http://www.koch.ro -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[Request] Git export with hardlinks

2013-02-06 Thread Thomas Koch
rving new requests from the new folder. It might be possible that this is premature optimization. But I'd like to learn more Python and dulwich by hacking this. Do you have any additional thoughts or use cases about this? Regards, Thomas Koch, http://www.koch.ro -- To unsubscribe from