aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | SubmittingPatches: Add new section about what to base work onRamkumar Ramachandra2010-04-18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'st/remote-tags-no-tags'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \
| * | | | | | | | remote add: add a --[no-]tags optionSamuel Tardieu2010-04-19
| * | | | | | | | Honor "tagopt = --tags" configuration optionSamuel Tardieu2010-04-19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jn/fsck-ident'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \
| * | | | | | | | fsck: check ident lines in commit objectsJonathan Nieder2010-05-01
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jn/gitweb-caching-prep'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Move generating page title to separate subroutineJakub Narebski2010-05-01
| * | | | | | | | gitweb: Add custom error handler using die_errorJakub Narebski2010-05-01
| * | | | | | | | gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski2010-05-01
| * | | | | | | | gitweb: href(..., -path_info => 0|1)Jakub Narebski2010-05-01
| * | | | | | | | Export more test-related variables when running external testsJakub Narebski2010-05-01
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-install'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Create install target for gitweb in MakefileJakub Narebski2010-05-01
| * | | | | | | | gitweb: Improve installation instructions in gitweb/INSTALLJakub Narebski2010-05-01
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-our-squelch'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski2010-05-01
* | | | | | | | | Merge branch 'jn/request-pull'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: chmod +x t5150Jeff King2010-05-10
| * | | | | | | | | adapt request-pull tests for new pull request formatJonathan Nieder2010-05-07
| * | | | | | | | | Merge branch 'jn/maint-request-pull' into jn/request-pullJunio C Hamano2010-05-07
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | t5150: protect backslash with backslash in shellJunio C Hamano2010-05-07
| | * | | | | | | | request-pull: protect against OPTIONS_KEEPDASHDASH from environmentJonathan Nieder2010-05-01
| | * | | | | | | | tests for request-pullJonathan Nieder2010-05-01
* | | | | | | | | | Merge branch 'jn/shortlog'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pretty: Respect --abbrev optionWill Palmer2010-05-04
| * | | | | | | | | | shortlog: Document and test --format optionJonathan Nieder2010-05-04
| * | | | | | | | | | t4201 (shortlog): Test output format with multiple authorsJonathan Nieder2010-05-04
| * | | | | | | | | | t4201 (shortlog): guard setup with test_expect_successJonathan Nieder2010-05-04
| * | | | | | | | | | Documentation/shortlog: scripted users should not rely on implicit HEADJonathan Nieder2010-05-04
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/t7006-fixup'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7006: guard cleanup with test_expect_successJonathan Nieder2010-04-14
* | | | | | | | | | | Merge branch 'js/maint-receive-pack-symref-alias'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5516-fetch-push.sh: style cleanupJay Soffian2010-04-19
| * | | | | | | | | | | receive-pack: detect aliased updates which can occur with symrefsJay Soffian2010-04-19
| * | | | | | | | | | | receive-pack: switch global variable 'commands' to a parameterJay Soffian2010-04-19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http.c::new_http_pack_request: do away with the temp variable filenameTay Ray Chuan2010-04-19
| * | | | | | | | | | | http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce2010-04-19
| * | | | | | | | | | | http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce2010-04-19
| * | | | | | | | | | | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-19
| * | | | | | | | | | | Extract verify_pack_index for reuse from verify_packShawn O. Pearce2010-04-19
| * | | | | | | | | | | Introduce close_pack_index to permit replacementShawn O. Pearce2010-04-19
| * | | | | | | | | | | http.c: Remove unnecessary strdup of sha1_to_hex resultShawn O. Pearce2010-04-19
| * | | | | | | | | | | http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-17
| * | | | | | | | | | | http.c: Drop useless != NULL test in finish_http_pack_requestShawn O. Pearce2010-04-17
| * | | | | | | | | | | http.c: Tiny refactoring of finish_http_pack_requestShawn O. Pearce2010-04-17
| * | | | | | | | | | | t5550-http-fetch: Use subshell for repository operationsShawn O. Pearce2010-04-17
| * | | | | | | | | | | http.c: Remove bad free of static blockShawn O. Pearce2010-04-17
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jn/submodule-basic-test'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ \ \ \ \