index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strbuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'rs/retire-strbuf-write-fd'
Junio C Hamano
2020-06-29
1
-5
/
+0
|
\
|
*
strbuf: remove unreferenced strbuf_write_fd method.
Randall S. Becker
2020-06-19
1
-5
/
+0
*
|
Merge branch 'bc/wildcard-credential'
Junio C Hamano
2020-05-05
1
-3
/
+5
|
\
\
|
*
|
credential: fix matching URLs with multiple levels in path
brian m. carlson
2020-04-27
1
-3
/
+5
*
|
|
Merge branch 'es/bugreport'
Junio C Hamano
2020-05-01
1
-0
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bugreport: add tool to generate debugging info
Emily Shaffer
2020-04-17
1
-0
/
+4
*
|
|
strbuf: provide function to append whole lines
Patrick Steinhardt
2020-03-30
1
-0
/
+10
|
|
/
|
/
|
*
|
credential: allow wildcard patterns when matching config
brian m. carlson
2020-02-20
1
-0
/
+15
|
/
*
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
2019-12-13
1
-0
/
+28
*
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
2019-09-18
1
-7
/
+8
|
\
|
*
strbuf: give URL-encoding API a char predicate fn
Matthew DeVore
2019-06-28
1
-7
/
+8
*
|
l10n: localizable upload progress messages
Dimitriy Ryazantcev
2019-07-02
1
-5
/
+37
|
/
*
Merge branch 'ps/stash-in-c'
Junio C Hamano
2019-04-22
1
-0
/
+51
|
\
|
*
strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`
Paul-Sebastian Ungureanu
2019-03-01
1
-0
/
+36
|
*
strbuf.c: add `strbuf_join_argv()`
Paul-Sebastian Ungureanu
2019-03-01
1
-0
/
+15
*
|
strbuf: separate callback for strbuf_expand:ing literals
Anders Waldenborg
2019-01-29
1
-0
/
+21
|
/
*
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
2018-11-02
1
-0
/
+9
|
\
|
*
builtin rebase: support --continue
Pratik Karki
2018-09-06
1
-0
/
+9
*
|
Merge branch 'jk/size-t'
Junio C Hamano
2018-08-16
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
strbuf_humanise: use unsigned variables
Jeff King
2018-07-24
1
-5
/
+5
|
*
strbuf_readlink: use ssize_t
Jeff King
2018-07-24
1
-1
/
+1
|
*
strbuf: use size_t for length in intermediate variables
Jeff King
2018-07-24
1
-3
/
+3
|
*
reencode_string: use size_t for string lengths
Jeff King
2018-07-24
1
-1
/
+1
*
|
strbuf: allocate space with GIT_MAX_HEXSZ
brian m. carlson
2018-07-16
1
-1
/
+1
|
/
*
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-2
/
+2
|
\
|
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-2
/
+2
*
|
Merge branch 'en/rename-directory-detection-reboot'
Junio C Hamano
2018-05-23
1
-0
/
+16
|
\
\
|
*
|
merge-recursive: check for file level conflicts then get new name
Elijah Newren
2018-05-08
1
-0
/
+16
|
|
/
*
|
Merge branch 'ls/checkout-encoding'
Junio C Hamano
2018-05-08
1
-1
/
+21
|
\
\
|
|
/
|
/
|
|
*
strbuf: add a case insensitive starts_with()
Lars Schneider
2018-03-09
1
-0
/
+9
|
*
strbuf: add xstrdup_toupper()
Lars Schneider
2018-02-15
1
-0
/
+12
|
*
strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
Lars Schneider
2018-02-15
1
-1
/
+0
*
|
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
2018-04-11
1
-16
/
+0
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-2
/
+2
|
\
\
|
*
|
Convert find_unique_abbrev* to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
*
|
strbuf: convert strbuf_add_unique_abbrev to use struct object_id
brian m. carlson
2018-03-14
1
-2
/
+2
*
|
|
Merge branch 'en/rename-directory-detection'
Junio C Hamano
2018-04-10
1
-0
/
+16
|
\
\
\
|
*
|
|
merge-recursive: check for file level conflicts then get new name
Elijah Newren
2018-02-14
1
-0
/
+16
*
|
|
|
Merge branch 'nd/worktree-move'
Junio C Hamano
2018-03-14
1
-0
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
worktree move: accept destination as directory
Nguyễn Thái Ngọc Duy
2018-02-12
1
-0
/
+8
|
|
/
/
*
/
/
strbuf_read_file(): preserve errno across close() call
Jeff King
2018-02-23
1
-1
/
+5
|
/
/
*
|
Merge branch 'jd/fix-strbuf-add-urlencode-bytes'
Junio C Hamano
2018-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
strbuf: fix urlencode format string on signed char
Julien Dusser
2017-12-22
1
-1
/
+1
*
|
Merge branch 'cc/skip-to-optional-val'
Junio C Hamano
2017-12-28
1
-0
/
+22
|
\
\
|
*
|
git-compat-util: introduce skip_to_optional_arg()
Christian Couder
2017-12-12
1
-0
/
+22
|
|
/
*
|
Merge branch 'rs/strbuf-read-once-reset-length'
Junio C Hamano
2017-12-27
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
strbuf: release memory on read error in strbuf_read_once()
René Scharfe
2017-12-07
1
-0
/
+3
*
|
Merge branch 'rs/strbuf-getwholeline-fix'
Junio C Hamano
2017-08-22
1
-0
/
+1
|
\
\
|
*
|
strbuf: clear errno before calling getdelim(3)
René Scharfe
2017-08-10
1
-0
/
+1
|
|
/
*
|
Merge branch 'ab/strbuf-addftime-tzname-boolify'
Junio C Hamano
2017-07-07
1
-3
/
+2
|
\
\
[prev]
[next]