Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 | 8 | -60/+149 |
|\ | |||||
| * | http.c::new_http_pack_request: do away with the temp variable filename | Tay Ray Chuan | 2010-04-19 | 1 | -3/+2 |
| * | http-fetch: Use temporary files for pack-*.idx until verified | Shawn O. Pearce | 2010-04-19 | 2 | -17/+54 |
| * | http-fetch: Use index-pack rather than verify-pack to check packs | Shawn O. Pearce | 2010-04-19 | 2 | -7/+52 |
| * | Allow parse_pack_index on temporary files | Shawn O. Pearce | 2010-04-19 | 3 | -4/+3 |
| * | Extract verify_pack_index for reuse from verify_pack | Shawn O. Pearce | 2010-04-19 | 2 | -3/+13 |
| * | Introduce close_pack_index to permit replacement | Shawn O. Pearce | 2010-04-19 | 2 | -2/+10 |
| * | http.c: Remove unnecessary strdup of sha1_to_hex result | Shawn O. Pearce | 2010-04-19 | 1 | -4/+2 |
| * | http.c: Don't store destination name in request structures | Shawn O. Pearce | 2010-04-17 | 3 | -11/+7 |
| * | http.c: Drop useless != NULL test in finish_http_pack_request | Shawn O. Pearce | 2010-04-17 | 1 | -6/+3 |
| * | http.c: Tiny refactoring of finish_http_pack_request | Shawn O. Pearce | 2010-04-17 | 1 | -8/+8 |
| * | t5550-http-fetch: Use subshell for repository operations | Shawn O. Pearce | 2010-04-17 | 1 | -3/+4 |
| * | http.c: Remove bad free of static block | Shawn O. Pearce | 2010-04-17 | 1 | -1/+0 |
* | | Merge branch 'jn/submodule-basic-test' | Junio C Hamano | 2010-05-21 | 1 | -130/+201 |
|\ \ | |||||
| * | | t7400: clarify submodule update tests | Jonathan Nieder | 2010-04-10 | 1 | -95/+91 |
| * | | t7400: clarify 'submodule add' tests | Jonathan Nieder | 2010-04-10 | 1 | -15/+88 |
| * | | t7400: split setup into multiple tests | Jonathan Nieder | 2010-04-10 | 1 | -28/+30 |
* | | | Merge branch 'np/index-pack-memsave' | Junio C Hamano | 2010-05-21 | 1 | -44/+45 |
|\ \ \ | |||||
| * | | | index-pack: smarter memory usage when appending objects | Nicolas Pitre | 2010-04-12 | 1 | -12/+12 |
| * | | | index-pack: rationalize unpack_entry_data() | Nicolas Pitre | 2010-04-12 | 1 | -11/+8 |
| * | | | index-pack: smarter memory usage when resolving deltas | Nicolas Pitre | 2010-04-12 | 1 | -21/+25 |
* | | | | Merge branch 'jc/am-3-show-corrupted-patch' | Junio C Hamano | 2010-05-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | am -3: recover the diagnostic messages for corrupt patches | Junio C Hamano | 2010-04-14 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/maint-no-reflog-expire-unreach-for-head' | Junio C Hamano | 2010-05-21 | 5 | -19/+92 |
|\ \ \ \ \ | |||||
| * | | | | | reflog --expire-unreachable: special case entries in "HEAD" reflog | Junio C Hamano | 2010-04-17 | 1 | -10/+59 |
| * | | | | | more war on "sleep" in tests | Junio C Hamano | 2010-04-17 | 2 | -7/+15 |
| * | | | | | Document gc.<pattern>.reflogexpire variables | Junio C Hamano | 2010-04-14 | 2 | -2/+18 |
* | | | | | | Merge branch 'cw/maint-exec-defpath' | Junio C Hamano | 2010-05-21 | 5 | -1/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | autoconf: Check if <paths.h> exists and set HAVE_PATHS_H | Jakub Narebski | 2010-04-15 | 2 | -0/+7 |
| * | | | | | | exec_cmd.c: replace hard-coded path list with one from <paths.h> | Chris Webb | 2010-04-15 | 3 | -1/+21 |
* | | | | | | | Merge branch 'tr/word-diff' | Junio C Hamano | 2010-05-21 | 7 | -54/+288 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 2010-04-14 | 7 | -54/+288 |
* | | | | | | | | Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' | Junio C Hamano | 2010-05-21 | 4 | -33/+97 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | describe: Break annotated tag ties by tagger date | Shawn O. Pearce | 2010-04-13 | 2 | -7/+50 |
| * | | | | | | | | tag.c: Parse tagger date (if present) | Shawn O. Pearce | 2010-04-12 | 2 | -0/+23 |
| * | | | | | | | | tag.c: Refactor parse_tag_buffer to be saner to program | Shawn O. Pearce | 2010-04-12 | 1 | -22/+21 |
| * | | | | | | | | tag.h: Remove unused signature field | Shawn O. Pearce | 2010-04-12 | 1 | -1/+0 |
| * | | | | | | | | tag.c: Correct indentation | Shawn O. Pearce | 2010-04-12 | 1 | -3/+3 |
* | | | | | | | | | Merge branch 'jc/status-show-ignored' | Junio C Hamano | 2010-05-21 | 3 | -18/+55 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | wt-status: fix 'fprintf' compilation warning | Junio C Hamano | 2010-05-01 | 1 | -1/+1 |
| * | | | | | | | | | status: --ignored option shows ignored files | Junio C Hamano | 2010-04-10 | 2 | -8/+20 |
| * | | | | | | | | | wt-status: rename and restructure status-print-untracked | Junio C Hamano | 2010-04-10 | 1 | -8/+14 |
| * | | | | | | | | | wt-status: collect ignored files | Junio C Hamano | 2010-04-10 | 2 | -0/+18 |
| * | | | | | | | | | wt-status: plug memory leak while collecting untracked files | Junio C Hamano | 2010-04-10 | 1 | -0/+3 |
| * | | | | | | | | | wt-status: remove unused workdir_untracked member | Junio C Hamano | 2010-04-10 | 2 | -2/+0 |
* | | | | | | | | | | Merge branch 'np/malloc-threading' | Junio C Hamano | 2010-05-21 | 7 | -8/+54 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 | 5 | -4/+27 |
| * | | | | | | | | | | Make xmalloc and xrealloc thread-safe | Nicolas Pitre | 2010-03-24 | 3 | -4/+27 |
* | | | | | | | | | | | Merge branch 'sr/remote-helper-export' | Junio C Hamano | 2010-05-21 | 11 | -27/+671 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | t5800: testgit helper requires Python support | Jonathan Nieder | 2010-04-12 | 1 | -0/+6 |