Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4487587
Revert "trace2: fixup: remove warning message when opening trace file"
jeffhostetler Jan 31, 2019
15ba903
Revert "trace2:data: add trace2 data/region around status printing"
jeffhostetler Jan 31, 2019
c4aadf8
Revert "gvfs:trace2:data fixup: add region/data around actual seriali…
jeffhostetler Jan 31, 2019
89c9e22
Revert "gvfs:trace2:data add status serialization/deserialization inf…
jeffhostetler Jan 31, 2019
0cee6e1
Revert "gvfs:trace2:data: add trace2 tracing around read_object_process"
jeffhostetler Jan 31, 2019
e0ff5c4
Revert "DROPME: keep inherited GIT_TR2 env vars when running test suite"
jeffhostetler Jan 31, 2019
4e11a5f
Revert "trace2: t/helper/test-trace2"
jeffhostetler Jan 31, 2019
1829cd7
Revert "trace2:data: add vfs stats"
jeffhostetler Jan 31, 2019
f2bd703
Revert "trace2:data: add subverb for rebase"
jeffhostetler Jan 31, 2019
ff815f1
Revert "trace2:data: add subverb to reset command"
jeffhostetler Jan 31, 2019
3fb5d50
Revert "trace2:data: add subverb to checkout command"
jeffhostetler Jan 31, 2019
b06eaff
Revert "pack-objects: add trace2 regions"
jeffhostetler Jan 31, 2019
b9ef989
Revert "trace2:data: add trace2 instrumentation to index read/write"
jeffhostetler Jan 31, 2019
605946b
Revert "trace2:data: add trace2 hook classification"
jeffhostetler Jan 31, 2019
60363bf
Revert "trace2:data: add trace2 transport child classification"
jeffhostetler Jan 31, 2019
d4af6ba
Revert "trace2:data: add trace2 sub-process classification"
jeffhostetler Jan 31, 2019
7085285
Revert "trace2:data: add editor/pager child classification"
jeffhostetler Jan 31, 2019
b607158
Revert "trace2:data: add trace2 regions to wt-status"
jeffhostetler Jan 31, 2019
14fc29d
Revert "trace2: collect platform-specific process information"
jeffhostetler Jan 31, 2019
0b7ba67
Revert "trace2: (V3) create new combined trace facility"
jeffhostetler Jan 31, 2019
ce5d1d3
trace2: Documentation/technical/api-trace2.txt
jeffhostetler Feb 1, 2019
e398076
trace2: create new combined trace facility
jeffhostetler Feb 1, 2019
6a86993
trace2: collect Windows-specific process information
jeffhostetler Feb 1, 2019
af8f33c
trace2:data: add trace2 regions to wt-status
jeffhostetler Feb 1, 2019
314c7ed
trace2:data: add editor/pager child classification
jeffhostetler Feb 1, 2019
33d46a7
trace2:data: add trace2 sub-process classification
jeffhostetler Feb 1, 2019
1697372
trace2:data: add trace2 transport child classification
jeffhostetler Feb 1, 2019
138ebf6
trace2:data: add trace2 hook classification
jeffhostetler Feb 1, 2019
179a39e
trace2:data: add trace2 instrumentation to index read/write
jeffhostetler Feb 1, 2019
7aa40e1
trace2:data: pack-objects: add trace2 regions
derrickstolee Feb 1, 2019
6c7ff98
trace2:data: add subverb to checkout command
jeffhostetler Feb 1, 2019
8ace6f8
trace2:data: add subverb to reset command
jeffhostetler Feb 1, 2019
83de4d3
trace2:data: add subverb for rebase
jeffhostetler Feb 1, 2019
ad23341
trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh
jeffhostetler Feb 1, 2019
f2ba675
trace2: add for_each macros to clang-format
jeffhostetler Feb 1, 2019
1d7d271
DROPME: trace2:status: use the_repository rather than s->repo
jeffhostetler Jan 31, 2019
49484a5
gvfs:trace2:data: add trace2 tracing around read_object_process
jeffhostetler Sep 26, 2018
40171a5
gvfs:trace2:data: status deserialization information
jeffhostetler Sep 26, 2018
a0751d6
gvfs:trace2:data: status serialization
jeffhostetler Jan 7, 2019
9835bc6
gvfs:trace2:data: add vfs stats
jeffhostetler Nov 19, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Cpp11BracedListStyle: false

# A list of macros that should be interpreted as foreach loops instead of as
# function calls.
ForEachMacros: ['for_each_string_list_item']
ForEachMacros: ['for_each_string_list_item', 'for_each_wanted_builtin', 'for_each_builtin', 'for_each_ut']

# The maximum number of consecutive empty lines to keep.
MaxEmptyLinesToKeep: 1
Expand Down
Loading