summary refs log tree commit diff
path: root/home/.gdbinit
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-14 20:40:07 +0000
committerJune McEnroe <june@causal.agency>2021-01-14 20:41:06 +0000
commitcc4cce1c5fe4fb701745b705638b196f5eab5af0 (patch)
treeb5dec67deb05798eb09877962b6ddd6003902fb7 /home/.gdbinit
parentClean up html.sh (diff)
downloadsrc-cc4cce1c5fe4fb701745b705638b196f5eab5af0.tar.gz
src-cc4cce1c5fe4fb701745b705638b196f5eab5af0.zip
Add igp gopher server for text.causal.agency
Diffstat (limited to 'home/.gdbinit')
0 files changed, 0 insertions, 0 deletions
'/cgit-pink/commit/ui-refs.c?h=1.4.0&id=389cc17357e2040c9542d3e085f64a8d2f085e9a&follow=1'>Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer