index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
http tests: use /dumb/ URL prefix
Shawn O. Pearce
2009-11-04
|
*
|
|
|
set httpd port before sourcing lib-httpd
Clemens Buchacher
2009-11-04
|
*
|
|
|
t5540-http-push: remove redundant fetches
Tay Ray Chuan
2009-11-04
|
*
|
|
|
Smart HTTP fetch: gzip requests
Shawn O. Pearce
2009-11-04
|
*
|
|
|
Smart fetch over HTTP: client side
Shawn O. Pearce
2009-11-04
|
*
|
|
|
Smart push over HTTP: client side
Shawn O. Pearce
2009-11-04
|
*
|
|
|
Discover refs via smart HTTP server when available
Shawn O. Pearce
2009-11-04
|
*
|
|
|
http-backend: more explict LocationMatch
Mark Lodato
2009-11-04
|
*
|
|
|
http-backend: add example for gitweb on same URL
Mark Lodato
2009-11-04
|
*
|
|
|
http-backend: use mod_alias instead of mod_rewrite
Mark Lodato
2009-11-04
|
*
|
|
|
http-backend: reword some documentation
Mark Lodato
2009-11-04
|
*
|
|
|
http-backend: add GIT_PROJECT_ROOT environment var
Mark Lodato
2009-11-04
|
*
|
|
|
Smart fetch and push over HTTP: server side
Shawn O. Pearce
2009-11-04
|
*
|
|
|
Add stateless RPC options to upload-pack, receive-pack
Shawn O. Pearce
2009-11-04
|
*
|
|
|
Git-aware CGI to provide dumb HTTP transport
Shawn O. Pearce
2009-11-04
|
*
|
|
|
remote-helpers: return successfully if everything up-to-date
Clemens Buchacher
2009-10-30
|
*
|
|
|
Move WebDAV HTTP push under remote-curl
Shawn O. Pearce
2009-10-30
|
*
|
|
|
remote-helpers: Support custom transport options
Shawn O. Pearce
2009-10-30
|
*
|
|
|
remote-helpers: Fetch more than one ref in a batch
Shawn O. Pearce
2009-10-30
|
*
|
|
|
fetch: Allow transport -v -v -v to set verbosity to 3
Shawn O. Pearce
2009-10-30
|
*
|
|
|
remote-curl: Refactor walker initialization
Shawn O. Pearce
2009-10-30
|
*
|
|
|
Add multi_ack_detailed capability to fetch-pack/upload-pack
Shawn O. Pearce
2009-10-30
|
*
|
|
|
Move "get_ack()" back to fetch-pack
Shawn O. Pearce
2009-10-30
|
*
|
|
|
fetch-pack: Use a strbuf to compose the want list
Shawn O. Pearce
2009-10-30
|
*
|
|
|
pkt-line: Make packet_read_line easier to debug
Shawn O. Pearce
2009-10-30
|
*
|
|
|
pkt-line: Add strbuf based functions
Shawn O. Pearce
2009-10-30
|
*
|
|
|
http-push: fix check condition on http.c::finish_http_pack_request()
Tay Ray Chuan
2009-10-30
*
|
|
|
|
Merge branch 'bw/autoconf-more'
Junio C Hamano
2009-11-20
|
\
\
\
\
\
|
*
|
|
|
|
configure: add settings for gitconfig, editor and pager
Ben Walton
2009-11-04
|
*
|
|
|
|
configure: add macro to set arbitrary make variables
Ben Walton
2009-11-04
*
|
|
|
|
|
Merge branch 'jn/editor-pager'
Junio C Hamano
2009-11-20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Provide a build time default-pager setting
Junio C Hamano
2009-11-13
|
*
|
|
|
|
|
Provide a build time default-editor setting
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
am -i, git-svn: use "git var GIT_PAGER"
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
Teach git var about GIT_PAGER
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
Teach git var about GIT_EDITOR
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
Suppress warnings from "git var -l"
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
Do not use VISUAL editor on dumb terminals
Jonathan Nieder
2009-11-13
|
*
|
|
|
|
|
Handle more shell metacharacters in editor names
Jonathan Nieder
2009-10-30
*
|
|
|
|
|
|
Merge branch 'rj/cygwin-msvc'
Junio C Hamano
2009-11-20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
MSVC: Add support for building with NO_MMAP
Ramsay Jones
2009-11-08
|
*
|
|
|
|
|
|
Makefile: keep MSVC and Cygwin configuration separate
Ramsay Jones
2009-11-08
*
|
|
|
|
|
|
|
Merge branch 'rj/maint-simplify-cygwin-makefile'
Junio C Hamano
2009-11-20
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
Makefile: merge two Cygwin configuration sections into one
Ramsay Jones
2009-11-08
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'bg/format-patch-doc-update'
Junio C Hamano
2009-11-20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
format-patch: Add "--no-stat" as a synonym for "-p"
Björn Gustavsson
2009-11-10
|
*
|
|
|
|
|
|
format-patch documentation: Fix formatting
Björn Gustavsson
2009-11-10
|
*
|
|
|
|
|
|
format-patch documentation: Remove diff options that are not useful
Björn Gustavsson
2009-11-10
|
*
|
|
|
|
|
|
format-patch: Always generate a patch
Björn Gustavsson
2009-11-10
[prev]
[next]