summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | gitweb: Move generating page title to separate subroutineJakub Narebski2010-05-011-13/+19
| * | | | | | | | gitweb: Add custom error handler using die_errorJakub Narebski2010-05-011-4/+23
| * | | | | | | | gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski2010-05-011-2/+3
| * | | | | | | | gitweb: href(..., -path_info => 0|1)Jakub Narebski2010-05-011-1/+6
| * | | | | | | | Export more test-related variables when running external testsJakub Narebski2010-05-011-0/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-install'Junio C Hamano2010-05-213-12/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Create install target for gitweb in MakefileJakub Narebski2010-05-013-11/+35
| * | | | | | | | gitweb: Improve installation instructions in gitweb/INSTALLJakub Narebski2010-05-011-7/+12
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-our-squelch'Junio C Hamano2010-05-211-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski2010-05-011-0/+3
* | | | | | | | | Merge branch 'jn/request-pull'Junio C Hamano2010-05-213-0/+230
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: chmod +x t5150Jeff King2010-05-101-0/+0
| * | | | | | | | | adapt request-pull tests for new pull request formatJonathan Nieder2010-05-071-5/+5
| * | | | | | | | | Merge branch 'jn/maint-request-pull' into jn/request-pullJunio C Hamano2010-05-073-0/+230
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | t5150: protect backslash with backslash in shellJunio C Hamano2010-05-071-2/+2
| | * | | | | | | | request-pull: protect against OPTIONS_KEEPDASHDASH from environmentJonathan Nieder2010-05-013-0/+16
| | * | | | | | | | tests for request-pullJonathan Nieder2010-05-011-0/+214
* | | | | | | | | | Merge branch 'jn/shortlog'Junio C Hamano2010-05-216-29/+144
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pretty: Respect --abbrev optionWill Palmer2010-05-045-5/+39
| * | | | | | | | | | shortlog: Document and test --format optionJonathan Nieder2010-05-042-1/+60
| * | | | | | | | | | t4201 (shortlog): Test output format with multiple authorsJonathan Nieder2010-05-041-0/+7
| * | | | | | | | | | t4201 (shortlog): guard setup with test_expect_successJonathan Nieder2010-05-041-29/+39
| * | | | | | | | | | Documentation/shortlog: scripted users should not rely on implicit HEADJonathan Nieder2010-05-041-1/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/t7006-fixup'Junio C Hamano2010-05-212-48/+117
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7006: guard cleanup with test_expect_successJonathan Nieder2010-04-142-48/+117
* | | | | | | | | | | Merge branch 'js/maint-receive-pack-symref-alias'Junio C Hamano2010-05-212-60/+186
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5516-fetch-push.sh: style cleanupJay Soffian2010-04-191-23/+46
| * | | | | | | | | | | receive-pack: detect aliased updates which can occur with symrefsJay Soffian2010-04-192-4/+113
| * | | | | | | | | | | receive-pack: switch global variable 'commands' to a parameterJay Soffian2010-04-191-33/+27
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-218-60/+149
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http.c::new_http_pack_request: do away with the temp variable filenameTay Ray Chuan2010-04-191-3/+2
| * | | | | | | | | | | http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce2010-04-192-17/+54
| * | | | | | | | | | | http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce2010-04-192-7/+52
| * | | | | | | | | | | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-193-4/+3
| * | | | | | | | | | | Extract verify_pack_index for reuse from verify_packShawn O. Pearce2010-04-192-3/+13
| * | | | | | | | | | | Introduce close_pack_index to permit replacementShawn O. Pearce2010-04-192-2/+10
| * | | | | | | | | | | http.c: Remove unnecessary strdup of sha1_to_hex resultShawn O. Pearce2010-04-191-4/+2
| * | | | | | | | | | | http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-173-11/+7
| * | | | | | | | | | | http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce2010-04-171-6/+3
| * | | | | | | | | | | http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce2010-04-171-8/+8
| * | | | | | | | | | | t5550-http-fetch: Use subshell for repository operationsShawn O. Pearce2010-04-171-3/+4
| * | | | | | | | | | | http.c: Remove bad free of static blockShawn O. Pearce2010-04-171-1/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jn/submodule-basic-test'Junio C Hamano2010-05-211-130/+201
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t7400: clarify submodule update testsJonathan Nieder2010-04-101-95/+91
| * | | | | | | | | | | t7400: clarify 'submodule add' testsJonathan Nieder2010-04-101-15/+88
| * | | | | | | | | | | t7400: split setup into multiple testsJonathan Nieder2010-04-101-28/+30
* | | | | | | | | | | | Merge branch 'np/index-pack-memsave'Junio C Hamano2010-05-211-44/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | index-pack: smarter memory usage when appending objectsNicolas Pitre2010-04-121-12/+12
| * | | | | | | | | | | | index-pack: rationalize unpack_entry_data()Nicolas Pitre2010-04-121-11/+8
| * | | | | | | | | | | | index-pack: smarter memory usage when resolving deltasNicolas Pitre2010-04-121-21/+25