summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée2009-06-182-3/+26
* Merge branch 'maint'Junio C Hamano2009-06-131-33/+32
|\
| * Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-131-33/+32
| |\
| | * Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-131-33/+32
| | |\
| | | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-132-34/+34
| | | |\
| | | | * git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-131-33/+32
* | | | | Merge branch 'mh/fix-send-email-threaded'Junio C Hamano2009-06-133-4/+27
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano2009-06-123-3/+14
| |\ \ \ \ \
| | * | | | | doc/send-email: clarify the behavior of --in-reply-to with --no-threadMarkus Heidelberg2009-06-121-2/+3
| | * | | | | send-email: fix non-threaded mailsMarkus Heidelberg2009-06-122-2/+3
| | * | | | | add a test for git-send-email for non-threaded mailsMarkus Heidelberg2009-06-121-0/+10
| | |/ / / /
| * | | | | send-email: fix a typo in a commentMarkus Heidelberg2009-06-121-1/+1
| * | | | | send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2009-06-122-2/+3
| * | | | | add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-0/+11
* | | | | | Merge branch 'rc/http-push'Junio C Hamano2009-06-138-993/+904
|\ \ \ \ \ \
| * | | | | | http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-064-431/+336
| * | | | | | http*: add helper methods for fetching packsTay Ray Chuan2009-06-064-151/+167
| * | | | | | http: use new http API in fetch_index()Tay Ray Chuan2009-06-061-73/+8
| * | | | | | http*: add http_get_info_packsTay Ray Chuan2009-06-064-345/+186
| * | | | | | http-push.c::fetch_symref(): use the new http APIMike Hommey2009-06-061-17/+3
| * | | | | | http-push.c::remote_exists(): use the new http APIMike Hommey2009-06-061-19/+12
| * | | | | | http.c::http_fetch_ref(): use the new http APIMike Hommey2009-06-061-25/+8
| * | | | | | transport.c::get_refs_via_curl(): use the new http APIMike Hommey2009-06-061-22/+12
| * | | | | | http.c: new functions for the http APIMike Hommey2009-06-062-0/+134
| * | | | | | http: create function end_url_with_slashTay Ray Chuan2009-06-061-3/+9
| * | | | | | http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-064-20/+20
| * | | | | | transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey2009-06-061-0/+1
| * | | | | | Don't expect verify_pack() callers to set pack_sizeMike Hommey2009-06-061-3/+5
| * | | | | | http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan2009-06-061-0/+2
| * | | | | | http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-062-45/+47
| * | | | | | http-walker: verify remote packsTay Ray Chuan2009-06-061-3/+30
| * | | | | | http-push, http-walker: style fixesTay Ray Chuan2009-06-062-52/+79
| * | | | | | t5550-http-fetch: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+8
| * | | | | | http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan2009-06-061-0/+2
| * | | | | | http-push: send out fetch requests on queueTay Ray Chuan2009-06-062-13/+28
| * | | | | | t5540-http-push: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+20
| * | | | | | t5540-http-push: test fetching of loose objectsTay Ray Chuan2009-06-061-0/+16
| * | | | | | Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-062-0/+12
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'cc/bisect' (early part)Junio C Hamano2009-06-136-32/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | t6030: test skipping away from an already skipped commitChristian Couder2009-06-061-0/+12
| * | | | | | | | bisect: when skipping, choose a commit away from a skipped commitChristian Couder2009-06-061-1/+49
| * | | | | | | | bisect: add parameters to "filter_skipped"Christian Couder2009-06-063-6/+42
| * | | | | | | | bisect: display first bad commit without forking a new processChristian Couder2009-05-281-3/+27
| * | | | | | | | bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder2009-05-273-23/+1
* | | | | | | | | Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano2009-06-132-0/+12
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-062-0/+12
* | | | | | | | | Merge branch 'sp/msysgit'Junio C Hamano2009-06-1313-9/+7194
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | compat/ has subdirectories: do not omit them in 'make clean'Johannes Sixt2009-06-111-1/+1
| * | | | | | | | | Fix typo in nedmalloc warning fixJohannes Sixt2009-06-111-1/+1
| * | | | | | | | | MinGW: Teach Makefile to detect msysgit and apply specific settingsSteffen Prohaska2009-06-081-2/+12