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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
credential: allow wildcard patterns when matching config
brian m. carlson
1
-0
/
+15
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
1
-0
/
+28
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-7
/
+8
2019-07-02
l10n: localizable upload progress messages
Dimitriy Ryazantcev
1
-5
/
+37
2019-06-28
strbuf: give URL-encoding API a char predicate fn
Matthew DeVore
1
-7
/
+8
2019-04-22
Merge branch 'ps/stash-in-c'
Junio C Hamano
1
-0
/
+51
2019-03-01
strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`
Paul-Sebastian Ungureanu
1
-0
/
+36
2019-03-01
strbuf.c: add `strbuf_join_argv()`
Paul-Sebastian Ungureanu
1
-0
/
+15
2019-01-29
strbuf: separate callback for strbuf_expand:ing literals
Anders Waldenborg
1
-0
/
+21
2018-11-02
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
1
-0
/
+9
2018-09-06
builtin rebase: support --continue
Pratik Karki
1
-0
/
+9
2018-08-15
Merge branch 'jk/size-t'
Junio C Hamano
1
-10
/
+10
2018-07-24
strbuf_humanise: use unsigned variables
Jeff King
1
-5
/
+5
2018-07-24
strbuf_readlink: use ssize_t
Jeff King
1
-1
/
+1
2018-07-24
strbuf: use size_t for length in intermediate variables
Jeff King
1
-3
/
+3
2018-07-24
reencode_string: use size_t for string lengths
Jeff King
1
-1
/
+1
2018-07-16
strbuf: allocate space with GIT_MAX_HEXSZ
brian m. carlson
1
-1
/
+1
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-23
Merge branch 'en/rename-directory-detection-reboot'
Junio C Hamano
1
-0
/
+16
2018-05-08
merge-recursive: check for file level conflicts then get new name
Elijah Newren
1
-0
/
+16
2018-05-08
Merge branch 'ls/checkout-encoding'
Junio C Hamano
1
-1
/
+21
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
1
-16
/
+0
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-04-10
Merge branch 'en/rename-directory-detection'
Junio C Hamano
1
-0
/
+16
2018-03-14
Merge branch 'nd/worktree-move'
Junio C Hamano
1
-0
/
+8
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
strbuf: convert strbuf_add_unique_abbrev to use struct object_id
brian m. carlson
1
-2
/
+2
2018-03-09
strbuf: add a case insensitive starts_with()
Lars Schneider
1
-0
/
+9
2018-02-23
strbuf_read_file(): preserve errno across close() call
Jeff King
1
-1
/
+5
2018-02-15
strbuf: add xstrdup_toupper()
Lars Schneider
1
-0
/
+12
2018-02-15
strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
Lars Schneider
1
-1
/
+0
2018-02-14
merge-recursive: check for file level conflicts then get new name
Elijah Newren
1
-0
/
+16
2018-02-12
worktree move: accept destination as directory
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2018-01-05
Merge branch 'jd/fix-strbuf-add-urlencode-bytes'
Junio C Hamano
1
-1
/
+1
2017-12-28
Merge branch 'cc/skip-to-optional-val'
Junio C Hamano
1
-0
/
+22
2017-12-27
Merge branch 'rs/strbuf-read-once-reset-length'
Junio C Hamano
1
-0
/
+3
2017-12-22
strbuf: fix urlencode format string on signed char
Julien Dusser
1
-1
/
+1
2017-12-11
git-compat-util: introduce skip_to_optional_arg()
Christian Couder
1
-0
/
+22
2017-12-07
strbuf: release memory on read error in strbuf_read_once()
René Scharfe
1
-0
/
+3
2017-08-22
Merge branch 'rs/strbuf-getwholeline-fix'
Junio C Hamano
1
-0
/
+1
2017-08-10
strbuf: clear errno before calling getdelim(3)
René Scharfe
1
-0
/
+1
2017-07-06
Merge branch 'ab/strbuf-addftime-tzname-boolify'
Junio C Hamano
1
-3
/
+2
2017-07-01
strbuf: change an always NULL/"" strbuf_addftime() param to bool
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2017-06-24
Merge branch 'rs/pretty-add-again'
Junio C Hamano
1
-7
/
+0
2017-06-15
strbuf: let strbuf_addftime handle %z and %Z itself
René Scharfe
1
-4
/
+37
2017-06-15
pretty: recalculate duplicate short hashes
René Scharfe
1
-7
/
+0
2017-03-30
Merge branch 'rs/freebsd-getcwd-workaround'
Junio C Hamano
1
-0
/
+11
2017-03-26
strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD
René Scharfe
1
-0
/
+11
2017-02-27
strbuf: add strbuf_add_real_path()
René Scharfe
1
-0
/
+11
[next]