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
2015-09-25
receive-pack: convert strncpy to xsnprintf
Jeff King
1
-2
/
+2
2015-08-03
Merge branch 'jx/do-not-crash-receive-pack-wo-head'
Junio C Hamano
1
-1
/
+1
2015-07-22
receive-pack: crash when checking with non-exist HEAD
Jiang Xin
1
-1
/
+1
2015-06-23
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
1
-0
/
+11
2015-06-23
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
1
-2
/
+15
2015-05-25
show_ref_cb(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-1
/
+4
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-1
/
+1
2015-04-14
Merge branch 'jc/update-instead-into-void'
Junio C Hamano
1
-1
/
+20
2015-04-01
push-to-deploy: allow pushing into an unborn branch and updating it
Junio C Hamano
1
-1
/
+20
2015-02-17
ref_transaction_delete(): remove "have_old" parameter
Michael Haggerty
1
-2
/
+1
2015-02-17
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
1
-1
/
+1
2015-02-11
Merge branch 'jc/push-to-checkout'
Junio C Hamano
1
-25
/
+45
2015-02-11
Merge branch 'sb/atomic-push'
Junio C Hamano
1
-35
/
+130
2015-01-08
receive-pack: support push-to-checkout hook
Junio C Hamano
1
-1
/
+18
2015-01-07
receive-pack.c: negotiate atomic push support
Ronnie Sahlberg
1
-0
/
+11
2015-01-07
receive-pack.c: add execute_commands_atomic function
Stefan Beller
1
-1
/
+46
2015-01-07
receive-pack.c: move transaction handling in a central place
Stefan Beller
1
-14
/
+37
2015-01-07
receive-pack.c: move iterating over all commands outside execute_commands
Stefan Beller
1
-6
/
+13
2015-01-07
receive-pack.c: die instead of error in case of possible future bug
Stefan Beller
1
-3
/
+1
2015-01-07
receive-pack.c: shorten the execute_commands loop over all commands
Stefan Beller
1
-16
/
+27
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-12-01
receive-pack: refactor updateInstead codepath
Junio C Hamano
1
-25
/
+28
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
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
[next]