Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: send stderr of service programs to the syslog | Johannes Sixt | 2009-06-18 | 1 | -8/+48 |
* | Merge branch 'maint' | Junio C Hamano | 2009-06-13 | 1 | -33/+32 |
|\ | |||||
| * | Merge branch 'maint-1.6.2' into maint | Junio C Hamano | 2009-06-13 | 1 | -33/+32 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-06-13 | 1 | -33/+32 |
| | |\ | |||||
| | | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-06-13 | 2 | -34/+34 |
| | | |\ | |||||
| | | | * | git-rerere.txt: grammatical fixups and cleanups | Stephen Boyd | 2009-06-13 | 1 | -33/+32 |
* | | | | | Merge branch 'mh/fix-send-email-threaded' | Junio C Hamano | 2009-06-13 | 3 | -4/+27 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threaded | Junio C Hamano | 2009-06-12 | 3 | -3/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | doc/send-email: clarify the behavior of --in-reply-to with --no-thread | Markus Heidelberg | 2009-06-12 | 1 | -2/+3 |
| | * | | | | | send-email: fix non-threaded mails | Markus Heidelberg | 2009-06-12 | 2 | -2/+3 |
| | * | | | | | add a test for git-send-email for non-threaded mails | Markus Heidelberg | 2009-06-12 | 1 | -0/+10 |
| | |/ / / / | |||||
| * | | | | | send-email: fix a typo in a comment | Markus Heidelberg | 2009-06-12 | 1 | -1/+1 |
| * | | | | | send-email: fix threaded mails without chain-reply-to | Markus Heidelberg | 2009-06-12 | 2 | -2/+3 |
| * | | | | | add a test for git-send-email for threaded mails without chain-reply-to | Markus Heidelberg | 2009-06-12 | 1 | -0/+11 |
* | | | | | | Merge branch 'rc/http-push' | Junio C Hamano | 2009-06-13 | 8 | -993/+904 |
|\ \ \ \ \ \ | |||||
| * | | | | | | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 2009-06-06 | 4 | -431/+336 |
| * | | | | | | http*: add helper methods for fetching packs | Tay Ray Chuan | 2009-06-06 | 4 | -151/+167 |
| * | | | | | | http: use new http API in fetch_index() | Tay Ray Chuan | 2009-06-06 | 1 | -73/+8 |
| * | | | | | | http*: add http_get_info_packs | Tay Ray Chuan | 2009-06-06 | 4 | -345/+186 |
| * | | | | | | http-push.c::fetch_symref(): use the new http API | Mike Hommey | 2009-06-06 | 1 | -17/+3 |
| * | | | | | | http-push.c::remote_exists(): use the new http API | Mike Hommey | 2009-06-06 | 1 | -19/+12 |
| * | | | | | | http.c::http_fetch_ref(): use the new http API | Mike Hommey | 2009-06-06 | 1 | -25/+8 |
| * | | | | | | transport.c::get_refs_via_curl(): use the new http API | Mike Hommey | 2009-06-06 | 1 | -22/+12 |
| * | | | | | | http.c: new functions for the http API | Mike Hommey | 2009-06-06 | 2 | -0/+134 |
| * | | | | | | http: create function end_url_with_slash | Tay Ray Chuan | 2009-06-06 | 1 | -3/+9 |
| * | | | | | | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 2009-06-06 | 4 | -20/+20 |
| * | | | | | | transport.c::get_refs_via_curl(): do not leak refs_url | Mike Hommey | 2009-06-06 | 1 | -0/+1 |
| * | | | | | | Don't expect verify_pack() callers to set pack_size | Mike Hommey | 2009-06-06 | 1 | -3/+5 |
| * | | | | | | http-push: do not SEGV after fetching a bad pack idx file | Tay Ray Chuan | 2009-06-06 | 1 | -0/+2 |
| * | | | | | | http*: copy string returned by sha1_to_hex | Tay Ray Chuan | 2009-06-06 | 2 | -45/+47 |
| * | | | | | | http-walker: verify remote packs | Tay Ray Chuan | 2009-06-06 | 1 | -3/+30 |
| * | | | | | | http-push, http-walker: style fixes | Tay Ray Chuan | 2009-06-06 | 2 | -52/+79 |
| * | | | | | | t5550-http-fetch: test fetching of packed objects | Tay Ray Chuan | 2009-06-06 | 1 | -0/+8 |
| * | | | | | | http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue" | Tay Ray Chuan | 2009-06-06 | 1 | -0/+2 |
| * | | | | | | http-push: send out fetch requests on queue | Tay Ray Chuan | 2009-06-06 | 2 | -13/+28 |
| * | | | | | | t5540-http-push: test fetching of packed objects | Tay Ray Chuan | 2009-06-06 | 1 | -0/+20 |
| * | | | | | | t5540-http-push: test fetching of loose objects | Tay Ray Chuan | 2009-06-06 | 1 | -0/+16 |
| * | | | | | | Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push | Junio C Hamano | 2009-06-06 | 2 | -0/+12 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'cc/bisect' (early part) | Junio C Hamano | 2009-06-13 | 6 | -32/+130 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t6030: test skipping away from an already skipped commit | Christian Couder | 2009-06-06 | 1 | -0/+12 |
| * | | | | | | | | bisect: when skipping, choose a commit away from a skipped commit | Christian Couder | 2009-06-06 | 1 | -1/+49 |
| * | | | | | | | | bisect: add parameters to "filter_skipped" | Christian Couder | 2009-06-06 | 3 | -6/+42 |
| * | | | | | | | | bisect: display first bad commit without forking a new process | Christian Couder | 2009-05-28 | 1 | -3/+27 |
| * | | | | | | | | bisect: drop unparse_commit() and use clear_commit_marks() | Christian Couder | 2009-05-27 | 3 | -23/+1 |
* | | | | | | | | | Merge branch 'rc/maint-http-local-slot-fix' | Junio C Hamano | 2009-06-13 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | http*: cleanup slot->local after fclose | Tay Ray Chuan | 2009-06-06 | 2 | -0/+12 |
* | | | | | | | | | Merge branch 'sp/msysgit' | Junio C Hamano | 2009-06-13 | 13 | -9/+7194 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | compat/ has subdirectories: do not omit them in 'make clean' | Johannes Sixt | 2009-06-11 | 1 | -1/+1 |
| * | | | | | | | | | Fix typo in nedmalloc warning fix | Johannes Sixt | 2009-06-11 | 1 | -1/+1 |
| * | | | | | | | | | MinGW: Teach Makefile to detect msysgit and apply specific settings | Steffen Prohaska | 2009-06-08 | 1 | -2/+12 |