about summary refs log tree commit diff
path: root/ui-tag.c
diff options
context:
space:
mode:
authorLars Hjemli <larsh@hatman.(none)>2008-07-21 10:10:48 +0200
committerLars Hjemli <larsh@hatman.(none)>2008-07-21 10:10:48 +0200
commit566f92b27618f67f59cc3642e17d9cb9c12634fa (patch)
tree3945996da0cce9a348a803d91c87df4e303c178b /ui-tag.c
parentUse GIT-1.6.0-rc0 (diff)
downloadcgit-pink-566f92b27618f67f59cc3642e17d9cb9c12634fa.tar.gz
cgit-pink-566f92b27618f67f59cc3642e17d9cb9c12634fa.zip
Adjust to new calling convention for read_tree_recursive()
In GIT-1.6.0, read_tree_recursive takes an extra void pointer for callback
data. We might want to use this to avoid some global variables, but for now
lets just make sure that we can still compile.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-tag.c')
0 files changed, 0 insertions, 0 deletions
c TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe