182 Commits (2d53614210919c2a4eac4a03e9d34da7b9e7ff31)

Author SHA1 Message Date
Jeff King 9b591b9403 strbuf_addftime(): handle "%s" manually 3 years ago
Jonathan Tan 155b517d5c merge-{ort,recursive}: remove add_submodule_odb() 3 years ago
Ævar Arnfjörð Bjarmason 5726a6b401 *.c *_init(): define in terms of corresponding *_INIT macro 4 years ago
Andrzej Hunt f3a9680791 mailinfo: also free strbuf lists when clearing mailinfo 4 years ago
Randall S. Becker 5f2b643e76 strbuf: remove unreferenced strbuf_write_fd method. 5 years ago
brian m. carlson b44d0118ac credential: fix matching URLs with multiple levels in path 5 years ago
Emily Shaffer 238b439d69 bugreport: add tool to generate debugging info 5 years ago
Patrick Steinhardt bd021f3910 strbuf: provide function to append whole lines 5 years ago
brian m. carlson 46fd7b3900 credential: allow wildcard patterns when matching config 5 years ago
Johannes Schindelin b38dd9e715 strbuf: add a helper function to call the editor "on an strbuf" 5 years ago
Dimitriy Ryazantcev 8f354a1fae l10n: localizable upload progress messages 6 years ago
Matthew DeVore c2694952e3 strbuf: give URL-encoding API a char predicate fn 6 years ago
Paul-Sebastian Ungureanu 5ef264dbdb strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()` 6 years ago
Paul-Sebastian Ungureanu e71c4a88f6 strbuf.c: add `strbuf_join_argv()` 6 years ago
Anders Waldenborg fd2015b323 strbuf: separate callback for strbuf_expand:ing literals 6 years ago
Pratik Karki f95736288a builtin rebase: support --continue 7 years ago
Jeff King 7726d360b5 strbuf_humanise: use unsigned variables 7 years ago
Jeff King f3e76ed228 strbuf_readlink: use ssize_t 7 years ago
Jeff King 26114c00be strbuf: use size_t for length in intermediate variables 7 years ago
Jeff King c7d017d7e1 reencode_string: use size_t for string lengths 7 years ago
brian m. carlson 4b048c917f strbuf: allocate space with GIT_MAX_HEXSZ 7 years ago
Elijah Newren f6f7755918 merge-recursive: check for file level conflicts then get new name 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Junio C Hamano 8b026edac3 Revert "Merge branch 'en/rename-directory-detection'" 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson 30e677e0e2 strbuf: convert strbuf_add_unique_abbrev to use struct object_id 7 years ago
Lars Schneider 66b8af3e12 strbuf: add a case insensitive starts_with() 7 years ago
Jeff King 79f0ba1547 strbuf_read_file(): preserve errno across close() call 7 years ago
Lars Schneider 13ecb4638e strbuf: add xstrdup_toupper() 7 years ago
Lars Schneider a8270b0980 strbuf: remove unnecessary NUL assignment in xstrdup_tolower() 7 years ago
Elijah Newren 79d49b7d8c merge-recursive: check for file level conflicts then get new name 7 years ago
Nguyễn Thái Ngọc Duy c64a8d200f worktree move: accept destination as directory 7 years ago
Julien Dusser 4c267f2ae3 strbuf: fix urlencode format string on signed char 7 years ago
Christian Couder afaef55e23 git-compat-util: introduce skip_to_optional_arg() 7 years ago
René Scharfe c3ff8f6c14 strbuf: release memory on read error in strbuf_read_once() 7 years ago
René Scharfe 642956cf45 strbuf: clear errno before calling getdelim(3) 8 years ago
Ævar Arnfjörð Bjarmason 3b702239d6 strbuf: change an always NULL/"" strbuf_addftime() param to bool 8 years ago
René Scharfe c3fbf81a85 strbuf: let strbuf_addftime handle %z and %Z itself 8 years ago
René Scharfe fe9e2aefd4 pretty: recalculate duplicate short hashes 8 years ago
René Scharfe a54e938e5b strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD 8 years ago
René Scharfe 33ad9ddd0b strbuf: add strbuf_add_real_path() 8 years ago
Jeff King 670c359da3 link_alt_odb_entry: handle normalize_path errors 8 years ago
René Scharfe a8342a417e strbuf: use valid pointer in strbuf_remove() 9 years ago
René Scharfe 31471ba21e strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf() 9 years ago
Jeff King b70904306f strbuf_getwholeline: NUL-terminate getdelim buffer on error 9 years ago
Stefan Beller 2dac9b5637 run_processes_parallel: treat output of children as byte array 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Junio C Hamano 1a0c8dfd89 strbuf: give strbuf_getline() to the "most text friendly" variant 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Junio C Hamano c8aa9fdf5d strbuf: make strbuf_getline_crlf() global 9 years ago