about summary refs log tree commit diff
path: root/vector.c
diff options
context:
space:
mode:
authorGeorg Müller <georgmueller@gmx.net>2012-01-03 15:30:50 +0000
committerLars Hjemli <hjemli@gmail.com>2012-01-03 15:35:06 +0000
commit0b6a716d1b9f18e8cc00940a7962e542b9358238 (patch)
tree7fa04f27c6702de2b2a0bc7752a3204250696fba /vector.c
parentAdd sort parameter to pager of repo list (diff)
downloadcgit-pink-0b6a716d1b9f18e8cc00940a7962e542b9358238.tar.gz
cgit-pink-0b6a716d1b9f18e8cc00940a7962e542b9358238.zip
ui-log.c: do not show remote heads if enable-remote-branches=0
If remote branches are not enabled, the branches are still listed in
the log view. This patch removes them if enable-remote-branches=0.
Diffstat (limited to 'vector.c')
0 files changed, 0 insertions, 0 deletions
/a>June McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe