index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5516-fetch-push.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t/helper: merge test-chmtime into test-tool
Nguyễn Thái Ngọc Duy
2018-03-27
1
-1
/
+1
*
Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'
Junio C Hamano
2017-03-14
1
-1
/
+2
|
\
|
*
fetch-pack: add specific error for fetching an unadvertised object
Matt McCutchen
2017-03-02
1
-1
/
+1
|
*
fetch_refs_via_pack: call report_unmatched_refs
Matt McCutchen
2017-03-02
1
-1
/
+2
*
|
don't use test_must_fail with grep
Pranit Bauva
2017-01-07
1
-1
/
+1
|
/
*
t/t5516-fetch-push.sh: use the $( ... ) construct for command substitution
Elia Pinto
2015-12-28
1
-2
/
+2
*
add "ok=sigpipe" to test_must_fail and use it to fix flaky tests
Lars Schneider
2015-11-28
1
-3
/
+3
*
upload-pack: optionally allow fetching reachable sha1
Fredrik Medley
2015-05-23
1
-0
/
+55
*
Merge branch 'jc/update-instead-into-void'
Junio C Hamano
2015-04-14
1
-1
/
+54
|
\
|
*
push-to-deploy: allow pushing into an unborn branch and updating it
Junio C Hamano
2015-04-02
1
-1
/
+54
*
|
Merge branch 'jk/fetch-pack'
Junio C Hamano
2015-03-25
1
-3
/
+10
|
\
\
|
*
|
filter_ref: make a copy of extra "sought" entries
Jeff King
2015-03-19
1
-3
/
+10
*
|
|
Merge branch 'ak/t5516-typofix'
Junio C Hamano
2015-03-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
t5516: correct misspelled pushInsteadOf
Anders Kaseorg
2015-03-03
1
-1
/
+1
*
|
|
receive-pack: support push-to-checkout hook
Junio C Hamano
2015-01-08
1
-0
/
+63
*
|
|
t5516: more tests for receive.denyCurrentBranch=updateInstead
Junio C Hamano
2014-12-01
1
-9
/
+87
*
|
|
receive-pack: add another option for receive.denyCurrentBranch
Johannes Schindelin
2014-12-01
1
-0
/
+26
|
|
/
|
/
|
*
|
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
2014-11-06
1
-0
/
+40
|
\
\
|
*
|
fetch: load all default config at startup
Jeff King
2014-11-04
1
-0
/
+40
|
|
/
*
/
t5516: test pushing a tag of an otherwise unreferenced blob
Jeff King
2014-10-20
1
-0
/
+13
|
/
*
Merge branch 'jk/remote-pushremote-config-reading'
Junio C Hamano
2014-03-14
1
-0
/
+13
|
\
|
*
remote: handle pushremote config in any order
Jeff King
2014-02-24
1
-0
/
+13
*
|
push: also use "upstream" mapping when pushing a single ref
Junio C Hamano
2013-12-05
1
-0
/
+30
*
|
push: use remote.$name.push as a refmap
Junio C Hamano
2013-12-05
1
-0
/
+45
|
/
*
push: respect --no-thin
Nguyễn Thái Ngọc Duy
2013-08-13
1
-0
/
+17
*
Merge branch 'jc/push-2.0-default-to-simple' (early part)
Junio C Hamano
2013-04-18
1
-5
/
+7
|
\
|
*
t5516: do not assume the "matching" push is the default
Junio C Hamano
2013-01-05
1
-5
/
+5
*
|
Merge branch 'rr/triangle'
Junio C Hamano
2013-04-07
1
-138
/
+184
|
\
\
|
*
|
remote.c: introduce branch.<name>.pushremote
Ramkumar Ramachandra
2013-04-02
1
-0
/
+15
|
*
|
remote.c: introduce remote.pushdefault
Ramkumar Ramachandra
2013-04-02
1
-0
/
+12
|
*
|
t5516 (fetch-push): drop implicit arguments from helper functions
Jeff King
2013-04-02
1
-137
/
+145
|
*
|
t5516 (fetch-push): update test description
Ramkumar Ramachandra
2013-04-02
1
-1
/
+12
*
|
|
Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL'
Junio C Hamano
2013-04-03
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
t5516: test interaction between pushURL and pushInsteadOf correctly
Junio C Hamano
2013-03-28
1
-3
/
+3
*
|
|
Merge branch 'jn/push-tests'
Junio C Hamano
2013-04-01
1
-91
/
+65
|
\
\
\
|
*
|
|
push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'
Jonathan Nieder
2013-03-19
1
-11
/
+4
|
*
|
|
push test: simplify check of push result
Jonathan Nieder
2013-03-19
1
-63
/
+51
|
*
|
|
push test: use test_config when appropriate
Jonathan Nieder
2013-03-19
1
-17
/
+10
|
|
/
/
*
|
|
Merge branch 'jc/push-follow-tag'
Junio C Hamano
2013-03-25
1
-0
/
+73
|
\
\
\
|
*
|
|
push: --follow-tags
Junio C Hamano
2013-03-05
1
-0
/
+73
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jc/fetch-raw-sha1'
Junio C Hamano
2013-03-21
1
-0
/
+34
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fetch: fetch objects by their exact SHA-1 object names
Junio C Hamano
2013-02-07
1
-0
/
+34
*
|
|
Merge branch 'jc/hidden-refs'
Junio C Hamano
2013-02-18
1
-0
/
+27
|
\
|
|
|
*
|
upload/receive-pack: allow hiding ref hierarchies
Junio C Hamano
2013-02-07
1
-0
/
+27
*
|
|
push: fix "refs/tags/ hierarchy cannot be updated without --force"
Junio C Hamano
2013-01-16
1
-21
/
+0
|
/
/
*
|
push: require force for annotated tags
Chris Rorvick
2012-12-02
1
-0
/
+21
*
|
push: require force for refs under refs/tags/
Chris Rorvick
2012-12-02
1
-1
/
+22
|
/
*
push: add '--prune' option
Felipe Contreras
2012-02-23
1
-0
/
+16
*
receive-pack: don't pass non-existent refs to post-{receive,update} hooks
Pang Yan Han
2011-09-30
1
-0
/
+197
*
Fix typo: existant->existent
Dmitry Ivankov
2011-06-16
1
-5
/
+5
[next]