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
/
builtin-send-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-25
Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/ma...
Junio C Hamano
1
-0
/
+4
2011-04-25
send-pack: avoid deadlock when pack-object dies early
Johannes Sixt
1
-0
/
+4
2010-03-02
Merge branch 'ml/send-pack-transport-refactor'
Junio C Hamano
1
-185
/
+6
2010-02-17
refactor duplicated code in builtin-send-pack.c and transport.c
Michael Lukashov
1
-185
/
+6
2010-02-05
Merge branch 'sp/maint-push-sideband' into sp/push-sideband
Junio C Hamano
1
-16
/
+50
2010-02-05
send-pack: demultiplex a sideband stream with status data
Shawn O. Pearce
1
-16
/
+50
2010-01-09
refactor ref status logic for pushing
Tay Ray Chuan
1
-39
/
+12
2009-11-23
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2009-11-23
pack-objects: split implications of --all-progress from progress activation
Nicolas Pitre
1
-1
/
+1
2009-11-20
Merge branch 'sp/smart-http'
Junio C Hamano
1
-6
/
+110
2009-11-04
Smart push over HTTP: client side
Shawn O. Pearce
1
-6
/
+110
2009-10-24
Use 'fast-forward' all over the place
Felipe Contreras
1
-1
/
+1
2009-08-05
transport: pass "quiet" flag to pack-objects
Jeff King
1
-0
/
+3
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-1
/
+1
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-1
/
+1
2009-06-13
Merge branch 'cb/match_refs_internal_tail'
Junio C Hamano
1
-7
/
+2
2009-06-01
match_refs: search ref list tail internally
Clemens Buchacher
1
-7
/
+2
2009-05-23
Merge branch 'fc/decorate-tag'
Junio C Hamano
1
-2
/
+2
2009-05-13
Change prettify_ref to prettify_refname
Felipe Contreras
1
-2
/
+2
2009-05-01
allow OFS_DELTA objects during a push
Nicolas Pitre
1
-1
/
+7
2009-03-26
builtin-send-pack.c: avoid empty structure initialization
Brandon Casey
1
-2
/
+1
2009-03-09
Move push matching and reporting logic into transport.c
Daniel Barkalow
1
-69
/
+74
2009-03-09
Use a common function to get the pretty name of refs
Daniel Barkalow
1
-10
/
+0
2009-02-26
move duplicated ref_newer() to remote.c
Jay Soffian
1
-50
/
+0
2009-02-26
move duplicated get_local_heads() to remote.c
Jay Soffian
1
-27
/
+2
2009-01-27
send-pack: do not send unknown object name from ".have" to pack-objects
Junio C Hamano
1
-22
/
+21
2008-11-08
Merge branch 'maint'
Junio C Hamano
1
-14
/
+8
2008-11-08
Merge branch 'cb/maint-update-ref-fix' into maint
Junio C Hamano
1
-14
/
+8
2008-11-08
Merge branch 'mv/maint-branch-m-symref' into maint
Junio C Hamano
1
-1
/
+1
2008-11-05
push: fix local refs update if already up-to-date
Clemens Buchacher
1
-14
/
+8
2008-11-05
Merge branch 'mv/maint-branch-m-symref'
Junio C Hamano
1
-1
/
+1
2008-11-02
Merge branch 'maint'
Junio C Hamano
1
-1
/
+7
2008-11-01
send-pack: do not send out single-level refs such as refs/stash
Jeff King
1
-1
/
+7
2008-10-26
Fix git branch -m for symrefs.
Miklos Vajna
1
-1
/
+1
2008-09-25
Merge branch 'jc/alternate-push'
Shawn O. Pearce
1
-5
/
+16
2008-09-15
Start conforming code to "git subcmd" style part 3
Heikki Orsila
1
-1
/
+1
2008-09-09
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
1
-5
/
+16
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-07-08
make deleting a missing ref more quiet
Jeff King
1
-2
/
+1
2008-05-04
add special "matching refs" refspec
Paolo Bonzini
1
-1
/
+9
2008-03-22
remote.c: Fix overtight refspec validation
Junio C Hamano
1
-1
/
+1
2008-03-01
Clean up find_unique_abbrev() callers
Junio C Hamano
1
-3
/
+1
2008-02-23
start_command(), if .in/.out > 0, closes file descriptors, not the callers
Johannes Sixt
1
-6
/
+8
2008-02-23
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
Johannes Sixt
1
-0
/
+1
2008-01-02
Update callers of check_ref_format()
Junio C Hamano
1
-4
/
+6
2007-11-20
send-pack: cluster ref status reporting
Jeff King
1
-40
/
+53
2007-11-18
send-pack: fix "everything up-to-date" message
Jeff King
1
-1
/
+15
2007-11-18
send-pack: tighten remote error reporting
Jeff King
1
-42
/
+52
2007-11-17
send-pack: assign remote errors to each ref
Jeff King
1
-6
/
+45
2007-11-17
send-pack: check ref->status before updating tracking refs
Jeff King
1
-13
/
+5
[next]