42 Commits (48f36dcd7320d27a840e89fc2aa7ab11716951c6)

Author SHA1 Message Date
Jeff King 2f1d9e2b93 strbuf: allow strbuf_split to work on non-strbufs 14 years ago
Jeff King 28fc3a6857 strbuf_split: add a max parameter 14 years ago
René Scharfe 7141efab24 strbuf: clarify assertion in strbuf_setlen() 14 years ago
Michael Witten e0390119b2 strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead 14 years ago
Jeff King ebeb60900f strbuf: add strbuf_vaddf 14 years ago
Pat Notz 4af3fab06e strbuf.h: fix comment typo 14 years ago
Jeff King 361df5df77 strbuf: add strbuf_addbuf_percentquote 15 years ago
Junio C Hamano 81d2caefed strbuf_addbuf(): allow passing the same buf to dst and src 15 years ago
Junio C Hamano 229d810747 strbuf.c: remove unused function 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Brandon Casey c7e4f0d78a strbuf: add new function strbuf_getwholeline() 15 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Junio C Hamano a2fab531bb strbuf_check_branch_ref(): a helper to check a refname for a branch 16 years ago
Junio C Hamano a552de75eb strbuf_branchname(): a wrapper for branch name shorthands 16 years ago
Linus Torvalds b11b7e13f4 Add generic 'strbuf_readlink()' helper function 16 years ago
René Scharfe 9b864e730b add strbuf_expand_dict_cb(), a helper for simple cases 16 years ago
Stephan Beyer 7198203ae3 editor.c: Libify launch_editor() 17 years ago
Lukas Sandström eacd6dc594 Add some useful functions for strbuf manipulation. 17 years ago
Lukas Sandström 9b200fd68c Make some strbuf_*() struct strbuf arguments const. 17 years ago
Marco Costalba c3a670de50 Avoid a useless prefix lookup in strbuf_expand() 17 years ago
Pierre Habouzit 8babab95af builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. 17 years ago
Kristian Høgsberg 943316e96c Export launch_editor() and make it accept ':' as a no-op editor. 17 years ago
René Scharfe 91db267ec8 add strbuf_adddup() 17 years ago
René Scharfe cde75e59e1 --pretty=format: on-demand format expansion 17 years ago
Steffen Prohaska a1f611d5d0 Fix comment in strbuf.h to use correct name strbuf_avail() 17 years ago
Pierre Habouzit 387e7e19d7 strbuf_read_file enhancement, and use it. 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Kristian Høgsberg 6d69b6f6ac Clean up stripspace a bit, use strbuf even more. 17 years ago
Kristian Høgsberg a9390b9fce Add strbuf_read_file(). 17 years ago
Pierre Habouzit 45f66f6463 Add strbuf_cmp. 17 years ago
Junio C Hamano a8f3e2219c strbuf_setlen(): do not barf on setting length of an empty buffer to 0 17 years ago
Pierre Habouzit c76689df6c strbuf API additions and enhancements. 17 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 17 years ago
Pierre Habouzit 917c9a7133 New strbuf APIs: splice and attach. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 17 years ago
Brian Gerst bf0f910d1d [PATCH] Kill a bunch of pointer sign warnings for gcc4 20 years ago
Junio C Hamano d1df574380 [PATCH] Introduce diff-tree-helper. 20 years ago