summaryrefslogtreecommitdiff
path: root/strbuf.h
Commit message (Expand)AuthorAgeFilesLines
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-24/+0
* post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-3/+3
* strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2022-12-251-0/+11
* strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason2021-12-071-1/+1
* Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-251-2/+4
|\
| * merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan2021-10-081-2/+4
* | *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-271-1/+1
|/
* Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+1
|\
| * *.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
* | comments: avoid using the gender of our usersFelipe Contreras2021-06-161-2/+2
|/
* Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano2020-06-291-1/+0
|\
| * strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2020-06-191-1/+0
* | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-1/+6
|\ \
| * | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-1/+6
* | | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+1
|\ \ \ | | |/ | |/|
| * | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-161-0/+1
* | | strbuf: provide function to append whole linesPatrick Steinhardt2020-03-301-0/+6
* | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-0/+6
|\ \ \ | | |/ | |/|
| * | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-0/+6
| |/
* | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-0/+12
|/
* strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin2019-12-131-0/+11
* Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-1/+6
|\
| * strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-1/+6
* | l10n: localizable upload progress messagesDimitriy Ryazantcev2019-07-021-0/+6
|/
* Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+16
|\
| * strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`Paul-Sebastian Ungureanu2019-03-011-0/+9
| * strbuf.c: add `strbuf_join_argv()`Paul-Sebastian Ungureanu2019-03-011-0/+7
* | strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg2019-01-291-0/+8
|/
* Merge branch 'pk/rebase-in-c-3-acts'Junio C Hamano2018-11-021-0/+3
|\
| * builtin rebase: support --continuePratik Karki2018-09-061-0/+3
* | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-2/+4
|\ \
| * | editor: add a function to launch the sequence editorAlban Gruin2018-08-101-0/+2
| |/
* | strbuf.h: format according to coding guidelinesStefan Beller2018-09-291-67/+81
|/
* 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-0/+1
|\ \ | |/ |/|
| * strbuf: add xstrdup_toupper()Lars Schneider2018-02-151-0/+1
* | Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano2018-04-111-16/+0
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-1/+7
|\ \
| * | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-1/+7
| |/
* | 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
| |/
* | worktree move: accept destination as directoryNguyễn Thái Ngọc Duy2018-02-121-0/+3
|/
* strbuf: remove unused stripspace function aliasen/remove-stripspaceElijah Newren2017-12-051-9/+0
* Merge branch 'jn/strbuf-doc-re-reuse'Junio C Hamano2017-10-071-2/+9
|\
| * strbuf doc: reuse after strbuf_release is finejn/strbuf-doc-re-reuseJonathan Nieder2017-10-041-2/+9
* | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-1/+4
|\ \
| * | strbuf_setlen: don't write to strbuf_slopbufMartin Ågren2017-08-231-1/+4
| |/
* | strbuf: use designated initializers in STRBUF_INITJeff King2017-07-141-1/+1
|/
* Merge branch 'ab/strbuf-addftime-tzname-boolify'Junio C Hamano2017-07-061-2/+3
|\