Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-30parse: separate out parsing functions from config.hCalvin Wan
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren
2023-02-24mark unused parameters in signal handlersJeff King
2022-02-04progress API: unify stop_progress{,_msg}(), fix trace2 bugÆvar Arnfjörð Bjarmason
2022-02-04progress.c: refactor stop_progress{,_msg}() to use helpersÆvar Arnfjörð Bjarmason
2022-02-04progress.c: use dereferenced "progress" variable, not "(*p_progress)"Ævar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-08-18Merge branch 'ma/stop-progress-null-fix'Junio C Hamano
2020-08-11progress: don't dereference before checking for NULLMartin Ågren
2020-05-15progress: call trace2_region_leave() only after calling _enter()Derrick Stolee
2020-05-13trace2: log progress time and throughputEmily Shaffer
2020-04-27progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee
2019-09-17Test the progress displaySZEDER Gábor
2019-09-17Revert "progress: use term_clear_line()"SZEDER Gábor
2019-07-12Merge branch 'dr/progress-i18n'Junio C Hamano
2019-07-02l10n: localizable upload progress messagesDimitriy Ryazantcev
2019-06-27progress: use term_clear_line()SZEDER Gábor
2019-05-30Merge branch 'sg/progress-off-by-one-fix'Junio C Hamano
2019-05-28progress: avoid empty line when breaking the progress lineSZEDER Gábor
2019-04-25Merge branch 'jk/xmalloc'Junio C Hamano
2019-04-25Merge branch 'sg/overlong-progress-fix'Junio C Hamano
2019-04-15progress: break too long progress bar linesSZEDER Gábor
2019-04-15progress: clear previous progress update dynamicallySZEDER Gábor
2019-04-12progress: use xmalloc/xcallocJeff King
2019-04-05progress: assemble percentage and counters in a strbuf before printingSZEDER Gábor
2019-04-05progress: make display_progress() return voidSZEDER Gábor
2019-03-22progress: add sparse mode to force 100% complete messageJeff Hostetler
2017-12-19Merge branch 'en/rename-progress'Junio C Hamano
2017-12-05progress: drop delay-threshold codeLars Schneider
2017-12-05progress: set default delay threshold to 100%, not 0%Jeff King
2017-11-15progress: fix progress meters when dealing with lots of workElijah Newren
2017-08-20progress: simplify "delayed" progress APIJunio C Hamano
2017-07-09progress: show overall rate in last updateRené Scharfe
2017-02-16stop_progress_msg: convert xsnprintf to xstrfmtMaxim Moseychuk
2016-02-23use xmallocz to avoid size arithmeticJeff King
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King
2015-09-25progress: store throughput display in a strbufJeff King
2015-05-19progress: treat "no terminal" as being in the foregroundJeff King
2015-04-15progress: no progress in backgroundLuke Mewburn
2014-07-14progress: simplify performance measurement by using getnanotime()Karsten Blees
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse
2009-10-14change throughput display units with fast linksNicolas Pitre
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre