| Commit message (Expand) | Author | Age |
... | |
* | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 |
|\ \ \ |
|
| * | | | implement ends_with via strip_suffix | Jeff King | 2014-06-30 |
| |/ / |
|
* | | | strbuf: add xstrfmt helper | Jeff King | 2014-06-19 |
* | | | Merge branch 'jk/http-errors' | Junio C Hamano | 2014-06-16 |
|\ \ \ |
|
| * | | | strbuf: add strbuf_reencode helper | Jeff King | 2014-05-27 |
| |/ / |
|
* | | | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 2014-06-16 |
|\ \ \ |
|
| * | | | strbuf: add strbuf_tolower function | Jeff King | 2014-05-23 |
| |/ / |
|
* | | | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 2014-06-16 |
|\ \ \ |
|
| * | | | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 2014-05-23 |
| | |/
| |/| |
|
* | | | strbuf: use _rtrim and _ltrim in strbuf_trim | Brian Gesiak | 2014-05-06 |
| |/
|/| |
|
* | | strbuf: remove prefixcmp() and suffixcmp() | Christian Couder | 2013-12-05 |
* | | strbuf: introduce starts_with() and ends_with() | Christian Couder | 2013-12-05 |
|/ |
|
* | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 2013-04-10 |
* | Allow custom "comment char" | Junio C Hamano | 2013-01-16 |
* | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' | Junio C Hamano | 2013-01-05 |
|\ |
|
| * | Add new function strbuf_add_xml_quoted() | Michael Haggerty | 2012-11-26 |
* | | strbuf_split*(): rename "delim" parameter to "terminator" | Michael Haggerty | 2012-11-04 |
* | | strbuf_split_buf(): simplify iteration | Michael Haggerty | 2012-11-04 |
* | | strbuf_split_buf(): use ALLOC_GROW() | Michael Haggerty | 2012-11-04 |
* | | Merge branch 'jk/strbuf-detach-always-non-null' | Jeff King | 2012-10-25 |
|\ \
| |/
|/| |
|
| * | strbuf: always return a non-NULL value from strbuf_detach | Jeff King | 2012-10-18 |
* | | strbuf.c: mark a private file-scope symbol as static | Junio C Hamano | 2012-09-15 |
* | | strbuf: convenience format functions with \n automatically appended | Nguyễn Thái Ngọc Duy | 2012-04-24 |
|/ |
|
* | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 2012-02-26 |
|\ |
|
| * | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 2012-02-22 |
* | | Merge branch 'jk/credentials' | Junio C Hamano | 2011-12-19 |
|\ \ |
|
| * | | strbuf: add strbuf_add*_urlencode | Jeff King | 2011-12-12 |
| |/ |
|
* | | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 2011-11-08 |
|/ |
|
* | strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline() | Brandon Casey | 2011-10-18 |
* | Merge branch 'tr/maint-strbuf-grow-nul-termination' | Junio C Hamano | 2011-09-02 |
|\ |
|
| * | strbuf_grow(): maintain nul-termination even for new buffer | Thomas Rast | 2011-08-29 |
* | | Merge branch 'jk/maint-config-param' | Junio C Hamano | 2011-07-19 |
|\ \
| |/
|/| |
|
| * | strbuf: allow strbuf_split to work on non-strbufs | Jeff King | 2011-06-22 |
| * | strbuf_split: add a max parameter | Jeff King | 2011-06-22 |
* | | Merge branch 'ef/maint-strbuf-init' | Junio C Hamano | 2011-04-27 |
|\ \
| |/
|/| |
|
| * | strbuf: make sure buffer is zero-terminated | Erik Faye-Lund | 2011-04-11 |
* | | strbuf: add strbuf_vaddf | Jeff King | 2011-02-26 |
* | | compat: helper for detecting unsigned overflow | Jonathan Nieder | 2011-02-10 |
* | | strbuf: move strbuf_branchname to sha1_name.c | Jonathan Nieder | 2010-11-10 |
* | | disallow branch names that start with a hyphen | Junio C Hamano | 2010-09-15 |
|/ |
|
* | Merge branch 'ap/merge-backend-opts' | Junio C Hamano | 2010-01-20 |
|\ |
|
| * | git merge -X<option> | Avery Pennarun | 2010-01-17 |
* | | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 2010-01-20 |
|\ \ |
|
| * | | strbuf: add strbuf_addbuf_percentquote | Jeff King | 2010-01-14 |
| * | | strbuf_expand: convert "%%" to "%" | Jeff King | 2010-01-14 |
| |/ |
|
* | | strbuf.c: remove unused function | Junio C Hamano | 2010-01-12 |
|/ |
|
* | strbuf: add new function strbuf_getwholeline() | Brandon Casey | 2009-08-05 |
* | fread does not return negative on error | Roel Kluin | 2009-06-23 |
* | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 2009-03-22 |
* | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 2009-03-22 |