1. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 9 months ago
  2. 77f091e treewide: remove cache.h inclusion due to pager.h changes by Elijah Newren · 1 year, 9 months ago
  3. ca4eed7 pager.h: move declarations for pager.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  4. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 9 months ago
  5. 553d4d7 treewide: remove unnecessary inclusion of gettext.h by Elijah Newren · 1 year, 10 months ago
  6. 9ec03b5 mark unused parameters in signal handlers by Jeff King · 1 year, 11 months ago
  7. 74900a6 progress API: unify stop_progress{,_msg}(), fix trace2 bug by Ævar Arnfjörð Bjarmason · 3 years ago
  8. accf1eb progress.c: refactor stop_progress{,_msg}() to use helpers by Ævar Arnfjörð Bjarmason · 3 years ago
  9. 1ccad6a progress.c: use dereferenced "progress" variable, not "(*p_progress)" by Ævar Arnfjörð Bjarmason · 3 years ago
  10. ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
  11. e6ec620 Merge branch 'ma/stop-progress-null-fix' by Junio C Hamano · 4 years, 5 months ago
  12. ac900fd progress: don't dereference before checking for NULL by Martin Ågren · 4 years, 5 months ago
  13. 3af029c progress: call trace2_region_leave() only after calling _enter() by Derrick Stolee · 4 years, 8 months ago
  14. 98a1364 trace2: log progress time and throughput by Emily Shaffer · 4 years, 8 months ago
  15. 3cacb9a progress.c: silence cgcc suggestion about internal linkage by Đoàn Trần Công Danh · 4 years, 9 months ago
  16. 44a4693 progress: create GIT_PROGRESS_DELAY by Derrick Stolee · 5 years ago
  17. 2bb74b5 Test the progress display by SZEDER Gábor · 5 years ago
  18. bbf4756 Revert "progress: use term_clear_line()" by SZEDER Gábor · 5 years ago
  19. ff2ea39 Merge branch 'dr/progress-i18n' by Junio C Hamano · 5 years ago
  20. 8f354a1 l10n: localizable upload progress messages by Dimitriy Ryazantcev · 6 years ago
  21. 5b12e31 progress: use term_clear_line() by SZEDER Gábor · 6 years ago
  22. fa03d9c Merge branch 'sg/progress-off-by-one-fix' by Junio C Hamano · 6 years ago
  23. 1aed1a5 progress: avoid empty line when breaking the progress line by SZEDER Gábor · 6 years ago
  24. 449f2db Merge branch 'jk/xmalloc' by Junio C Hamano · 6 years ago
  25. 425e51e Merge branch 'sg/overlong-progress-fix' by Junio C Hamano · 6 years ago
  26. 545dc34 progress: break too long progress bar lines by SZEDER Gábor · 6 years ago
  27. 9f1fd84 progress: clear previous progress update dynamically by SZEDER Gábor · 6 years ago
  28. 999b951 progress: use xmalloc/xcalloc by Jeff King · 6 years ago
  29. d53ba84 progress: assemble percentage and counters in a strbuf before printing by SZEDER Gábor · 6 years ago
  30. 9219d12 progress: make display_progress() return void by SZEDER Gábor · 6 years ago
  31. 9d81ecb progress: add sparse mode to force 100% complete message by Jeff Hostetler · 6 years ago
  32. 6466854 Merge branch 'en/rename-progress' by Junio C Hamano · 7 years ago
  33. 9c5951c progress: drop delay-threshold code by Lars Schneider · 7 years ago
  34. ee85e41 progress: set default delay threshold to 100%, not 0% by Jeff King · 7 years ago
  35. d6861d0 progress: fix progress meters when dealing with lots of work by Elijah Newren · 7 years ago
  36. 8aade10 progress: simplify "delayed" progress API by Junio C Hamano · 7 years ago
  37. 0fae1e0 progress: show overall rate in last update by René Scharfe · 8 years ago
  38. fbd0943 stop_progress_msg: convert xsnprintf to xstrfmt by Maxim Moseychuk · 8 years ago
  39. 3733e69 use xmallocz to avoid size arithmetic by Jeff King · 9 years ago
  40. f5691aa stop_progress_msg: convert sprintf to xsnprintf by Jeff King · 9 years ago
  41. 3131977 progress: store throughput display in a strbuf by Jeff King · 9 years ago
  42. a4fb76c progress: treat "no terminal" as being in the foreground by Jeff King · 10 years ago
  43. 85cb890 progress: no progress in background by Luke Mewburn · 10 years ago
  44. 83d26fa progress: simplify performance measurement by using getnanotime() by Karsten Blees · 11 years ago
  45. 754dbc4 i18n: mark all progress lines for translation by Nguyễn Thái Ngọc Duy · 11 years ago
  46. 079b546 strbuf: create strbuf_humanise_bytes() to show byte sizes by Antoine Pelisse · 12 years ago
  47. 583371a change throughput display units with fast links by Nicolas Pitre · 15 years ago
  48. 03aa8ff Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  49. 6691328 progress bar: round to the nearest instead of truncating down by Nicolas Pitre · 16 years ago
  50. d4c4444 progress.c: avoid use of dynamic-sized array by Boyd Lynn Gerber · 17 years ago
  51. 137a0d0 Flush progress message buffer in display(). by Johannes Sixt · 17 years ago
  52. a984a06 nicer display of thin pack completion by Nicolas Pitre · 17 years ago
  53. 53ed7b5 make display of total transferred fully accurate by Nicolas Pitre · 17 years ago
  54. 218558a make display of total transferred more accurate by Nicolas Pitre · 17 years ago
  55. 81f6654 Show total transferred as part of throughput progress by Nicolas Pitre · 17 years ago
  56. 3e935d1 make sure throughput display gets updated even if progress doesn't move by Nicolas Pitre · 17 years ago
  57. 74b6792 add some copyright notice to the progress display code by Nicolas Pitre · 17 years ago
  58. cf84d51 add throughput to progress display by Nicolas Pitre · 17 years ago
  59. dc6a075 make struct progress an opaque type by Nicolas Pitre · 17 years ago
  60. 42e18fb more compact progress display by Nicolas Pitre · 17 years ago
  61. 421f9d1 Fix the progress code to output LF only when it is really needed by Alex Riesen · 18 years ago
  62. 180a9f2 provide a facility for "delayed" progress reporting by Nicolas Pitre · 18 years ago
  63. 13aaf14 make progress "title" part of the common progress interface by Nicolas Pitre · 18 years ago
  64. 96a02f8 common progress display support by Nicolas Pitre · 18 years ago