Age | Commit message (Expand) | Author | Files | Lines |
2018-05-23 | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 1 | -0/+16 |
2018-05-08 | merge-recursive: check for file level conflicts then get new name | Elijah Newren | 1 | -0/+16 |
2018-05-08 | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 1 | -0/+1 |
2018-04-11 | Revert "Merge branch 'en/rename-directory-detection'" | Junio C Hamano | 1 | -16/+0 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+7 |
2018-04-10 | Merge branch 'en/rename-directory-detection' | Junio C Hamano | 1 | -0/+16 |
2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -1/+7 |
2018-02-15 | strbuf: add xstrdup_toupper() | Lars Schneider | 1 | -0/+1 |
2018-02-14 | merge-recursive: check for file level conflicts then get new name | Elijah Newren | 1 | -0/+16 |
2018-02-12 | worktree move: accept destination as directory | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2017-12-05 | strbuf: remove unused stripspace function alias | Elijah Newren | 1 | -9/+0 |
2017-10-07 | Merge branch 'jn/strbuf-doc-re-reuse' | Junio C Hamano | 1 | -2/+9 |
2017-10-04 | strbuf doc: reuse after strbuf_release is fine | Jonathan Nieder | 1 | -2/+9 |
2017-09-10 | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 1 | -1/+4 |
2017-08-23 | strbuf_setlen: don't write to strbuf_slopbuf | Martin Ågren | 1 | -1/+4 |
2017-07-14 | strbuf: use designated initializers in STRBUF_INIT | Jeff King | 1 | -1/+1 |
2017-07-06 | Merge branch 'ab/strbuf-addftime-tzname-boolify' | Junio C Hamano | 1 | -2/+3 |
2017-07-01 | strbuf: change an always NULL/"" strbuf_addftime() param to bool | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2017-06-24 | Merge branch 'rs/pretty-add-again' | Junio C Hamano | 1 | -6/+0 |
2017-06-24 | strbuf.h comment: discuss strbuf_addftime() arguments in order | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-15 | strbuf: let strbuf_addftime handle %z and %Z itself | René Scharfe | 1 | -2/+8 |
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 |