aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t0106-diff.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-15auth-filters: generate secret securelyJason A. Donenfeld2-18/+85
2018-07-14auth-filters: do not crash on nil usernameJason A. Donenfeld1-1/+1
2018-07-14auth-filter: do not write more than we've readJason A. Donenfeld1-2/+2
2018-07-14auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2-4/+4
2018-07-13Bump version.v1.2Jason A. Donenfeld1-1/+1
2018-07-10Update COPYINGTodd Zullinger1-20/+19
2018-07-08css: use correct size in annotated decorationJason A. Donenfeld1-0/+1
2018-07-05cgitrc.5: add local tar signature exampleJason A. Donenfeld1-4/+15
2018-07-04Fix gcc 8.1.1 compiler warningsJason A. Donenfeld3-15/+23
2018-07-03cgitrc.5: document new signature notesJason A. Donenfeld1-1/+17
2018-07-03snapshot: support tar signature for compressed tarChristian Hesse2-2/+10
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld5-0/+12
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping1-2/+2
2018-06-27manpage: fix sorting orderAndy Green1-88/+88
2018-06-27cache: close race window when unlocking slotsJohn Keeping1-23/+14
2018-06-27git: update to v2.18.0Christian Hesse13-70/+71
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse5-43/+3
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse5-10/+17
2018-06-27snapshot: support special value 'all' to enable all formatsChristian Hesse2-0/+4
2018-06-27snapshot: support archive signaturesJohn Keeping3-1/+84
2018-06-27ui-refs: use shared function to print tag downloadsJohn Keeping1-26/+1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping4-5/+6
2018-06-27ui-shared: use the same snapshot logic as ui-refsJohn Keeping1-1/+7
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping2-3/+3
2018-06-27ui-shared: remove unused parameterJohn Keeping4-5/+4
2018-06-27ui-refs: remove unnecessary sanity checkJohn Keeping1-3/+0
2018-06-27ui-snapshot: filter permitted snapshot requestsJohn Keeping1-1/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping7-4/+23
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()John Keeping1-3/+4
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping4-10/+8
2018-06-27ui-log: highlight annotated tags in different colorChristian Hesse2-1/+13
2018-06-27print git version string in footerChristian Hesse1-2/+3
2018-06-27git: update to v2.17.1Christian Hesse3-2/+2
2018-06-19ui-blame: free read_sha1_file() buffer after useAndy Green1-1/+4
2018-06-16ui-tag: Fix inconsistent capitalizationJon DeVree1-1/+1
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green1-0/+2
2018-06-16Makefile: drive asciidoc directly for HTML outputJohn Keeping2-4/+8
2018-02-21doc: use consistent id's when generating html filesTodd Zullinger1-1/+1
2018-02-12cgit: prepare repo before error pagesJason A. Donenfeld1-7/+12
2018-01-19ui-blame: Allow syntax highlightingJeff Smith3-13/+62
2018-01-19ui-blame: Make each column into a single table cellJeff Smith2-23/+54
2018-01-19ui-blame: Break out emit_blame_entry into component methodsJeff Smith1-14/+30
2018-01-19ui-blame: Distinguish hashes column from lines columnJeff Smith2-1/+2
2018-01-19git: update to v2.16.0Christian Hesse8-10/+9
2017-12-06git: update to v2.15.1Christian Hesse3-1/+2
2017-10-15global: spelling fixesVille Skyttä4-8/+8
2017-10-15ui-shared: use type='search' for the search boxVille Skyttä1-2/+2
2017-10-14filter: pipe_fh should be localJason A. Donenfeld2-7/+7
2017-10-14parsing: don't clear existing state with empty inputJohn Keeping1-2/+1
2017-10-03ui-tree: link to blame UI if enabledJeff Smith3-4/+29