| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-25 | progress: pay attention to (customized) delay time | Johannes Sixt | 1 | -5/+7 |
| 2024-12-18 | progress: stop using `the_repository` | Patrick Steinhardt | 1 | -14/+20 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2023-09-29 | parse: separate out parsing functions from config.h | Calvin Wan | 1 | -1/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to pager.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | pager.h: move declarations for pager.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: remove unnecessary inclusion of gettext.h | Elijah Newren | 1 | -1/+0 |
| 2023-02-24 | mark unused parameters in signal handlers | Jeff King | 1 | -1/+1 |
| 2022-02-03 | progress API: unify stop_progress{,_msg}(), fix trace2 bug | Ævar Arnfjörð Bjarmason | 1 | -18/+3 |
| 2022-02-03 | progress.c: refactor stop_progress{,_msg}() to use helpers | Ævar Arnfjörð Bjarmason | 1 | -28/+36 |
| 2022-02-03 | progress.c: use dereferenced "progress" variable, not "(*p_progress)" | Ævar Arnfjörð Bjarmason | 1 | -6/+9 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2020-08-17 | Merge branch 'ma/stop-progress-null-fix' | Junio C Hamano | 1 | -2/+10 |
| 2020-08-10 | progress: don't dereference before checking for NULL | Martin Ågren | 1 | -2/+10 |
| 2020-05-15 | progress: call trace2_region_leave() only after calling _enter() | Derrick Stolee | 1 | -6/+2 |
| 2020-05-12 | trace2: log progress time and throughput | Emily Shaffer | 1 | -0/+17 |
| 2020-04-27 | progress.c: silence cgcc suggestion about internal linkage | Đoàn Trần Công Danh | 1 | -1/+1 |
| 2019-11-27 | progress: create GIT_PROGRESS_DELAY | Derrick Stolee | 1 | -2/+13 |
| 2019-09-17 | Test the progress display | SZEDER Gábor | 1 | -2/+30 |
| 2019-09-17 | Revert "progress: use term_clear_line()" | SZEDER Gábor | 1 | -11/+18 |
| 2019-07-11 | Merge branch 'dr/progress-i18n' | Junio C Hamano | 1 | -2/+1 |
| 2019-07-02 | l10n: localizable upload progress messages | Dimitriy Ryazantcev | 1 | -2/+1 |
| 2019-06-27 | progress: use term_clear_line() | SZEDER Gábor | 1 | -17/+11 |
| 2019-05-30 | Merge branch 'sg/progress-off-by-one-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-28 | progress: avoid empty line when breaking the progress line | SZEDER Gábor | 1 | -1/+1 |
| 2019-04-25 | Merge branch 'jk/xmalloc' | Junio C Hamano | 1 | -13/+5 |
| 2019-04-25 | Merge branch 'sg/overlong-progress-fix' | Junio C Hamano | 1 | -21/+53 |
| 2019-04-15 | progress: break too long progress bar lines | SZEDER Gábor | 1 | -3/+24 |
| 2019-04-15 | progress: clear previous progress update dynamically | SZEDER Gábor | 1 | -4/+7 |
| 2019-04-12 | progress: use xmalloc/xcalloc | Jeff King | 1 | -13/+5 |
| 2019-04-05 | progress: assemble percentage and counters in a strbuf before printing | SZEDER Gábor | 1 | -12/+23 |
| 2019-04-05 | progress: make display_progress() return void | SZEDER Gábor | 1 | -8/+5 |
| 2019-03-22 | progress: add sparse mode to force 100% complete message | Jeff Hostetler | 1 | -3/+35 |
| 2017-12-19 | Merge branch 'en/rename-progress' | Junio C Hamano | 1 | -14/+15 |
| 2017-12-04 | progress: drop delay-threshold code | Lars Schneider | 1 | -19/+5 |
| 2017-12-04 | progress: set default delay threshold to 100%, not 0% | Jeff King | 1 | -1/+1 |
| 2017-11-15 | progress: fix progress meters when dealing with lots of work | Elijah Newren | 1 | -14/+15 |
| 2017-08-19 | progress: simplify "delayed" progress API | Junio C Hamano | 1 | -5/+10 |
| 2017-07-09 | progress: show overall rate in last update | René Scharfe | 1 | -2/+6 |
| 2017-02-16 | stop_progress_msg: convert xsnprintf to xstrfmt | Maxim Moseychuk | 1 | -7/+4 |
| 2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -1/+1 |
| 2015-09-25 | stop_progress_msg: convert sprintf to xsnprintf | Jeff King | 1 | -1/+1 |
| 2015-09-25 | progress: store throughput display in a strbuf | Jeff King | 1 | -10/+8 |
| 2015-05-19 | progress: treat "no terminal" as being in the foreground | Jeff King | 1 | -1/+2 |
| 2015-04-15 | progress: no progress in background | Luke Mewburn | 1 | -6/+16 |
| 2014-07-13 | progress: simplify performance measurement by using getnanotime() | Karsten Blees | 1 | -35/+36 |
| 2014-02-24 | i18n: mark all progress lines for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2013-04-10 | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 1 | -28/+15 |
| 2009-10-14 | change throughput display units with fast links | Nicolas Pitre | 1 | -1/+7 |
| 2009-09-14 | Nicolas Pitre has a new email address | Nicolas Pitre | 1 | -1/+1 |
| 2009-04-25 | progress bar: round to the nearest instead of truncating down | Nicolas Pitre | 1 | -4/+4 |
| 2008-06-08 | progress.c: avoid use of dynamic-sized array | Boyd Lynn Gerber | 1 | -3/+8 |
| 2007-11-20 | Flush progress message buffer in display(). | Johannes Sixt | 1 | -0/+3 |
| 2007-11-08 | nicer display of thin pack completion | Nicolas Pitre | 1 | -6/+13 |
| 2007-11-07 | make display of total transferred fully accurate | Nicolas Pitre | 1 | -25/+39 |
| 2007-11-05 | make display of total transferred more accurate | Nicolas Pitre | 1 | -24/+22 |
| 2007-11-01 | Show total transferred as part of throughput progress | Nicolas Pitre | 1 | -3/+26 |
| 2007-11-01 | make sure throughput display gets updated even if progress doesn't move | Nicolas Pitre | 1 | -0/+3 |
| 2007-10-30 | add some copyright notice to the progress display code | Nicolas Pitre | 1 | -0/+10 |
| 2007-10-30 | add throughput to progress display | Nicolas Pitre | 1 | -4/+76 |
| 2007-10-30 | make struct progress an opaque type | Nicolas Pitre | 1 | -6/+27 |
| 2007-10-17 | more compact progress display | Nicolas Pitre | 1 | -28/+25 |
| 2007-05-23 | Fix the progress code to output LF only when it is really needed | Alex Riesen | 1 | -1/+5 |
| 2007-04-22 | provide a facility for "delayed" progress reporting | Nicolas Pitre | 1 | -0/+34 |
| 2007-04-22 | make progress "title" part of the common progress interface | Nicolas Pitre | 1 | -4/+8 |
| 2007-04-22 | common progress display support | Nicolas Pitre | 1 | -0/+68 |