index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
credential.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*.c *_init(): define in terms of corresponding *_INIT macro
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+2
*
credential: treat CR/LF as line endings in the credential protocol
Nikita Leonov
2020-10-03
1
-1
/
+1
*
run_command: teach API users to use embedded 'args' more
Junio C Hamano
2020-08-27
1
-3
/
+1
*
Merge branch 'js/partial-urlmatch'
Junio C Hamano
2020-05-05
1
-0
/
+17
|
\
|
*
credential: handle `credential.<partial-URL>.<key>` again
Johannes Schindelin
2020-04-25
1
-0
/
+27
|
*
credential: optionally allow partial URLs in credential_from_url_gently()
Johannes Schindelin
2020-04-25
1
-6
/
+36
*
|
Merge branch 'js/partial-urlmatch-2.17'
Junio C Hamano
2020-05-05
1
-6
/
+46
|
\
\
|
*
|
credential: handle `credential.<partial-URL>.<key>` again
Johannes Schindelin
2020-04-29
1
-1
/
+17
|
*
|
credential: optionally allow partial URLs in credential_from_url_gently()
Johannes Schindelin
2020-04-24
1
-6
/
+36
*
|
|
Merge branch 'bc/wildcard-credential'
Junio C Hamano
2020-05-05
1
-2
/
+2
|
\
\
\
|
*
|
|
credential: fix matching URLs with multiple levels in path
brian m. carlson
2020-04-27
1
-2
/
+2
*
|
|
|
Merge branch 'jk/credential-parsing-end-of-host-in-URL'
Junio C Hamano
2020-04-22
1
-1
/
+8
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
credential: treat "?" and "#" in URLs as end of host
Jeff King
2020-04-15
1
-1
/
+8
*
|
|
|
Git 2.26.2
v2.26.2
Jonathan Nieder
2020-04-20
1
-16
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Git 2.18.4
v2.18.4
Jonathan Nieder
2020-04-20
1
-16
/
+23
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
credential: treat URL with empty scheme as invalid
Jonathan Nieder
2020-04-20
1
-3
/
+2
|
|
*
|
credential: treat URL without scheme as invalid
Jonathan Nieder
2020-04-20
1
-2
/
+5
|
|
*
|
credential: die() when parsing invalid urls
Jeff King
2020-04-20
1
-4
/
+2
|
|
*
|
credential: refuse to operate when missing host or protocol
Jeff King
2020-04-20
1
-6
/
+14
|
|
*
|
credential: parse URL without host as empty host, not unset
Jeff King
2020-04-20
1
-2
/
+1
*
|
|
|
Git 2.26.1
v2.26.1
Junio C Hamano
2020-03-25
1
-2
/
+36
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Git 2.18.3
v2.18.3
Junio C Hamano
2020-03-17
1
-2
/
+36
|
|
\
|
|
|
*
credential: detect unrepresentable values when parsing urls
Jeff King
2020-03-12
1
-2
/
+34
|
|
*
credential: avoid writing values with newlines
Jeff King
2020-03-12
1
-0
/
+2
*
|
|
credential: allow wildcard patterns when matching config
brian m. carlson
2020-02-20
1
-19
/
+47
*
|
|
credential: use the last matching username in the config
brian m. carlson
2020-02-20
1
-1
/
+8
|
/
/
*
/
credential: ignore SIGPIPE when writing to credential helpers
Erik E Brady
2018-03-30
1
-0
/
+3
|
/
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-6
/
+3
|
\
|
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
/
*
credential: let empty credential specs reset helper list
Jeff King
2016-02-26
1
-3
/
+6
*
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
Merge branch 'jk/credential-quit'
Junio C Hamano
2014-12-22
1
-0
/
+5
|
\
|
*
credential: let helpers tell us to quit
Jeff King
2014-12-04
1
-0
/
+5
*
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-2
/
+1
|
/
*
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
1
-2
/
+1
*
credential: convert "url" attribute into its parsed subparts
Jeff King
2012-07-18
1
-0
/
+2
*
git credential fill: output the whole 'struct credential'
Matthieu Moy
2012-06-25
1
-1
/
+1
*
credential: use git_prompt instead of git_getpass
Jeff King
2011-12-13
1
-8
/
+7
*
move git_getpass to its own source file
Jeff King
2011-12-13
1
-0
/
+1
*
credential: make relevance of http path configurable
Jeff King
2011-12-12
1
-0
/
+14
*
credential: add credential.*.username
Jeff King
2011-12-12
1
-0
/
+4
*
credential: apply helper config
Jeff King
2011-12-12
1
-0
/
+61
*
credential: add function for parsing url components
Jeff King
2011-12-12
1
-0
/
+52
*
introduce credentials API
Jeff King
2011-12-12
1
-0
/
+234