about summary refs log tree commit diff
path: root/tests/t0101-index.sh
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-08-20 18:56:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-08-20 19:55:30 +0200
commit455b5987780f53ef55ebf6edd4543976763152da (patch)
tree57ef5eb173d2387a44a9ae9aa41b495cb8885695 /tests/t0101-index.sh
parentui-diff: Check the return value of get_sha1() (diff)
downloadcgit-pink-455b5987780f53ef55ebf6edd4543976763152da.tar.gz
cgit-pink-455b5987780f53ef55ebf6edd4543976763152da.zip
ui-patch.c: Use log_tree_commit() to generate diffs
Instead of using our own formatting, use log_tree_commit() from Git to
create patches. This removes unnecessary duplicate code and also fixes a
bug with e-mail address formatting that existed in our own
implementation.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'tests/t0101-index.sh')
0 files changed, 0 insertions, 0 deletions
BSD-specific libedit hackJune McEnroe2020-06-08 | | | | | | | | Newer versions of libedit have sane tab-complete now without FreeBSD's hacks, and in fact the hack is gone in FreeBSD-CURRENT. I'm still a little confused why binding this weird function is necessary at all, but at least it exists everywhere, I guess. * Remove mktemp options from mkbuiltins, mktokensJune McEnroe2020-06-07 | | | | Why even? * Cast z_stream fields to size_tJune McEnroe2020-06-07 | | | | | In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong. * Call static_assert by _Static_assertJune McEnroe2020-06-07 | | | | | OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? * Allow redirecting input in everJune McEnroe2020-06-01 | * Add %c conversion to c scriptJune McEnroe2020-05-31 | * Add c script to READMEJune McEnroe2020-05-31 | * Add c scriptJune McEnroe2020-05-31 | * Add hi rule for sh arithmetic expansionJune McEnroe2020-05-14 | | | | | Shell highlighting is hopeless anyway but this makes it slightly less obviously broken. * Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20 | * Teach hi how to underline in IRCJune McEnroe2020-03-30 | * Highlight diff lines without lading space as KeywordJune McEnroe2020-03-30 | * Add HISTFILE history savingJune McEnroe2020-03-09 | * Source .editrc before applying -v or -eJune McEnroe2020-03-09 | | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. * Add \? exit status prompt expansionJune McEnroe2020-03-09 | * Shorten $HOME to ~ in prompt expansionJune McEnroe2020-03-09 | * Add PS0 pre-prompt stringJune McEnroe2020-03-09 | * Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09 | * Fix copyright and rcsidJune McEnroe2020-03-09 | * Replace strchrnul with strchrJune McEnroe2020-03-09 | * Replace eaccess with faccessatJune McEnroe2020-03-09 | * Replace st_mtim with st_mtimespecJune McEnroe2020-03-09 | * Replace sys_nsig with NSIGJune McEnroe