about summary refs log tree commit diff
path: root/tests/t0102-summary.sh (unfollow)
Commit message (Expand)Author
2013-03-04ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer
2013-03-04ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer
2013-03-04Mark several functions/variables staticLukas Fleischer
2013-03-04t0107-snapshot: add tests for ZIP archivesJohn Keeping
2013-03-04tests: make whitespace consistentJohn Keeping
2013-03-04tests: "grep -e" is not portable to all platformsJohn Keeping
2013-03-04Makefile: Disable gettext in the Git submoduleLukas Fleischer
2013-03-04Makefile: improve dependency generationJamie Couture
2013-03-04cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer
2013-03-04ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer
2013-03-04ui-tree.c: Drop the header variableLukas Fleischer
2013-03-04ui-tree.c: Declare the state variable globallyLukas Fleischer
2013-03-04ui-tree.c: Pass current revision to print_object()Lukas Fleischer
2013-03-04ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer
2013-03-04ui-plain.c: Do not access match variable in print_*()Lukas Fleischer
2013-03-04ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-04Fix several whitespace errorsLukas Fleischer
2013-03-02Update git to v1.7.12.4John Keeping
2013-03-02Update git to v1.7.9.7John Keeping
2013-03-02Update git to v1.7.8.6John Keeping
2013-03-02Update git to v1.7.7.7John Keeping
2013-03-02Update git to v1.7.6.5John Keeping
2013-03-02Update git to v1.7.5.4John Keeping
2013-03-02Print submodule revision next to submodule linkstfn
2013-02-01Support unannotated tags in git-clone.Jason A. Donenfeld
2013-02-01ssdiff: correctly manage tab expansionJulius Plenz
2013-02-01Make "owner" column on index page configurableFlorian Pritz
2012-11-15man: fix up default value duplicationJason A. Donenfeld
2012-11-15CGIT-0.9.1Jason A. Donenfeld
2012-11-15man: show mime type default valueJason A. Donenfeld
2012-11-15ssdiff: point line links at exact blob by prepending "id="Julius Plenz
2012-11-15Format git diff headers correctly when adding or removing files.Michael Halstead
2012-11-04Makefile: get snapshots from githubFerry Huberts
2012-10-31Makefile: remove tags fileJamie Couture
2012-10-28ui-shared: use placeholder for empty commit subjectChristian Franke
2012-10-27syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld
2012-10-18Fix man page typo.Jason A. Donenfeld
2012-10-17Makefile: Support OpenBSD just like FreeBSDJason A. Donenfeld
2012-10-17Makefile: support FreeBSD libiconv pathsJason A. Donenfeld
2012-10-17tests: check for proper html entityJason A. Donenfeld
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld
2012-10-16repo_config: do not let globals override repo settingsTobias Bieniek
2012-10-09README: times, they are a-changinJason A. Donenfeld
2012-10-09syntax-highlight: when the file has no extension, assume textFerry Huberts
p;id=e20c64d5d72e341abf8dc3cb38d7cfec371faafc&follow=1'>Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe