index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
receive-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
receive-pack: make it a builtin
Junio C Hamano
2008-09-09
1
-520
/
+0
*
cast pid_t's to uintmax_t to improve portability
David Soria Parra
2008-09-01
1
-1
/
+1
*
Record the command invocation path early
Johannes Sixt
2008-07-26
1
-1
/
+1
*
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
2008-07-06
1
-1
/
+2
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
receive-pack: allow using --strict mode for unpacking objects
Martin Koegler
2008-03-05
1
-13
/
+23
*
Revert "receive-pack: use strict mode for unpacking objects"
Junio C Hamano
2008-03-04
1
-23
/
+13
*
Merge branch 'maint'
Junio C Hamano
2008-03-03
1
-0
/
+2
|
\
|
*
receive-pack: Initialize PATH to include exec-dir.
Björn Steinbrink
2008-03-03
1
-0
/
+2
*
|
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-03-03
1
-13
/
+23
|
\
\
|
*
|
receive-pack: use strict mode for unpacking objects
Martin Koegler
2008-02-29
1
-13
/
+23
|
|
/
*
/
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
Johannes Sixt
2008-02-23
1
-0
/
+2
|
/
*
receive-pack: reject invalid refnames
Martin Koegler
2008-01-05
1
-1
/
+2
*
receive-pack: check object type of sha1 before using them as commits
Martin Koegler
2008-01-02
1
-2
/
+12
*
receive-pack: allow deletion of corrupt refs
Johannes Schindelin
2007-11-30
1
-0
/
+4
*
receive-pack: don't mention successful updates
Jeff King
2007-11-05
1
-4
/
+0
*
Merge branch 'db/fetch-pack'
Junio C Hamano
2007-10-25
1
-22
/
+2
|
\
|
*
Refactor index-pack "keep $sha1" handling for reuse
Shawn O. Pearce
2007-09-19
1
-22
/
+2
*
|
Improve receive-pack error message about funny ref creation
Joakim Tjernlund
2007-10-21
1
-1
/
+1
|
/
*
git-update-ref: add --no-deref option for overwriting/detaching ref
Sven Verdoolaege
2007-05-11
1
-1
/
+1
*
Use run_command within receive-pack to invoke index-pack
Shawn O. Pearce
2007-03-13
1
-25
/
+10
*
Change {pre,post}-receive hooks to use stdin
Shawn O. Pearce
2007-03-12
1
-28
/
+30
*
Split back out update_hook handling in receive-pack
Shawn O. Pearce
2007-03-12
1
-2
/
+24
*
Refactor run_command error handling in receive-pack
Shawn O. Pearce
2007-03-12
1
-19
/
+24
*
Teach receive-pack to run pre-receive/post-receive hooks
Shawn O. Pearce
2007-03-08
1
-0
/
+11
*
Refactor handling of error_string in receive-pack
Shawn O. Pearce
2007-03-07
1
-29
/
+33
*
Refactor run_update_hook to be more useful
Shawn O. Pearce
2007-03-07
1
-19
/
+44
*
Don't run post-update hook unless a ref changed
Shawn O. Pearce
2007-03-07
1
-4
/
+4
*
Move post-update hook to after all other activity
Shawn O. Pearce
2007-03-07
1
-2
/
+1
*
Merge branch 'maint'
Junio C Hamano
2007-03-07
1
-1
/
+4
|
\
|
*
Catch write_ref_sha1 failure in receive-pack
Shawn O. Pearce
2007-03-07
1
-1
/
+4
*
|
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-2
/
+2
|
/
*
Don't force everybody to call setup_ident().
Junio C Hamano
2007-01-28
1
-1
/
+0
*
Allow non-developer to clone, checkout and fetch more easily.
Junio C Hamano
2007-01-26
1
-2
/
+0
*
Consolidate {receive,fetch}.unpackLimit
Junio C Hamano
2007-01-25
1
-8
/
+16
*
Refactor the pack header reading function out of receive-pack.c
Junio C Hamano
2007-01-25
1
-12
/
+14
*
shallow repository: disable unsupported operations for now.
Junio C Hamano
2007-01-22
1
-0
/
+3
*
Use /dev/null for update hook stdin.
Shawn O. Pearce
2006-12-31
1
-2
/
+4
*
Redirect update hook stdout to stderr.
Shawn O. Pearce
2006-12-31
1
-1
/
+2
*
Remove unnecessary argc parameter from run_command_v.
Shawn O. Pearce
2006-12-31
1
-2
/
+2
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-1
/
+0
*
Default GIT_COMMITTER_NAME to login name in recieve-pack.
Shawn O. Pearce
2006-12-17
1
-0
/
+2
*
change the unpack limit treshold to a saner value
Nicolas Pitre
2006-12-07
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2006-12-05
1
-1
/
+2
|
\
|
*
receive-pack: do not insist on fast-forward outside refs/heads/
Junio C Hamano
2006-12-04
1
-1
/
+2
*
|
Allow git push to delete remote ref.
Junio C Hamano
2006-11-24
1
-11
/
+34
|
/
*
remove .keep pack lock files when done with refs update
Nicolas Pitre
2006-11-03
1
-23
/
+73
*
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
2006-11-03
1
-19
/
+79
*
Merge branch 'master' into np/index-pack
Junio C Hamano
2006-11-03
1
-76
/
+33
|
\
|
*
Merge branch 'lj/refs'
Junio C Hamano
2006-11-01
1
-76
/
+17
|
|
\
[next]