<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/progress.c, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-04-23T05:18:05Z</updated>
<entry>
<title>provide a facility for "delayed" progress reporting</title>
<updated>2007-04-23T05:18:05Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2007-04-20T19:05:27Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=180a9f226860e18cdc2c3987ae89c239b318b408'/>
<id>urn:sha1:180a9f226860e18cdc2c3987ae89c239b318b408</id>
<content type='text'>
This allows for progress to be displayed only if the progress has not
reached a specified percentage treshold within a given delay in seconds.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>make progress "title" part of the common progress interface</title>
<updated>2007-04-23T05:18:05Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2007-04-20T18:10:07Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=13aaf148258808437c485d3ef54c7ae7668384d7'/>
<id>urn:sha1:13aaf148258808437c485d3ef54c7ae7668384d7</id>
<content type='text'>
If the progress bar ends up in a box, better provide a title for it too.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>common progress display support</title>
<updated>2007-04-23T05:18:05Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2007-04-18T18:27:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=96a02f8f6d2192d3686cd1c719044082c89e8391'/>
<id>urn:sha1:96a02f8f6d2192d3686cd1c719044082c89e8391</id>
<content type='text'>
Instead of having this code duplicated in multiple places, let's have
a common interface for progress display.  If someday someone wishes to
display a cheezy progress bar instead then only one file will have to
be changed.

Note: I left merge-recursive.c out since it has a strange notion of
progress as it apparently increase the expected total number as it goes.
Someone with more intimate knowledge of what that is supposed to mean
might look at converting it to the common progress interface.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
