about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Merge branch 'stable'Lars Hjemli2010-08-03
|\
| * CGIT 0.8.3.3Lars Hjemli2010-08-03
| * ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli2010-08-03
* | commit-links.sh: Seperate the expressions for filtering commit messages.Jeff Smith2010-07-22
* | Makefile: do not include dependency-file on `make clean`Lynn Lin2010-07-22
* | Merge branch 'jh/ignorews'Lars Hjemli2010-07-18
|\ \
| * | ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-18
| * | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18
* | | Merge branch 'lh/macros'Lars Hjemli2010-07-18
|\ \ \
| * | | Add support for environment variable expansionLars Hjemli2010-03-22
* | | | Merge branch 'stable'Lars Hjemli2010-07-13
|\ \ \ \ | | |_|/ | |/| |
| * | | Reencode author and committerRémi Lagacé2010-07-13
* | | | Merge branch 'lh/range-search'Lars Hjemli2010-06-22
|\ \ \ \
| * | | | ui-log.c: allow commit range as search expressionLars Hjemli2010-06-19
* | | | | Merge branch 'jh/context-lines'Lars Hjemli2010-06-22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-19
| * | | | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19
* | | | | Merge branch 'jh/path-limit'Lars Hjemli2010-06-22
|\| | | | | |/ / / |/| | |
| * | | ui-shared.c: path-limit style nitpickLars Hjemli2010-06-19
| * | | ui-log: Preserve path limit in outgoing linksJohan Herland2010-06-19
| * | | ui-shared: Preserve path limit in "tab bar" linksJohan Herland2010-06-19
| * | | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-19
| * | | ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-19
| * | | ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
| * | | ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19
| * | | ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-19
| * | | ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland2010-06-19
| * | | ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland2010-06-19
| * | | ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2010-06-19
| * | | ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland2010-06-19
| * | | struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-19
| * | | ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland2010-06-19
| * | | ui-shared: Improve const-ness in APIJohan Herland2010-06-19
| * | | Remove unused variable in shared.cJohan Herland2010-06-19
| * | | Fix small typo in cgitrc exampleJohan Herland2010-06-19
| | |/ | |/|
* | | Fix style of commit-filter links in commit-subject.Johan Herland2010-06-19
* | | Merge branch 'stable'Lars Hjemli2010-06-19
|\ \ \ | | |/ | |/|
| * | CGIT 0.8.3.2Lars Hjemli2010-06-19
* | | Merge branch 'ag/atom-fixes'Lars Hjemli2010-06-19
|\ \ \
| * | | Add 'max-atom-items' config variableAaron Griffin2010-03-22
| * | | Add all=1 query param for atom feedsAaron Griffin2010-03-22
| | |/ | |/|
* | | Merge branch 'lh/noweb'Lars Hjemli2010-06-19
|\ \ \
| * | | scan-tree: add test for noweb-file in repo dirLars Hjemli2010-02-28
* | | | Merge branch 'ml/plain-improvements-part1'Lars Hjemli2010-06-19
|\ \ \ \
| * | | | ui-plain: print directory listingsMark Lodato2010-01-31
| * | | | ui-plain: more efficient walk_tree()Mark Lodato2010-01-31
| * | | | ui-plain: remove unused curr_rev variableMark Lodato2010-01-30
* | | | | Merge branch 'sn/subject-link'Lars Hjemli2010-06-19
|\ \ \ \ \
| * | | | | Optionally generate verbose parent linksLars Hjemli2010-02-27
| * | | | | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-27
1'>parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev