<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.kruedewagen.de/w/index.php?action=history&amp;feed=atom&amp;title=Git%2FGarbage_Collection</id>
	<title>Git/Garbage Collection - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.kruedewagen.de/w/index.php?action=history&amp;feed=atom&amp;title=Git%2FGarbage_Collection"/>
	<link rel="alternate" type="text/html" href="https://www.kruedewagen.de/w/index.php?title=Git/Garbage_Collection&amp;action=history"/>
	<updated>2026-05-02T08:53:52Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in www.kruedewagen.de</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.kruedewagen.de/w/index.php?title=Git/Garbage_Collection&amp;diff=7822&amp;oldid=prev</id>
		<title>Rkr: Rkr verschob die Seite Git/GC nach Git/Garbage Collection</title>
		<link rel="alternate" type="text/html" href="https://www.kruedewagen.de/w/index.php?title=Git/Garbage_Collection&amp;diff=7822&amp;oldid=prev"/>
		<updated>2014-01-14T10:02:51Z</updated>

		<summary type="html">&lt;p&gt;Rkr verschob die Seite &lt;a href=&quot;/wiki/Git/GC&quot; class=&quot;mw-redirect&quot; title=&quot;Git/GC&quot;&gt;Git/GC&lt;/a&gt; nach &lt;a href=&quot;/wiki/Git/Garbage_Collection&quot; title=&quot;Git/Garbage Collection&quot;&gt;Git/Garbage Collection&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 14. Januar 2014, 10:04 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Rkr</name></author>
	</entry>
	<entry>
		<id>https://www.kruedewagen.de/w/index.php?title=Git/Garbage_Collection&amp;diff=7821&amp;oldid=prev</id>
		<title>Rkr: Die Seite wurde neu angelegt: „In order to save disk space and to improve the overall repository processing performance you should run following command from time to time (also on bare remot…“</title>
		<link rel="alternate" type="text/html" href="https://www.kruedewagen.de/w/index.php?title=Git/Garbage_Collection&amp;diff=7821&amp;oldid=prev"/>
		<updated>2014-01-14T10:02:28Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „In order to save disk space and to improve the overall repository processing performance you should run following command from time to time (also on bare remot…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In order to save disk space and to improve the overall repository processing performance you should run following command from time to time (also on bare remote repositories):&lt;br /&gt;
 git count-objects -v&lt;br /&gt;
 git gc&lt;br /&gt;
 git count-objects -v&lt;br /&gt;
This packs multiple objects into one file. If you clone a project (from remote) the server packs the files automatically, but that local copy becomes fragmented over time (and so also the remote).&lt;br /&gt;
&lt;br /&gt;
As script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIR=&amp;quot;/data/git/&amp;quot;&lt;br /&gt;
cd $DIR&lt;br /&gt;
REPOS=&amp;quot;repo1 repo2 repo3&amp;quot;&lt;br /&gt;
for i in $REPOS; do&lt;br /&gt;
 cd $i&lt;br /&gt;
 git gc&lt;br /&gt;
 cd $DIR&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Git|GC]]&lt;/div&gt;</summary>
		<author><name>Rkr</name></author>
	</entry>
</feed>