summary refs log tree commit diff
path: root/src/dash.1 (unfollow)
Commit message (Expand)Author
2008-08-05[CD] Fixed getcwd build error for the non-glibc caseHerbert Xu
2008-07-13[MAN] Added missing right parenthesisGerrit Pape
2008-07-13[OPTIONS] Added support for -lHerbert Xu
2008-07-13[SHELL] Expand ENV before using itHerbert Xu
2008-07-13[INPUT] Made setinputfd staticHerbert Xu
2008-07-13[BUILTIN] Made t_lex reentrantHerbert Xu
2008-07-13[BUILTIN] Made aexpr/oexpr non-recursiveHerbert Xu
2008-07-13[BUILTIN] Fixed 3,4-argument cases for test per POSIXHerbert Xu
2008-05-19[EXPAND] Fixed non-leading slash treatment in expmetaHerbert Xu
2008-05-07[ARITH] Fixed lexical error on & and |Gerrit Pape
2008-05-03[SHELL] Added gitignoreDan McGee
2008-05-03[SHELL] Use uninitialized_var to silence bogus warningsHerbert Xu
2008-05-03[SHELL] Fixed klibc/klcc build problemsDan McGee
2008-05-03[ERROR] Set default exvwarning2 arg0 for errors during early initialisationHerbert Xu
2008-05-03[CD] Restored warning when getcwd failsHerbert Xu
2008-05-03[CD] Test __GLIBC__ instead of _GNU_SOURCEHerbert Xu
2008-05-03[EXEC] Fixed _PATH_BSHELL warningHerbert Xu
2008-05-02[CD] Restored non-glibc getcwd supportHerbert Xu
2008-05-02[JOBS] Fix cmdtxt crash on if statementsLarry Doolittle
2008-05-02[EXPAND] Fix slash treatment in expmetaHerbert Xu
2007-12-27[PARSER] Do not show prompts in expandstrHerbert Xu
2007-12-27[PARSER] Add FAKEEOFMARK for expandstrHerbert Xu
2007-12-23[ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape
2007-12-23[BUILTIN] Add set +o supportRichard M Kreuter
2007-12-23[EVAL] Fix bad pointer arithmetic in evalcommandSteve Langasek
2007-11-11[EXPAND] Expand here-documents in the current shell environmentHerbert Xu
2007-11-11[EXPAND] Removed herefd hackHerbert Xu
2007-11-11[PARSER] Removed noexpand/length check on eofmarkHerbert Xu
2007-10-20[PARSER] Fix here-doc corruptionHerbert Xu
2007-10-20[EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu
2007-10-17[SHELL] Replace shared illnum message by badnum function.Herbert Xu
2007-10-17[BUILTIN] Disallow completely blank strings in non-arithmetic context.Oleg Verych
2007-10-15[EXEC] Fixed execing of scripts with no hash-bangHerbert Xu
2007-10-11[BUILTIN] Use setvarint to set OPTINDHerbert Xu
2007-10-11[EXPAND] Add likely flags in expariHerbert Xu
2007-10-11[ARITH] Size optimisations in arithmetic lexerHerbert Xu
2007-10-11[ARITH] Add assignment and intmax_t supportHerbert Xu
2007-10-08[PARSER] Report substition errors at expansion timeHerbert Xu
2007-10-06[BUILTIN] Use intmax_t arithmetic in testHerbert Xu
2007-10-06[VAR] Remove setvarsafeHerbert Xu
2007-10-06[BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Herbert Xu
2007-10-06[MEMALLOC] Add pushstackmarkHerbert Xu
2007-10-05[MEMALLOC] Made grabstackblock an inline wrapper for stallocHerbert Xu
2007-10-04[PARSER] Size optimisations in parameter expansion parserHerbert Xu
2007-10-04[PARSER] Fix parsing of ${##1}Herbert Xu
2007-10-04[BUILD] Add --enable-static option to configure.Alexey Gladkov
2007-09-26[PARSER] Recognise here-doc delimiters terminated by EOFHerbert Xu
2007-09-26[EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples
2007-09-25[MAN] Clarify syntax of the for commandGerrit Pape
2007-09-25[MAN] Clarify description of -nt, -ot options to test builtinGerrit Pape
cgit-pink/commit/ui-view.c?h=1.3.0&id=ca8eb8fc8f71ee0a40015c323619f776840b6503&follow=1'>Add support for downloading single blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2Lars Hjemli Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli