Age | Commit message (Expand) | Author | Files | Lines |
2010-09-10 | Prepare for 1.7.3 rc1 | Junio C Hamano | 1 | -2/+10 |
2010-09-10 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+3 |
2010-09-10 | config.txt: fix placement of diff.noprefix | Mark Lodato | 1 | -2/+3 |
2010-09-10 | t/t4018: avoid two unnecessary sub-shell invocations | Brandon Casey | 1 | -4/+4 |
2010-09-09 | Merge branch 'maint' | Junio C Hamano | 2 | -4/+6 |
2010-09-09 | t/t4018: test whether the word_regex patterns compile | Brandon Casey | 1 | -0/+5 |
2010-09-09 | xdiff-interface.c: always trim trailing space from xfuncname matches | Brandon Casey | 1 | -3/+2 |
2010-09-09 | diff.c: call regfree to free memory allocated by regcomp when necessary | Brandon Casey | 1 | -1/+4 |
2010-09-09 | t/t5510-fetch.sh: improve testing with explicit URL and merge spec | Brandon Casey | 1 | -2/+28 |
2010-09-09 | builtin/fetch.c: comment that branch->remote_name is usable when has_merge | Brandon Casey | 1 | -0/+3 |
2010-09-09 | Makefile: use compat regex on IRIX 6.5 | Brandon Casey | 1 | -0/+2 |
2010-09-09 | t/t7008: workaround broken handling of \000 by printf on IRIX | Brandon Casey | 1 | -7/+7 |
2010-09-09 | Add --src/dst-prefix to git-formt-patch in git-rebase.sh | Oded Shimon | 1 | -0/+1 |
2010-09-09 | install-webdoc: keep installed RelNotes-*.txt | Junio C Hamano | 1 | -1/+1 |
2010-09-09 | t1020: Get rid of 'cd "$HERE"' at the start of each test | Jens Lehmann | 1 | -41/+50 |
2010-09-09 | t2016 (checkout -p): add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-09-09 | t1302 (core.repositoryversion): style tweaks | Jonathan Nieder | 1 | -24/+40 |
2010-09-09 | t2105 (gitfile): add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-09-09 | t1450 (fsck): remove dangling objects | Jonathan Nieder | 1 | -58/+82 |
2010-09-09 | tests: subshell indentation stylefix | Jonathan Nieder | 22 | -192/+260 |
2010-09-08 | Merge branch 'tf/cleanup-builtin-help-headers' | Junio C Hamano | 3 | -11/+13 |
2010-09-08 | Merge branch 'jk/test-must-fail-missing' | Junio C Hamano | 1 | -2/+21 |
2010-09-08 | Merge branch 'jh/error-removing-missing-note' | Junio C Hamano | 4 | -9/+30 |
2010-09-08 | Merge branch 'kf/askpass-config' | Junio C Hamano | 7 | -5/+26 |
2010-09-08 | Merge branch 'bc/maint-fetch-url-only' | Junio C Hamano | 2 | -1/+9 |
2010-09-08 | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 5 | -5/+83 |
2010-09-08 | Merge branch 'en/d-f-conflict-fix' | Junio C Hamano | 1 | -1/+9 |
2010-09-08 | fast-export: ensure that a renamed file is printed after all references | Johannes Sixt | 1 | -1/+9 |
2010-09-06 | Documentation: move RelNotes into a directory of their own | Nicolas Pitre | 111 | -107/+107 |
2010-09-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+3 |
2010-09-06 | revert: Fix trivial comment style issue | Elijah Newren | 1 | -1/+0 |
2010-09-06 | cache_tree_free: Fix small memory leak | Elijah Newren | 1 | -1/+3 |
2010-09-06 | Merge branch 'jh/clean-exclude' | Junio C Hamano | 1 | -1/+1 |
2010-09-06 | builtin/clean.c: Use STRING_LIST_INIT_NODUP. | Thiago Farina | 1 | -1/+1 |
2010-09-06 | Merge branch 'jl/maint-fix-test' | Junio C Hamano | 32 | -260/+256 |
2010-09-06 | Several tests: cd inside subshell instead of around | Jens Lehmann | 32 | -260/+256 |
2010-09-06 | t3404 & t7508: cd inside subshell instead of around | Jens Lehmann | 2 | -4/+4 |
2010-09-06 | Merge branch 'maint' | Junio C Hamano | 3 | -11/+11 |
2010-09-06 | Merge branch 'xx/trivial' into maint | Junio C Hamano | 3 | -11/+11 |
2010-09-05 | tag.c: whitespace breakages fix | Junio C Hamano | 1 | -9/+9 |
2010-09-05 | Fix whitespace issue in object.c | Jared Hance | 1 | -4/+4 |
2010-09-05 | t5505: add missing && | Jens Lehmann | 1 | -1/+1 |
2010-09-04 | Merge branch 'jl/submodule-ignore-diff' | Junio C Hamano | 3 | -5/+42 |
2010-09-04 | Merge branch 'ab/test-2' | Junio C Hamano | 51 | -559/+968 |
2010-09-03 | Merge branch 'js/detached-stash' | Junio C Hamano | 3 | -83/+268 |
2010-09-03 | Merge branch 'js/maint-reflog-beyond-horizon' | Junio C Hamano | 3 | -9/+29 |
2010-09-03 | Merge branch 'dg/local-mod-error-messages' | Junio C Hamano | 7 | -64/+69 |
2010-09-03 | Merge branch 'nd/maint-fix-replace' | Junio C Hamano | 2 | -2/+2 |
2010-09-03 | parse_object: pass on the original sha1, not the replaced one | Nguyễn Thái Ngọc Duy | 2 | -2/+2 |
2010-09-03 | RE: [PATCH] Avoid rename/add conflict when contents are identical | Schalk, Ken | 2 | -0/+41 |