162 Commits (a544fb08f8bfa3a9a566d436e5e81dd30fb21c4c)

Author SHA1 Message Date
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
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