Age | Commit message (Expand) | Author | Files | Lines |
2010-09-17 | git-rebase--interactive.sh: replace cut with ${v%% *} | Chris Johnsen | 1 | -1/+1 |
2010-09-17 | t/t7300: workaround ancient touch by rearranging arguments | Brandon Casey | 1 | -1/+1 |
2010-09-16 | Merge branch 'bg/fix-t7003' | Junio C Hamano | 1 | -38/+41 |
2010-09-15 | ls-files documentation: reword for consistency | Junio C Hamano | 1 | -4/+4 |
2010-09-15 | git-ls-files.txt: clarify -x/--exclude option | Jay Soffian | 1 | -2/+3 |
2010-09-15 | Git 1.7.3 rc2 | Junio C Hamano | 2 | -3/+9 |
2010-09-15 | Merge branch 'dr/maint-ls-tree-prefix-recursion-fix' | Junio C Hamano | 2 | -0/+11 |
2010-09-15 | Merge branch 'os/fix-rebase-diff-no-prefix' | Junio C Hamano | 1 | -0/+1 |
2010-09-15 | Merge branch 'jl/fix-test' | Junio C Hamano | 35 | -491/+604 |
2010-09-15 | Merge branch 'ch/filter-branch-deprecate-remap-to-ancestor' | Junio C Hamano | 3 | -14/+40 |
2010-09-15 | Merge branch 'ch/maint-cannot-create-bundle-error' | Junio C Hamano | 2 | -2/+11 |
2010-09-15 | Merge branch 'ks/recursive-rename-add-identical' | Junio C Hamano | 2 | -0/+41 |
2010-09-15 | Merge git://repo.or.cz/git-gui | Junio C Hamano | 6 | -411/+454 |
2010-09-15 | disallow branch names that start with a hyphen | Junio C Hamano | 1 | -0/+2 |
2010-09-14 | git-gui 0.13 | Pat Thoyts | 1 | -1/+1 |
2010-09-14 | send-email: use catfile() to concatenate files | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2010-09-13 | git-gui: avoid mis-encoding the copyright message on Windows. | Pat Thoyts | 1 | -2/+2 |
2010-09-13 | git-gui: Update Swedish translation (521t). | Peter Krefting | 1 | -399/+403 |
2010-09-13 | t7003: Use test_commit instead of custom function | Brian Gernhardt | 1 | -38/+41 |
2010-09-13 | log --author: take union of multiple "author" requests | Junio C Hamano | 3 | -13/+83 |
2010-09-12 | grep: move logic to compile header pattern into a separate helper | Junio C Hamano | 1 | -23/+22 |
2010-09-12 | t/gitweb-lib.sh: Use tabs for indent consistently | Jakub Narebski | 1 | -2/+2 |
2010-09-12 | t/gitweb-lib.sh: Use GIT_BUILD_DIR | Jakub Narebski | 1 | -4/+4 |
2010-09-12 | Merge branch 'maint' | Junio C Hamano | 2 | -63/+70 |
2010-09-12 | ls-tree $di $dir: do not mistakenly recurse into directories | Junio C Hamano | 2 | -0/+11 |
2010-09-12 | t3101: modernise style | Junio C Hamano | 1 | -62/+64 |
2010-09-12 | vcs-svn: Fix some printf format compiler warnings | Ramsay Jones | 3 | -5/+10 |
2010-09-11 | compat/nedmalloc: don't force NDEBUG on the rest of git | René Scharfe | 1 | -1/+6 |
2010-09-10 | Git 1.7.3 rc1 | Junio C Hamano | 1 | -1/+1 |
2010-09-10 | Merge branch 'np/relnotes-in-subdir' | Junio C Hamano | 111 | -108/+108 |
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 | userdiff.c: add builtin fortran regex patterns | Brandon Casey | 3 | -1/+20 |
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-10 | read-tree: deprecate syntax without tree-ish args | Jan Krüger | 2 | -2/+14 |
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 |