summaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2022-12-251-0/+6
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason2022-03-071-2/+2
* date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* strbuf_addftime(): handle "%s" manuallyJeff King2021-11-041-1/+13
* merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan2021-10-081-3/+9
* *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-2/+2
* mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt2021-04-281-0/+2
* Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano2020-06-291-5/+0
|\
| * strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2020-06-191-5/+0
* | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-3/+5
|\ \
| * | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-3/+5
* | | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+4
|\ \ \ | | |/ | |/|
| * | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-161-0/+4
* | | strbuf: provide function to append whole linesPatrick Steinhardt2020-03-301-0/+10
| |/ |/|
* | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-0/+15
|/
* strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin2019-12-131-0/+28
* Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-7/+8
|\
| * strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-7/+8
* | l10n: localizable upload progress messagesDimitriy Ryazantcev2019-07-021-5/+37
|/
* Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+51
|\
| * strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`Paul-Sebastian Ungureanu2019-03-011-0/+36
| * strbuf.c: add `strbuf_join_argv()`Paul-Sebastian Ungureanu2019-03-011-0/+15
* | strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg2019-01-291-0/+21
|/
* Merge branch 'pk/rebase-in-c-3-acts'Junio C Hamano2018-11-021-0/+9
|\
| * builtin rebase: support --continuePratik Karki2018-09-061-0/+9
* | Merge branch 'jk/size-t'Junio C Hamano2018-08-151-10/+10
|\ \ | |/ |/|
| * strbuf_humanise: use unsigned variablesJeff King2018-07-241-5/+5
| * strbuf_readlink: use ssize_tJeff King2018-07-241-1/+1
| * strbuf: use size_t for length in intermediate variablesJeff King2018-07-241-3/+3
| * reencode_string: use size_t for string lengthsJeff King2018-07-241-1/+1
* | strbuf: allocate space with GIT_MAX_HEXSZbrian m. carlson2018-07-161-1/+1
|/
* Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | Merge branch 'en/rename-directory-detection-reboot'Junio C Hamano2018-05-231-0/+16
|\ \
| * | merge-recursive: check for file level conflicts then get new nameElijah Newren2018-05-081-0/+16
| |/
* | Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-1/+21
|\ \ | |/ |/|
| * strbuf: add a case insensitive starts_with()Lars Schneider2018-03-091-0/+9
| * strbuf: add xstrdup_toupper()Lars Schneider2018-02-151-0/+12
| * strbuf: remove unnecessary NUL assignment in xstrdup_tolower()Lars Schneider2018-02-151-1/+0
* | Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano2018-04-111-16/+0
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-2/+2
|\ \
| * | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-1/+1
| * | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-2/+2
* | | Merge branch 'en/rename-directory-detection'Junio C Hamano2018-04-101-0/+16
|\ \ \
| * | | merge-recursive: check for file level conflicts then get new nameElijah Newren2018-02-141-0/+16
* | | | Merge branch 'nd/worktree-move'Junio C Hamano2018-03-141-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | worktree move: accept destination as directoryNguyễn Thái Ngọc Duy2018-02-121-0/+8
| |/ /
* | | strbuf_read_file(): preserve errno across close() calljk/strbuf-read-file-close-errorJeff King2018-02-231-1/+5
|/ /
* | Merge branch 'jd/fix-strbuf-add-urlencode-bytes'Junio C Hamano2018-01-051-1/+1
|\ \ | |/ |/|