summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Libravatar Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandLibravatar Shawn O. Pearce2-5/+10
2009-06-06Makefile: add section for SunOS 5.7Libravatar Brandon Casey1-0/+10
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHLibravatar Junio C Hamano2-0/+16
2009-06-06Makefile: define __sun__ on SunOSLibravatar Brandon Casey1-1/+1
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisLibravatar Brandon Casey1-1/+14
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specLibravatar Brandon Casey2-2/+2
2009-06-06Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile argumentsLibravatar Brandon Casey1-1/+10
2009-06-06t6030: test skipping away from an already skipped commitLibravatar Christian Couder1-0/+12
2009-06-06bisect: when skipping, choose a commit away from a skipped commitLibravatar Christian Couder1-1/+49
2009-06-06bisect: add parameters to "filter_skipped"Libravatar Christian Couder3-6/+42
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan4-431/+336
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan4-151/+167
2009-06-06http: use new http API in fetch_index()Libravatar Tay Ray Chuan1-73/+8
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan4-345/+186
2009-06-06http-push.c::fetch_symref(): use the new http APILibravatar Mike Hommey1-17/+3
2009-06-06http-push.c::remote_exists(): use the new http APILibravatar Mike Hommey1-19/+12
2009-06-06http.c::http_fetch_ref(): use the new http APILibravatar Mike Hommey1-25/+8
2009-06-06transport.c::get_refs_via_curl(): use the new http APILibravatar Mike Hommey1-22/+12
2009-06-06http.c: new functions for the http APILibravatar Mike Hommey2-0/+134
2009-06-06http: create function end_url_with_slashLibravatar Tay Ray Chuan1-3/+9
2009-06-06http*: move common variables and macros to http.[ch]Libravatar Tay Ray Chuan4-20/+20
2009-06-06transport.c::get_refs_via_curl(): do not leak refs_urlLibravatar Mike Hommey1-0/+1
2009-06-06Don't expect verify_pack() callers to set pack_sizeLibravatar Mike Hommey1-3/+5
2009-06-06http-push: do not SEGV after fetching a bad pack idx fileLibravatar Tay Ray Chuan1-0/+2
2009-06-06http*: copy string returned by sha1_to_hexLibravatar Tay Ray Chuan2-45/+47
2009-06-06http-walker: verify remote packsLibravatar Tay Ray Chuan1-3/+30
2009-06-06http-push, http-walker: style fixesLibravatar Tay Ray Chuan2-52/+79
2009-06-06t5550-http-fetch: test fetching of packed objectsLibravatar Tay Ray Chuan1-0/+8
2009-06-06http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Libravatar Tay Ray Chuan1-0/+2
2009-06-06http-push: send out fetch requests on queueLibravatar Tay Ray Chuan2-13/+28
2009-06-06t5540-http-push: test fetching of packed objectsLibravatar Tay Ray Chuan1-0/+20
2009-06-06t5540-http-push: test fetching of loose objectsLibravatar Tay Ray Chuan1-0/+16
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushLibravatar Junio C Hamano2-0/+12
2009-06-06http*: cleanup slot->local after fcloseLibravatar Tay Ray Chuan2-0/+12
2009-06-03Documentation/git.txt: update links to release notesLibravatar Junio C Hamano1-1/+6
2009-06-03Merge branch 'maint' to sync with 1.6.3.2Libravatar Junio C Hamano2-8/+10
2009-06-03GIT 1.6.3.2Libravatar Junio C Hamano2-8/+6
2009-06-03Show presence of stashed changes in bash prompt.Libravatar Daniel Trstenjak1-2/+10
2009-06-03grep: fix empty word-regexp matchesLibravatar René Scharfe1-1/+5
2009-06-03Merge branch 'da/pretty-tempname'Libravatar Junio C Hamano10-1/+177
2009-06-03Clean up and simplify rev_compare_tree()Libravatar Linus Torvalds2-23/+15
2009-06-03Merge branch 'maint'Libravatar Junio C Hamano7-39/+82
2009-06-03blame: correctly handle a path that used to be a directoryLibravatar Junio C Hamano2-8/+33
2009-06-03add -i: do not dump patch during applicationLibravatar Thomas Rast1-1/+0
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateLibravatar Johan Herland4-27/+35
2009-06-02Update draft release notes for 1.6.3.2Libravatar Junio C Hamano1-14/+26
2009-06-02Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintLibravatar Junio C Hamano2-16/+21
2009-06-02Merge branch 'rs/maint-grep-word-regexp-fix' into maintLibravatar Junio C Hamano2-1/+11
2009-06-02Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maintLibravatar Junio C Hamano6-0/+93