134 Commits (a562a119833b7202d5c9b9069d1abb40c1f9b59a)

Author SHA1 Message Date
Stefan Beller c7e5fe79b9 strbuf.h: format according to coding guidelines 6 years ago
Pratik Karki f95736288a builtin rebase: support --continue 7 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
Jeff King 14e2177a40 strbuf.h: reorganize api function grouping headers 10 years ago
Jeff King 088c9a86ff strbuf.h: format asciidoc code blocks as 4-space indent 10 years ago
Jeff King aa07cac43f strbuf.h: drop asciidoc list formatting from API docs 10 years ago
Stefan Beller 6afbbdda33 strbuf.h: unify documentation comments beginnings 10 years ago
Jeff King bdfdaa4978 strbuf.h: integrate api-strbuf.txt documentation 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 6dda4e60f2 strbuf: implement strbuf_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