index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
receive-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-3
/
+2
*
convert manual allocations to argv_array
Jeff King
2016-02-22
1
-9
/
+3
*
Merge branch 'js/close-packs-before-gc' into maint
Junio C Hamano
2016-02-05
1
-0
/
+1
|
\
|
*
receive-pack: release pack files before garbage-collecting
Johannes Schindelin
2016-01-13
1
-0
/
+1
*
|
Merge branch 'jk/clang-pedantic' into maint
Junio C Hamano
2016-02-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
avoid shifting signed integers 31 bits
Jeff King
2016-01-04
1
-1
/
+1
*
|
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-1
/
+1
*
|
hideRefs: add support for matching full refs
Lukas Fleischer
2015-11-05
1
-6
/
+21
*
|
receive-pack: simplify keep_arg computation
Jeff King
2015-10-05
1
-7
/
+10
*
|
use sha1_to_hex_r() instead of strcpy
Jeff King
2015-10-05
1
-6
/
+9
*
|
receive-pack: convert strncpy to xsnprintf
Jeff King
2015-09-25
1
-2
/
+2
|
/
*
Merge branch 'jx/do-not-crash-receive-pack-wo-head'
Junio C Hamano
2015-08-03
1
-1
/
+1
|
\
|
*
receive-pack: crash when checking with non-exist HEAD
Jiang Xin
2015-07-22
1
-1
/
+1
*
|
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
2015-06-23
1
-0
/
+11
*
|
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
2015-06-23
1
-2
/
+15
*
|
show_ref_cb(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-5
/
+3
*
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-1
/
+1
|
\
\
|
*
|
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
|
|
Merge branch 'jc/update-instead-into-void'
Junio C Hamano
2015-04-14
1
-1
/
+20
|
\
\
\
|
*
|
|
push-to-deploy: allow pushing into an unborn branch and updating it
Junio C Hamano
2015-04-02
1
-1
/
+20
*
|
|
|
ref_transaction_delete(): remove "have_old" parameter
Michael Haggerty
2015-02-17
1
-2
/
+1
*
|
|
|
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
2015-02-17
1
-1
/
+1
*
|
|
|
Merge branch 'jc/push-to-checkout'
Junio C Hamano
2015-02-11
1
-25
/
+45
|
\
|
|
|
|
*
|
|
receive-pack: support push-to-checkout hook
Junio C Hamano
2015-01-08
1
-1
/
+18
|
*
|
|
receive-pack: refactor updateInstead codepath
Junio C Hamano
2014-12-01
1
-25
/
+28
*
|
|
|
Merge branch 'sb/atomic-push'
Junio C Hamano
2015-02-11
1
-35
/
+130
|
\
\
\
\
|
*
|
|
|
receive-pack.c: negotiate atomic push support
Ronnie Sahlberg
2015-01-08
1
-0
/
+11
|
*
|
|
|
receive-pack.c: add execute_commands_atomic function
Stefan Beller
2015-01-08
1
-1
/
+46
|
*
|
|
|
receive-pack.c: move transaction handling in a central place
Stefan Beller
2015-01-08
1
-14
/
+37
|
*
|
|
|
receive-pack.c: move iterating over all commands outside execute_commands
Stefan Beller
2015-01-08
1
-6
/
+13
|
*
|
|
|
receive-pack.c: die instead of error in case of possible future bug
Stefan Beller
2015-01-08
1
-3
/
+1
|
*
|
|
|
receive-pack.c: shorten the execute_commands loop over all commands
Stefan Beller
2015-01-08
1
-16
/
+27
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'js/push-to-deploy'
Junio C Hamano
2014-12-22
1
-2
/
+91
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
receive-pack: add another option for receive.denyCurrentBranch
Johannes Schindelin
2014-12-01
1
-2
/
+91
|
|
/
/
*
|
|
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
2014-12-22
1
-1
/
+1
|
\
\
\
|
*
|
|
sort_string_list(): rename to string_list_sort()
Michael Haggerty
2014-11-25
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'rs/receive-pack-use-labs'
Junio C Hamano
2014-12-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use labs() for variables of type long instead of abs()
René Scharfe
2014-11-17
1
-1
/
+1
*
|
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-31
1
-2
/
+2
|
\
\
\
|
*
|
|
receive-pack: avoid minor leak in case start_async() fails
René Scharfe
2014-10-28
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'rs/run-command-env-array'
Junio C Hamano
2014-10-24
1
-9
/
+14
|
\
\
\
|
*
|
|
use env_array member of struct child_process
René Scharfe
2014-10-20
1
-9
/
+14
*
|
|
|
Merge branch 'rs/ref-transaction'
Junio C Hamano
2014-10-21
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-2
/
+2
|
*
|
|
|
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
2014-10-15
1
-2
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'rs/receive-pack-argv-leak-fix'
Junio C Hamano
2014-10-20
1
-10
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
receive-pack: plug minor memory leak in unpack()
René Scharfe
2014-10-13
1
-10
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mh/lockfile'
Junio C Hamano
2014-10-14
1
-0
/
+1
|
\
\
\
|
*
|
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-0
/
+1
[next]