| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* highlight shortened commit hashes (up to 7 chars)
* send status
* refactor cgi commands
* support git branch -a
|
| |
|
|
|
|
| |
it's safer this way
|
|
|
|
|
|
|
|
|
| |
* gitcha stash list special processing
* gitcha switch no longer opens the branch view; it is now opened by
gitcha branch
* make gitcha branch UI consistent with the rest of the script. (the
idea is that clicking on refs does not modify the repo, only action
links like (switch) or (apply).)
|
|
|
|
|
|
|
| |
Use content type attributes so e.g. git.cgi can set the title even with
a text/x-ansi content type.
(This commit also fixes some bugs in content type attribute handling.)
|
|
|
|
| |
Array.prototype.at is not present in previous QJS releases.
|
| |
|
|
|
|
| |
just a clickable UI for switching branches
|
|
|
|
|
| |
this way its output can be embedded into documents without a pointless
DT declaration
|
| |
|
|
just for clickable git log hashes
|