index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
upload-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't dereference NULL upon fdopen failure
Jim Meyering
2009-09-13
1
-2
/
+2
*
use write_str_in_full helper to avoid literal string lengths
Jim Meyering
2009-09-13
1
-2
/
+2
*
Merge branch 'jc/upload-pack-hook'
Junio C Hamano
2009-09-08
1
-2
/
+72
|
\
|
*
upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook
Junio C Hamano
2009-08-29
1
-0
/
+4
|
*
upload-pack: add a trigger for post-upload-pack hook
Junio C Hamano
2009-08-29
1
-2
/
+68
*
|
Merge branch 'np/maint-1.6.3-deepen'
Junio C Hamano
2009-09-08
1
-2
/
+6
|
\
\
|
*
|
make shallow repository deepening more network efficient
Nicolas Pitre
2009-09-06
1
-2
/
+6
*
|
|
Style fixes, add a space after if/for/while.
Brian Gianforcaro
2009-09-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'cc/replace'
Junio C Hamano
2009-08-22
1
-0
/
+1
|
\
\
|
*
|
environment: add global variable to disable replacement
Christian Couder
2009-06-01
1
-0
/
+1
|
|
/
*
|
Merge branch 'ne/futz-upload-pack'
Junio C Hamano
2009-08-05
1
-10
/
+39
|
\
\
|
*
|
Shift object enumeration out of upload-pack
Nick Edelen
2009-06-10
1
-10
/
+39
|
|
/
*
/
upload-pack: squelch progress indicator if client cannot see it
Johannes Sixt
2009-06-18
1
-1
/
+6
|
/
*
Merge branch 'lt/pack-object-memuse'
Junio C Hamano
2009-04-18
1
-6
/
+8
|
\
|
*
show_object(): push path_name() call further down
Linus Torvalds
2009-04-13
1
-1
/
+3
|
*
process_{tree,blob}: show objects without buffering
Linus Torvalds
2009-04-13
1
-6
/
+6
*
|
list-objects: add "void *data" parameter to show functions
Christian Couder
2009-04-08
1
-3
/
+3
*
|
Move local variables to narrower scopes
Benjamin Kramer
2009-03-08
1
-3
/
+2
*
|
improve missing repository error message
Jeff King
2009-03-05
1
-1
/
+1
*
|
Replace deprecated dashed git commands in usage
Alexander Potashev
2009-02-05
1
-1
/
+1
*
|
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
2009-01-26
1
-0
/
+2
|
/
*
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
2008-08-31
1
-9
/
+9
*
Record the command invocation path early
Johannes Sixt
2008-07-26
1
-1
/
+1
*
Windows: Implement asynchronous functions as threads.
Johannes Sixt
2008-06-26
1
-0
/
+2
*
Teach fetch-pack/upload-pack about --include-tag
Shawn O. Pearce
2008-03-05
1
-2
/
+8
*
Teach upload-pack to log the received need lines to an fd
Shawn O. Pearce
2008-03-03
1
-0
/
+9
*
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-03-03
1
-1
/
+0
|
\
|
*
Remove unused object-ref code
Martin Koegler
2008-02-26
1
-1
/
+0
*
|
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-02-19
1
-1
/
+2
|
\
|
|
*
check return value from parse_commit() in various functions
Martin Koegler
2008-02-19
1
-1
/
+2
*
|
check return code of prepare_revision_walk
Martin Koegler
2008-02-18
1
-1
/
+2
*
|
deref_tag: handle return value NULL
Martin Koegler
2008-02-18
1
-1
/
+2
|
/
*
upload-pack: Initialize the exec-path.
Johannes Sixt
2008-02-13
1
-0
/
+3
*
upload-pack: Use finish_{command,async}() instead of waitpid().
Johannes Sixt
2007-11-06
1
-115
/
+77
*
upload-pack: Run rev-list in an asynchronous function.
Johannes Sixt
2007-10-21
1
-28
/
+18
*
upload-pack: Move the revision walker into a separate function.
Johannes Sixt
2007-10-21
1
-33
/
+37
*
upload-pack: Use start_command() to run pack-objects in create_pack_file().
Johannes Sixt
2007-10-21
1
-61
/
+44
*
Even more missing static
Junio C Hamano
2007-06-08
1
-1
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+1
*
git-upload-pack: make sure we close unused pipe ends
H. Peter Anvin
2007-03-28
1
-0
/
+1
*
Merge branch 'js/fetch-progress' (early part)
Junio C Hamano
2007-03-05
1
-5
/
+17
|
\
|
*
Fixup no-progress for fetch & clone
Johannes Schindelin
2007-02-24
1
-6
/
+4
|
*
fetch & clone: do not output progress when not on a tty
Johannes Schindelin
2007-02-20
1
-5
/
+19
*
|
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
2007-02-21
1
-3
/
+3
*
|
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-5
/
+5
|
/
*
shallow repository: disable unsupported operations for now.
Junio C Hamano
2007-01-22
1
-1
/
+2
*
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
2007-01-09
1
-0
/
+1
*
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
2007-01-09
1
-2
/
+2
*
Merge branch 'master' into js/shallow
Junio C Hamano
2006-12-27
1
-3
/
+0
|
\
|
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-3
/
+0
[next]