150 Commits (8fc8f05cef9b5a60cc7adbd5cd6ed130a89ca4e1)

Author SHA1 Message Date
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
Junio C Hamano dce80bd18c strbuf: miniscule style fix 9 years ago
Stefan Beller b4e04fb66e strbuf: add strbuf_read_once to read without blocking 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King af49c6d091 add reentrant variants of sha1_to_hex and find_unique_abbrev 10 years ago
Jim Hill 3ebbd00cf3 strbuf_read(): skip unnecessary strbuf_grow() at eof 10 years ago
Jeff King e4f031e34b strbuf: make strbuf_addftime more robust 10 years ago
Michael Haggerty 6c8afe495b strbuf: strbuf_read_file() should return ssize_t 10 years ago
Jeff King aa1462cc3d introduce "format" date-mode 10 years ago
Jeff King 0cc30e0e84 strbuf_getwholeline: use getdelim if it is available 10 years ago
Jeff King f80c153bea strbuf_getwholeline: avoid calling strbuf_grow 10 years ago
Jeff King 82912d1de8 strbuf_getwholeline: use getc_unlocked 10 years ago
Jeff King 3446a59b39 strbuf_getwholeline: use getc macro 10 years ago
Junio C Hamano d55aeb7687 strbuf_add_commented_lines(): avoid SP-HT sequence in commented lines 10 years ago
René Scharfe d07235a027 strbuf: export strbuf_addchars() 11 years ago
René Scharfe 679eebe24d abspath: convert absolute_path() to strbuf 11 years ago
René Scharfe f22a76e911 strbuf: add strbuf_getcwd() 11 years ago
Jeff King f52a35fd63 implement ends_with via strip_suffix 11 years ago
Jeff King 30a0ddb705 strbuf: add xstrfmt helper 11 years ago
Jeff King d4241f52d1 strbuf: add strbuf_reencode helper 11 years ago
Jeff King ffb20ce125 strbuf: add strbuf_tolower function 11 years ago
Jeff King 88d5a6f6cd daemon/config: factor out duplicate xstrdup_tolower 11 years ago
Brian Gesiak 3bb55e8aa8 strbuf: use _rtrim and _ltrim in strbuf_trim 11 years ago