summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan
2009-06-06http: use new http API in fetch_index()Tay Ray Chuan
2009-06-06http*: add http_get_info_packsTay Ray Chuan
2009-06-06http-push.c::fetch_symref(): use the new http APIMike Hommey
2009-06-06http-push.c::remote_exists(): use the new http APIMike Hommey
2009-06-06http.c::http_fetch_ref(): use the new http APIMike Hommey
2009-06-06transport.c::get_refs_via_curl(): use the new http APIMike Hommey
2009-06-06http.c: new functions for the http APIMike Hommey
2009-06-06http: create function end_url_with_slashTay Ray Chuan
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan
2009-06-06transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey
2009-06-06Don't expect verify_pack() callers to set pack_sizeMike Hommey
2009-06-06http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan
2009-06-06http*: copy string returned by sha1_to_hexTay Ray Chuan
2009-06-06http-walker: verify remote packsTay Ray Chuan
2009-06-06http-push, http-walker: style fixesTay Ray Chuan
2009-06-06t5550-http-fetch: test fetching of packed objectsTay Ray Chuan
2009-06-06http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan
2009-06-06http-push: send out fetch requests on queueTay Ray Chuan
2009-06-06t5540-http-push: test fetching of packed objectsTay Ray Chuan
2009-06-06t5540-http-push: test fetching of loose objectsTay Ray Chuan
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan
2009-05-18Merge branch 'np/push-delta'Junio C Hamano
2009-05-18Merge branch 'ar/merge-one-file-diag'Junio C Hamano
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-18Merge branch 'jk/maint-add-empty'Junio C Hamano
2009-05-18Merge branch 'js/add-edit'Junio C Hamano
2009-05-18Merge branch 'mh/diff-stat-color'Junio C Hamano
2009-05-18Merge branch 'mh/show-branch-color'Junio C Hamano
2009-05-18Merge branch 'ac/graph-horizontal-line'Junio C Hamano
2009-05-18Merge branch 'ae/anon-fetch-info'Junio C Hamano
2009-05-18Merge branch 'maint'Junio C Hamano
2009-05-17show-branch: Fix die message in parse_reflog_param()Stephen Boyd
2009-05-17Merge branch 'maint'Junio C Hamano
2009-05-17completion: add missing options to show-branch and showStephen Boyd
2009-05-17dir.c: clean up handling of 'path' parameter in read_directory_recursive()Linus Torvalds
2009-05-17Fix type-punning issuesDan McGee
2009-05-17Merge branch 'maint'Junio C Hamano
2009-05-17test: checkout shouldn't say that HEAD has moved if it didn'tNanako Shiraishi
2009-05-17completion: enhance "current branch" displayJunio C Hamano
2009-05-17completion: simplify "current branch" in __git_ps1()Junio C Hamano
2009-05-17completion: fix PS1 display during a merge on detached HEADJunio C Hamano
2009-05-17Improve the naming of guessed target repository for git cloneAlex Riesen
2009-05-17Use UTF-8 instead of utf8 for backward compatibilityAlex Riesen
2009-05-16builtin-checkout: Don't tell user that HEAD has moved before it hasDaniel Cordero
2009-05-16pre-commit.sample: don't print incidental SHA1Jim Meyering
2009-05-16tests: Add tests for missing format-patch long optionsStephen Boyd
2009-05-16api-parse-options.txt: use 'func' instead of 'funct'Stephen Boyd