index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
1
-1
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
trace.c, git.c: remove unnecessary parameter to trace_repo_setup()
idriss fekir
2023-02-21
1
-4
/
+3
*
C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
Ævar Arnfjörð Bjarmason
2022-02-22
1
-78
/
+2
*
http, imap-send: stop using CURLOPT_VERBOSE
Jonathan Tan
2020-05-11
1
-4
/
+16
*
packfile: drop release_pack_memory()
Jeff King
2019-08-13
1
-2
/
+0
*
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
2018-08-18
1
-6
/
+63
*
trace.c: export trace_setup_key
Nguyễn Thái Ngọc Duy
2018-03-30
1
-7
/
+7
*
trace.c: move strbuf_release() out of print_trace_line()
Nguyễn Thái Ngọc Duy
2018-01-16
1
-1
/
+4
*
trace: avoid unnecessary quoting
Jeff King
2018-01-16
1
-2
/
+2
*
sq_quote_argv: drop maxlen parameter
Jeff King
2018-01-16
1
-2
/
+2
*
trace: improve performance while category is disabled
Gennady Kupava
2017-12-06
1
-2
/
+1
*
trace: remove trace key normalization
Gennady Kupava
2017-11-27
1
-20
/
+4
*
Replace Free Software Foundation address in license notices
Todd Zullinger
2017-11-09
1
-2
/
+1
*
trace: do not fall back to stderr
Jeff King
2016-08-05
1
-6
/
+4
*
trace: disable key after write error
Jeff King
2016-08-05
1
-0
/
+1
*
trace: correct variable name in write() error message
Jeff King
2016-08-05
1
-5
/
+5
*
trace: cosmetic fixes for error messages
Jeff King
2016-08-05
1
-8
/
+8
*
trace: use warning() for printing trace errors
Jeff King
2016-08-05
1
-6
/
+5
*
trace: stop using write_or_whine_pipe()
Jeff King
2016-08-04
1
-3
/
+8
*
trace: handle NULL argument in trace_disable()
Jeff King
2016-08-04
1
-4
/
+16
*
trace: use strbuf for quote_crnl output
Jeff King
2015-09-25
1
-12
/
+11
*
pkt-line: support tracing verbatim pack contents
Jeff King
2015-06-16
1
-0
/
+7
*
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-0
/
+1
|
\
|
*
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+1
*
|
configure.ac: check for clock_gettime and CLOCK_MONOTONIC
Reuben Hawkins
2015-01-10
1
-1
/
+1
*
|
Merge branch 'rs/use-strbuf-complete-line'
Junio C Hamano
2014-12-22
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
use strbuf_complete_line() for adding a newline if needed
René Scharfe
2014-12-12
1
-3
/
+1
*
|
Merge branch 'bw/trace-no-inline-getnanotime'
Junio C Hamano
2014-10-16
1
-1
/
+1
|
\
\
|
*
|
trace.c: do not mark getnanotime() as "inline"
Ben Walton
2014-09-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'kb/perf-trace'
Junio C Hamano
2014-09-19
1
-1
/
+1
|
\
\
|
*
|
trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROS
René Scharfe
2014-09-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-09-02
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
use xgetcwd() to get the current directory or die
René Scharfe
2014-08-26
1
-3
/
+4
*
|
git: add performance tracing for git's main() function to debug scripts
Karsten Blees
2014-07-14
1
-0
/
+22
*
|
trace: add trace_performance facility to debug performance issues
Karsten Blees
2014-07-14
1
-0
/
+47
*
|
trace: add high resolution timer function to debug performance issues
Karsten Blees
2014-07-14
1
-0
/
+82
*
|
trace: add 'file:line' to all trace output
Karsten Blees
2014-07-14
1
-12
/
+60
*
|
trace: move code around, in preparation to file:line output
Karsten Blees
2014-07-14
1
-18
/
+18
*
|
trace: add current timestamp to all trace output
Karsten Blees
2014-07-14
1
-1
/
+9
*
|
trace: disable additional trace output for unit tests
Karsten Blees
2014-07-14
1
-0
/
+6
*
|
trace: add infrastructure to augment trace output with additional info
Karsten Blees
2014-07-14
1
-14
/
+33
*
|
trace: improve trace performance
Karsten Blees
2014-07-14
1
-46
/
+54
*
|
trace: remove redundant printf format attribute
Karsten Blees
2014-06-17
1
-1
/
+0
*
|
trace: consistently name the format parameter
Karsten Blees
2014-06-17
1
-11
/
+11
|
/
*
shallow.c: the 8 steps to select new commits for .git/shallow
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+1
[next]