Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 2009-11-22 | 2 | -9/+38 | |
* | | | | | | grep: unset GREP_OPTIONS before spawning external grep | René Scharfe | 2009-11-22 | 2 | -0/+9 | |
* | | | | | | User Manual: Write "Git" instead of "GIT" | Björn Gustavsson | 2009-11-22 | 1 | -2/+2 | |
* | | | | | | Fix truncated usage messages | Björn Gustavsson | 2009-11-22 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'jc/fix-tree-walk' (early part) | Junio C Hamano | 2009-11-20 | 2 | -14/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | unpack_callback(): use unpack_failed() consistently | Junio C Hamano | 2009-10-11 | 1 | -12/+12 | |
| * | | | | | unpack-trees: typofix | Junio C Hamano | 2009-10-11 | 1 | -1/+1 | |
| * | | | | | diff-lib.c: fix misleading comments on oneway_diff() | Junio C Hamano | 2009-10-11 | 1 | -1/+1 | |
* | | | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 | 20 | -10/+1408 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add selftests verifying concatenation of multiple notes for the same commit | Johan Herland | 2009-10-19 | 1 | -0/+84 | |
| * | | | | | | Refactor notes code to concatenate multiple notes annotating the same object | Johan Herland | 2009-10-19 | 1 | -82/+161 | |
| * | | | | | | Add selftests verifying that we can parse notes trees with various fanouts | Johan Herland | 2009-10-19 | 1 | -0/+104 | |
| * | | | | | | Teach the notes lookup code to parse notes trees with various fanout schemes | Johan Herland | 2009-10-19 | 1 | -69/+248 | |
| * | | | | | | Teach notes code to free its internal data structures on request | Johan Herland | 2009-10-19 | 2 | -0/+10 | |
| * | | | | | | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 2009-10-19 | 2 | -0/+5 | |
| * | | | | | | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 2009-10-19 | 3 | -5/+11 | |
| * | | | | | | t3302-notes-index-expensive: Speed up create_repo() | Johan Herland | 2009-10-19 | 1 | -27/+47 | |
| * | | | | | | fast-import: Add support for importing commit notes | Johan Herland | 2009-10-19 | 3 | -10/+289 | |
| * | | | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit" | Johan Herland | 2009-10-19 | 3 | -9/+107 | |
| * | | | | | | Add an expensive test for git-notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+98 | |
| * | | | | | | Speed up git notes lookup | Johannes Schindelin | 2009-10-19 | 1 | -10/+102 | |
| * | | | | | | Add a script to edit/inspect notes | Johannes Schindelin | 2009-10-19 | 6 | -0/+236 | |
| * | | | | | | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 9 | -0/+108 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 35 | -283/+2937 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | http-backend: Let gcc check the format of more printf-type functions. | Tarmigan Casebolt | 2009-11-15 | 1 | -0/+3 | |
| * | | | | | | http-backend: Fix access beyond end of string. | Tarmigan Casebolt | 2009-11-15 | 1 | -3/+4 | |
| * | | | | | | http-backend: Fix bad treatment of uintmax_t in Content-Length | Shawn O. Pearce | 2009-11-13 | 1 | -6/+3 | |
| * | | | | | | t5551-http-fetch: Work around broken Accept header in libcurl | Shawn O. Pearce | 2009-11-09 | 1 | -0/+3 | |
| * | | | | | | t5551-http-fetch: Work around some libcurl versions | Shawn O. Pearce | 2009-11-09 | 1 | -4/+4 | |
| * | | | | | | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 2009-11-09 | 5 | -48/+86 | |
| * | | | | | | Git-aware CGI to provide dumb HTTP transport | Shawn O. Pearce | 2009-11-09 | 1 | -5/+5 | |
| * | | | | | | http-backend: Test configuration options | Shawn O. Pearce | 2009-11-04 | 1 | -0/+229 | |
| * | | | | | | http-backend: Use http.getanyfile to disable dumb HTTP serving | Shawn O. Pearce | 2009-11-04 | 2 | -6/+36 | |
| * | | | | | | test smart http fetch and push | Shawn O. Pearce | 2009-11-04 | 5 | -2/+219 | |
| * | | | | | | http tests: use /dumb/ URL prefix | Shawn O. Pearce | 2009-11-04 | 3 | -8/+13 | |
| * | | | | | | set httpd port before sourcing lib-httpd | Clemens Buchacher | 2009-11-04 | 1 | -4/+3 | |
| * | | | | | | t5540-http-push: remove redundant fetches | Tay Ray Chuan | 2009-11-04 | 1 | -2/+0 | |
| * | | | | | | Smart HTTP fetch: gzip requests | Shawn O. Pearce | 2009-11-04 | 1 | -0/+50 | |
| * | | | | | | Smart fetch over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 3 | -22/+160 | |
| * | | | | | | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 8 | -15/+374 | |
| * | | | | | | Discover refs via smart HTTP server when available | Shawn O. Pearce | 2009-11-04 | 1 | -17/+131 | |
| * | | | | | | http-backend: more explict LocationMatch | Mark Lodato | 2009-11-04 | 1 | -1/+1 | |
| * | | | | | | http-backend: add example for gitweb on same URL | Mark Lodato | 2009-11-04 | 1 | -0/+33 | |
| * | | | | | | http-backend: use mod_alias instead of mod_rewrite | Mark Lodato | 2009-11-04 | 1 | -7/+3 | |
| * | | | | | | http-backend: reword some documentation | Mark Lodato | 2009-11-04 | 1 | -4/+8 | |
| * | | | | | | http-backend: add GIT_PROJECT_ROOT environment var | Mark Lodato | 2009-11-04 | 2 | -25/+39 | |
| * | | | | | | Smart fetch and push over HTTP: server side | Shawn O. Pearce | 2009-11-04 | 2 | -4/+359 | |
| * | | | | | | Add stateless RPC options to upload-pack, receive-pack | Shawn O. Pearce | 2009-11-04 | 2 | -10/+56 | |
| * | | | | | | Git-aware CGI to provide dumb HTTP transport | Shawn O. Pearce | 2009-11-04 | 4 | -0/+396 | |
| * | | | | | | remote-helpers: return successfully if everything up-to-date | Clemens Buchacher | 2009-10-30 | 2 | -1/+3 |