152 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
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
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 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
Stefan Beller c7e5fe79b9 strbuf.h: format according to coding guidelines 6 years ago
Pratik Karki f95736288a builtin rebase: support --continue 6 years ago
Alban Gruin 2aed01811d editor: add a function to launch the sequence editor 7 years ago
Elijah Newren f6f7755918 merge-recursive: check for file level conflicts then get new name 7 years ago
Junio C Hamano 8b026edac3 Revert "Merge branch 'en/rename-directory-detection'" 7 years ago
brian m. carlson 30e677e0e2 strbuf: convert strbuf_add_unique_abbrev to use struct object_id 7 years ago
Lars Schneider 13ecb4638e strbuf: add xstrdup_toupper() 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
Elijah Newren 9881f21190 strbuf: remove unused stripspace function alias 7 years ago
Jonathan Nieder e0222159fa strbuf doc: reuse after strbuf_release is fine 7 years ago
Martin Ågren 65961d5a75 strbuf_setlen: don't write to strbuf_slopbuf 8 years ago
Jeff King cbc0f81d96 strbuf: use designated initializers in STRBUF_INIT 8 years ago
Ævar Arnfjörð Bjarmason 3b702239d6 strbuf: change an always NULL/"" strbuf_addftime() param to bool 8 years ago
Ævar Arnfjörð Bjarmason 4904cbc9e1 strbuf.h comment: discuss strbuf_addftime() arguments in order 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
Jeff King 0e9f62dab9 interpret_branch_name: allow callers to restrict expansions 8 years ago
Jeff King 0705fe202d strbuf_branchname: add docstring 8 years ago
Jeff King 311fc74826 strbuf_branchname: drop return value 8 years ago
René Scharfe 33ad9ddd0b strbuf: add strbuf_add_real_path() 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Jeff King 670c359da3 link_alt_odb_entry: handle normalize_path errors 8 years ago
René Scharfe 31471ba21e strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf() 9 years ago
Pranit Bauva ed008d7bb9 strbuf: describe the return value of strbuf_read_file 9 years ago
Stefan Beller 2dac9b5637 run_processes_parallel: treat output of children as byte array 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
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 af49c6d091 add reentrant variants of sha1_to_hex and find_unique_abbrev 9 years ago
Jeff King 399ad553ce strbuf: make strbuf_complete_line more generic 9 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 fec501dae8 strbuf_addch: avoid calling strbuf_grow 10 years ago
Jeff King d468fa2721 strbuf.h: group documentation for trim functions 10 years ago
Jeff King f20e56e202 strbuf.h: drop boilerplate descriptions of strbuf_split_* 10 years ago