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
/
receive-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-22
Merge branch 'js/push-to-deploy'
Junio C Hamano
1
-2
/
+91
2014-12-22
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
1
-1
/
+1
2014-12-05
Merge branch 'rs/receive-pack-use-labs'
Junio C Hamano
1
-1
/
+1
2014-11-30
receive-pack: add another option for receive.denyCurrentBranch
Johannes Schindelin
1
-2
/
+91
2014-11-25
sort_string_list(): rename to string_list_sort()
Michael Haggerty
1
-1
/
+1
2014-11-17
use labs() for variables of type long instead of abs()
René Scharfe
1
-1
/
+1
2014-10-31
Merge branch 'jc/push-cert'
Junio C Hamano
1
-2
/
+2
2014-10-28
receive-pack: avoid minor leak in case start_async() fails
René Scharfe
1
-2
/
+2
2014-10-24
Merge branch 'rs/run-command-env-array'
Junio C Hamano
1
-9
/
+14
2014-10-21
Merge branch 'rs/ref-transaction'
Junio C Hamano
1
-4
/
+5
2014-10-20
Merge branch 'rs/receive-pack-argv-leak-fix'
Junio C Hamano
1
-10
/
+8
2014-10-19
use env_array member of struct child_process
René Scharfe
1
-9
/
+14
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-2
/
+2
2014-10-15
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
1
-2
/
+3
2014-10-14
Merge branch 'mh/lockfile'
Junio C Hamano
1
-0
/
+1
2014-10-13
receive-pack: plug minor memory leak in unpack()
René Scharfe
1
-10
/
+8
2014-10-08
Merge branch 'jc/push-cert'
Junio C Hamano
1
-40
/
+353
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-09-26
Merge branch 'jc/ignore-sigpipe-while-running-hooks'
Junio C Hamano
1
-0
/
+6
2014-09-25
receive-pack::hmac_sha1(): copy the entire SHA-1 hash out
Brian Gernhardt
1
-2
/
+2
2014-09-17
signed push: allow stale nonce in stateless mode
Junio C Hamano
1
-10
/
+79
2014-09-17
signed push: fortify against replay attacks
Junio C Hamano
1
-8
/
+124
2014-09-16
receive-pack: allow hooks to ignore its standard input stream
Junio C Hamano
1
-0
/
+6
2014-09-15
signed push: remove duplicated protocol info
Junio C Hamano
1
-0
/
+26
2014-09-15
receive-pack: GPG-validate push certificates
Junio C Hamano
1
-0
/
+31
2014-09-15
push: the beginning of "git push --signed"
Junio C Hamano
1
-0
/
+52
2014-09-15
receive-pack: factor out capability string generation
Junio C Hamano
1
-8
/
+14
2014-09-15
receive-pack: factor out queueing of command
Junio C Hamano
1
-21
/
+29
2014-09-15
receive-pack: do not reuse old_sha1[] for other things
Junio C Hamano
1
-3
/
+5
2014-09-15
receive-pack: parse feature request a bit earlier
Junio C Hamano
1
-12
/
+14
2014-09-15
receive-pack: do not overallocate command structure
Junio C Hamano
1
-2
/
+3
2014-09-11
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
1
-9
/
+16
2014-09-03
receive-pack.c: use a reference transaction for updating the refs
Ronnie Sahlberg
1
-9
/
+16
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-8
/
+4
2014-07-28
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
1
-2
/
+2
2014-07-24
receive-pack: don't copy "dir" parameter
Jeff King
1
-2
/
+2
2014-07-22
Merge branch 'kb/perf-trace'
Junio C Hamano
1
-1
/
+1
2014-07-13
trace: improve trace performance
Karsten Blees
1
-1
/
+1
2014-06-19
use xstrdup instead of xmalloc + strcpy
Jeff King
1
-4
/
+1
2014-02-27
shallow: automatically clean up shallow tempfiles
Jeff King
1
-12
/
+4
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-64
/
+249
2014-01-06
shallow: remove unused code
Ramsay Jones
1
-1
/
+0
2013-12-10
receive-pack: support pushing to a shallow clone via http
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2013-12-10
receive-pack: allow pushes that update .git/shallow
Nguyễn Thái Ngọc Duy
1
-13
/
+150
2013-12-10
receive/send-pack: support pushing from a shallow clone
Nguyễn Thái Ngọc Duy
1
-9
/
+69
2013-12-10
receive-pack: reorder some code in unpack()
Nguyễn Thái Ngọc Duy
1
-40
/
+30
2013-12-10
make the sender advertise shallow commits to the receiver
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-3
/
+3
2013-09-20
Merge branch 'bk/refs-multi-update'
Junio C Hamano
1
-1
/
+2
2013-09-11
Merge branch 'nd/push-no-thin'
Junio C Hamano
1
-1
/
+7
[next]