Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | pretty: recalculate duplicate short hashes | René Scharfe | 1 | -6/+0 |
2017-03-14 | Merge branch 'jk/interpret-branch-name' | Junio C Hamano | 1 | -1/+20 |
2017-03-10 | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 1 | -0/+14 |
2017-03-02 | interpret_branch_name: allow callers to restrict expansions | Jeff King | 1 | -1/+5 |
2017-03-02 | strbuf_branchname: add docstring | Jeff King | 1 | -0/+15 |
2017-03-02 | strbuf_branchname: drop return value | Jeff King | 1 | -1/+1 |
2017-02-27 | strbuf: add strbuf_add_real_path() | René Scharfe | 1 | -0/+14 |
2017-01-30 | use SWAP macro | René Scharfe | 1 | -3/+1 |
2016-10-10 | link_alt_odb_entry: handle normalize_path errors | Jeff King | 1 | -0/+8 |
2016-08-08 | Merge branch 'rs/use-strbuf-addbuf' into maint | Junio C Hamano | 1 | -5/+1 |
2016-07-25 | Merge branch 'rs/use-strbuf-addbuf' | Junio C Hamano | 1 | -5/+1 |
2016-07-22 | strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf() | René Scharfe | 1 | -5/+1 |
2016-07-06 | Merge branch 'pb/strbuf-read-file-doc' into maint | Junio C Hamano | 1 | -0/+2 |
2016-06-27 | Merge branch 'pb/strbuf-read-file-doc' | Junio C Hamano | 1 | -0/+2 |
2016-06-14 | strbuf: describe the return value of strbuf_read_file | Pranit Bauva | 1 | -0/+2 |
2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -0/+6 |
2016-03-01 | run_processes_parallel: treat output of children as byte array | Stefan Beller | 1 | -0/+6 |
2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -6/+23 |
2016-01-15 | strbuf: give strbuf_getline() to the "most text friendly" variant | Junio C Hamano | 1 | -12/+10 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -3/+15 |
2016-01-14 | strbuf: make strbuf_getline_crlf() global | Junio C Hamano | 1 | -0/+7 |
2015-12-16 | strbuf: add strbuf_read_once to read without blocking | Stefan Beller | 1 | -0/+8 |
2015-10-26 | Merge branch 'tk/stripspace' | Junio C Hamano | 1 | -1/+10 |
2015-10-16 | strbuf: make stripspace() part of strbuf | Tobias Klauser | 1 | -1/+10 |
2015-09-25 | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 1 | -0/+8 |
2015-09-25 | strbuf: make strbuf_complete_line more generic | Jeff King | 1 | -2/+13 |
2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -0/+5 |
2015-07-13 | Merge branch 'mh/strbuf-read-file-returns-ssize-t' | Junio C Hamano | 1 | -1/+1 |
2015-07-03 | strbuf: strbuf_read_file() should return ssize_t | Michael Haggerty | 1 | -1/+1 |
2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+5 |
2015-04-16 | strbuf_addch: avoid calling strbuf_grow | Jeff King | 1 | -1/+2 |
2015-01-16 | strbuf.h: group documentation for trim functions | Jeff King | 1 | -10/+2 |
2015-01-16 | strbuf.h: drop boilerplate descriptions of strbuf_split_* | Jeff King | 1 | -12/+5 |
2015-01-16 | strbuf.h: reorganize api function grouping headers | Jeff King | 1 | -9/+8 |
2015-01-16 | strbuf.h: format asciidoc code blocks as 4-space indent | Jeff King | 1 | -7/+4 |
2015-01-16 | strbuf.h: drop asciidoc list formatting from API docs | Jeff King | 1 | -37/+37 |
2015-01-16 | strbuf.h: unify documentation comments beginnings | Stefan Beller | 1 | -7/+7 |
2015-01-16 | strbuf.h: integrate api-strbuf.txt documentation | Jeff King | 1 | -67/+390 |
2014-09-19 | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 1 | -0/+1 |
2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -0/+1 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -0/+3 |
2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -0/+2 |
2014-07-28 | strbuf: add strbuf_getcwd() | René Scharfe | 1 | -0/+1 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -0/+9 |
2014-06-30 | strbuf: implement strbuf_strip_suffix | Jeff King | 1 | -0/+9 |
2014-06-19 | strbuf: add xstrfmt helper | Jeff King | 1 | -0/+9 |
2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -0/+1 |
2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -0/+1 |
2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -0/+2 |
2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 1 | -0/+1 |