index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strbuf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
strbuf: style fix -- top opening bracket on a separate line
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2013-04-10
strbuf: create strbuf_humanise_bytes() to show byte sizes
Antoine Pelisse
1
-0
/
+1
2013-01-16
Allow custom "comment char"
Junio C Hamano
1
-0
/
+4
2013-01-05
Merge branch 'mh/unify-xml-in-imap-send-and-http-push'
Junio C Hamano
1
-0
/
+6
2012-11-26
Add new function strbuf_add_xml_quoted()
Michael Haggerty
1
-0
/
+6
2012-11-04
strbuf_split*(): document functions
Michael Haggerty
1
-0
/
+33
2012-11-04
strbuf_split*(): rename "delim" parameter to "terminator"
Michael Haggerty
1
-7
/
+8
2012-09-15
strbuf.c: mark a private file-scope symbol as static
Junio C Hamano
1
-4
/
+0
2012-04-24
strbuf: convenience format functions with \n automatically appended
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2012-02-26
Merge branch 'tr/maint-bundle-long-subject'
Junio C Hamano
1
-0
/
+1
2012-02-22
bundle: put strbuf_readline_fd in strbuf.c with adjustments
Thomas Rast
1
-0
/
+1
2011-12-19
Merge branch 'jk/credentials'
Junio C Hamano
1
-0
/
+5
2011-12-12
strbuf: add strbuf_add*_urlencode
Jeff King
1
-0
/
+5
2011-11-08
fmt-merge-msg: Add contents of merged tag in the merge message
Junio C Hamano
1
-0
/
+8
2011-07-19
Merge branch 'jk/maint-config-param'
Junio C Hamano
1
-1
/
+16
2011-06-22
strbuf: allow strbuf_split to work on non-strbufs
Jeff King
1
-1
/
+11
2011-06-22
strbuf_split: add a max parameter
Jeff King
1
-1
/
+6
2011-04-27
strbuf: clarify assertion in strbuf_setlen()
René Scharfe
1
-5
/
+2
2011-03-30
Merge branch 'maint'
Junio C Hamano
1
-36
/
+1
2011-03-30
strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead
Michael Witten
1
-36
/
+1
2011-02-26
strbuf: add strbuf_vaddf
Jeff King
1
-0
/
+2
2010-09-27
strbuf.h: fix comment typo
Pat Notz
1
-1
/
+1
2010-01-20
Merge branch 'jc/maint-strbuf-add-fix-doubling'
Junio C Hamano
1
-0
/
+1
2010-01-20
Merge branch 'jk/warn-author-committer-after-commit'
Junio C Hamano
1
-0
/
+1
2010-01-14
strbuf: add strbuf_addbuf_percentquote
Jeff King
1
-0
/
+1
2010-01-13
strbuf_addbuf(): allow passing the same buf to dst and src
Junio C Hamano
1
-0
/
+1
2010-01-12
strbuf.c: remove unused function
Junio C Hamano
1
-1
/
+0
2009-11-15
Check the format of more printf-type functions
Tarmigan Casebolt
1
-1
/
+1
2009-08-05
strbuf: add new function strbuf_getwholeline()
Brandon Casey
1
-0
/
+1
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
1
-1
/
+1
2009-03-22
strbuf_check_branch_ref(): a helper to check a refname for a branch
Junio C Hamano
1
-0
/
+1
2009-03-22
strbuf_branchname(): a wrapper for branch name shorthands
Junio C Hamano
1
-0
/
+2
2008-12-17
Add generic 'strbuf_readlink()' helper function
Linus Torvalds
1
-0
/
+1
2008-11-23
add strbuf_expand_dict_cb(), a helper for simple cases
René Scharfe
1
-0
/
+5
2008-07-25
editor.c: Libify launch_editor()
Stephan Beyer
1
-1
/
+1
2008-07-13
Add some useful functions for strbuf manipulation.
Lukas Sandström
1
-0
/
+6
2008-07-13
Make some strbuf_*() struct strbuf arguments const.
Lukas Sandström
1
-3
/
+3
2008-02-09
Avoid a useless prefix lookup in strbuf_expand()
Marco Costalba
1
-2
/
+2
2007-11-26
builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
Pierre Habouzit
1
-1
/
+1
2007-11-22
Export launch_editor() and make it accept ':' as a no-op editor.
Kristian Høgsberg
1
-0
/
+1
2007-11-11
add strbuf_adddup()
René Scharfe
1
-0
/
+1
2007-11-09
--pretty=format: on-demand format expansion
René Scharfe
1
-0
/
+3
2007-11-05
Fix comment in strbuf.h to use correct name strbuf_avail()
Steffen Prohaska
1
-4
/
+4
2007-09-29
strbuf_read_file enhancement, and use it.
Pierre Habouzit
1
-1
/
+1
2007-09-29
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
1
-5
/
+5
2007-09-27
Clean up stripspace a bit, use strbuf even more.
Kristian Høgsberg
1
-0
/
+2
2007-09-27
Add strbuf_read_file().
Kristian Høgsberg
1
-0
/
+1
2007-09-26
Add strbuf_cmp.
Pierre Habouzit
1
-0
/
+1
2007-09-26
strbuf_setlen(): do not barf on setting length of an empty buffer to 0
Junio C Hamano
1
-3
/
+6
2007-09-20
strbuf API additions and enhancements.
Pierre Habouzit
1
-6
/
+11
[next]