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
/
receive-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-2
/
+2
2007-01-28
Don't force everybody to call setup_ident().
Junio C Hamano
1
-1
/
+0
2007-01-25
Allow non-developer to clone, checkout and fetch more easily.
Junio C Hamano
1
-2
/
+0
2007-01-24
Consolidate {receive,fetch}.unpackLimit
Junio C Hamano
1
-8
/
+16
2007-01-24
Refactor the pack header reading function out of receive-pack.c
Junio C Hamano
1
-12
/
+14
2007-01-21
shallow repository: disable unsupported operations for now.
Junio C Hamano
1
-0
/
+3
2006-12-30
Use /dev/null for update hook stdin.
Shawn O. Pearce
1
-2
/
+4
2006-12-30
Redirect update hook stdout to stderr.
Shawn O. Pearce
1
-1
/
+2
2006-12-30
Remove unnecessary argc parameter from run_command_v.
Shawn O. Pearce
1
-2
/
+2
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-1
/
+0
2006-12-17
Default GIT_COMMITTER_NAME to login name in recieve-pack.
Shawn O. Pearce
1
-0
/
+2
2006-12-06
change the unpack limit treshold to a saner value
Nicolas Pitre
1
-1
/
+1
2006-12-04
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2006-12-04
receive-pack: do not insist on fast-forward outside refs/heads/
Junio C Hamano
1
-1
/
+2
2006-11-24
Allow git push to delete remote ref.
Junio C Hamano
1
-11
/
+34
2006-11-03
remove .keep pack lock files when done with refs update
Nicolas Pitre
1
-23
/
+73
2006-11-03
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
1
-19
/
+79
2006-11-03
Merge branch 'master' into np/index-pack
Junio C Hamano
1
-76
/
+33
2006-11-01
Merge branch 'lj/refs'
Junio C Hamano
1
-76
/
+17
2006-10-30
Move deny_non_fast_forwards handling completely into receive-pack.
Shawn Pearce
1
-0
/
+16
2006-10-30
Remove unused variable in receive-pack.
Shawn Pearce
1
-5
/
+2
2006-09-27
Merge branch 'master' into lj/refs
Junio C Hamano
1
-0
/
+17
2006-09-27
receive-pack: call setup_ident before git_config
Junio C Hamano
1
-0
/
+1
2006-09-27
Teach receive-pack about ref-log
Junio C Hamano
1
-73
/
+15
2006-09-20
receive-pack: plug memory leak in fast-forward checking code.
Johannes Schindelin
1
-6
/
+7
2006-09-20
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
1
-2
/
+2
2006-09-20
Add callback data to for_each_ref() family.
Junio C Hamano
1
-3
/
+3
2006-09-20
add receive.denyNonFastforwards config variable
Johannes Schindelin
1
-0
/
+16
2006-08-29
Remove uneeded #include
Johannes Schindelin
1
-1
/
+0
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-2
/
+2
2006-08-15
remove unnecessary initializations
David Rientjes
1
-3
/
+3
2006-03-05
Const tightening.
Junio C Hamano
1
-4
/
+6
2006-02-22
Give no terminating LF to error() function.
Junio C Hamano
1
-2
/
+2
2006-01-13
Exec git programs without using PATH.
Michal Ostrowski
1
-2
/
+2
2006-01-08
GIT 1.1.0
Junio C Hamano
1
-1
/
+1
2006-01-07
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
1
-1
/
+1
2005-12-27
send-pack/receive-pack: allow errors to be reported back to pusher.
Junio C Hamano
1
-32
/
+88
2005-12-21
\n usage in stderr output
Alex Riesen
1
-1
/
+1
2005-12-07
Clean up file descriptors when calling hooks.
Daniel Barkalow
1
-1
/
+1
2005-11-19
Server-side support for user-relative paths.
Andreas Ericsson
1
-13
/
+4
2005-10-15
Refuse to create funny refs in clone-pack, git-fetch and receive-pack.
Junio C Hamano
1
-0
/
+4
2005-08-29
Revert "Replace zero-length array decls with []."
Junio C Hamano
1
-1
/
+1
2005-08-23
Replace unsetenv() and setenv() with older putenv().
Jason Riedy
1
-1
/
+1
2005-08-23
Replace zero-length array decls with [].
Jason Riedy
1
-1
/
+1
2005-08-02
Make sure leading directories exist when pushing refs.
Junio C Hamano
1
-0
/
+2
2005-08-02
receive-pack hooks updates.
Junio C Hamano
1
-10
/
+45
2005-08-01
[PATCH] Fix warning about non-void return in a void function.
A Large Angry SCM
1
-1
/
+1
2005-07-31
[PATCH] Added hook in git-receive-pack
Josef Weidendorfer
1
-30
/
+58
2005-07-23
[PATCH] Add update-server-info.
Junio C Hamano
1
-0
/
+1
2005-07-08
Make "upload-pack" match git-fetch-pack usage
Linus Torvalds
1
-3
/
+1
[next]