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
/
http-push.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-26
Merge branch 'gl/cleanup'
Junio C Hamano
1
-4
/
+4
2006-08-23
missing 'static' keywords
Pierre Habouzit
1
-1
/
+1
2006-08-23
Convert memset(hash,0,20) to hashclr(hash).
Junio C Hamano
1
-1
/
+1
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-3
/
+3
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-2
/
+2
2006-08-15
remove unnecessary initializations
David Rientjes
1
-8
/
+8
2006-08-14
http-push.c cleanup
David Rientjes
1
-4
/
+1
2006-08-12
Merge branch 'js/http-mb'
Junio C Hamano
1
-42
/
+7
2006-08-09
http-push: Make WebDAV work with (broken?) default apache2 WebDAV module
Rutger Nijlunsing
1
-1
/
+1
2006-08-04
http-push: avoid fork() by calling merge_bases() directly
Johannes Schindelin
1
-42
/
+7
2006-07-28
Call setup_git_directory() early
Linus Torvalds
1
-1
/
+1
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-6
/
+6
2006-07-03
Make zlib compression level configurable, and change default.
Joachim B Haga
1
-1
/
+1
2006-06-28
Make some strings const
Timo Hirvonen
1
-2
/
+2
2006-06-24
Rename safe_strncpy() to strlcpy().
Peter Eriksen
1
-3
/
+3
2006-06-21
Merge branch 'ff/c99' into next
Junio C Hamano
1
-1
/
+1
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-1
/
+1
2006-06-19
Merge branch 'lt/objlist' into next
Junio C Hamano
1
-9
/
+19
2006-06-19
Add "named object array" concept
Linus Torvalds
1
-9
/
+19
2006-06-18
Remove ranges from switch statements.
Florian Forster
1
-6
/
+7
2006-06-17
Shrink "struct object" a bit
Linus Torvalds
1
-6
/
+6
2006-06-16
Implement safe_strncpy() as strlcpy() and use it more.
Peter Eriksen
1
-5
/
+5
2006-06-06
HTTP cleanup
Junio C Hamano
1
-34
/
+36
2006-06-06
HTTP cleanup
Nick Hengeveld
1
-0
/
+8
2006-05-30
tree_entry(): new tree-walking helper function
Linus Torvalds
1
-11
/
+5
2006-05-29
Remove "tree->entries" tree-entry list from tree parser
Linus Torvalds
1
-10
/
+20
2006-05-29
Make "tree_entry" have a SHA1 instead of a union of object pointers
Linus Torvalds
1
-2
/
+2
2006-04-18
Merge branch 'lt/logopt'
Junio C Hamano
1
-0
/
+1
2006-04-16
rev-list --boundary: show boundary commits even when limited otherwise.
Junio C Hamano
1
-5
/
+5
2006-04-15
Split init_revisions() out of setup_revisions()
Junio C Hamano
1
-0
/
+1
2006-04-11
Merge branch 'jc/diff' into next
Junio C Hamano
1
-0
/
+1
2006-04-11
Replace index() with strchr().
Dennis Stosberg
1
-3
/
+3
2006-04-10
blame and friends: adjust to multiple pathspec change.
Junio C Hamano
1
-0
/
+1
2006-04-08
Make "--parents" logs also be incremental
Linus Torvalds
1
-5
/
+5
2006-04-04
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
1
-4
/
+2
2006-04-02
Fix sparse warnings about non-ANSI function prototypes
Rene Scharfe
1
-1
/
+1
2006-03-21
http-push.c: squelch C90 warnings.
Junio C Hamano
1
-8
/
+12
2006-03-20
http-push: don't assume char is signed
Nick Hengeveld
1
-1
/
+1
2006-03-20
http-push: add support for deleting remote branches
Nick Hengeveld
1
-1
/
+218
2006-03-10
http-push: cleanup
Nick Hengeveld
1
-24
/
+33
2006-03-10
http-push: support for updating remote info/refs
Nick Hengeveld
1
-11
/
+536
2006-03-10
http-push: improve remote lock management
Nick Hengeveld
1
-73
/
+76
2006-03-10
http-push: refactor remote file/directory processing
Nick Hengeveld
1
-137
/
+106
2006-03-10
HTTP slot reuse fixes
Nick Hengeveld
1
-19
/
+41
2006-03-10
http-push: fix revision walk
Nick Hengeveld
1
-8
/
+5
2006-03-07
Update http-push functionality
Nick Hengeveld
1
-334
/
+726
2005-11-30
Merge branch 'jc/subdir'
Junio C Hamano
1
-0
/
+1
2005-11-29
http-push cleanup
Nick Hengeveld
1
-2
/
+3
2005-11-28
Make networking commands to work from a subdirectory.
Junio C Hamano
1
-0
/
+1
2005-11-28
Fix typo in http-push.c
Jan Andres
1
-1
/
+1
[prev]
[next]