Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/maint-cvsexport' | Junio C Hamano | 2008-02-20 | 1 | -0/+35 |
|\ | |||||
| * | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 2008-02-19 | 1 | -0/+35 |
* | | Merge branch 'jk/empty-tree' | Junio C Hamano | 2008-02-20 | 1 | -0/+69 |
|\ \ | |||||
| * | | add--interactive: handle initial commit better | Jeff King | 2008-02-16 | 1 | -0/+69 |
* | | | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 | 2 | -0/+202 |
|\ \ \ | |||||
| * | | | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 1 | -0/+38 |
| * | | | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 | 1 | -0/+47 |
| * | | | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 | 1 | -0/+117 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 1 | -0/+8 |
|\ \ \ \ | |||||
| * | | | | git-clone.sh: properly configure remote even if remote's head is dangling | Gerrit Pape | 2008-02-20 | 1 | -0/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 | 1 | -0/+58 |
|\ \ \ \ | |||||
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -0/+58 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 | 1 | -0/+41 |
|\ \ \ \ | |||||
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 | 1 | -0/+41 |
| |/ / / | |||||
* | | | | Merge branch 'pb/prepare-commit-msg' | Junio C Hamano | 2008-02-16 | 2 | -0/+184 |
|\ \ \ \ | |||||
| * | | | | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 2008-02-06 | 1 | -0/+155 |
| * | | | | git-commit: Refactor creation of log message. | Paolo Bonzini | 2008-02-06 | 1 | -0/+29 |
| |/ / / | |||||
* | | | | Merge branch 'jk/noetcconfig' | Junio C Hamano | 2008-02-16 | 2 | -4/+7 |
|\ \ \ \ | |||||
| * | | | | fix config reading in tests | Jeff King | 2008-02-06 | 2 | -4/+7 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 8 | -1/+88 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | commit: discard index after setting up partial commit | Jeff King | 2008-02-16 | 1 | -0/+21 |
| * | | | | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 1 | -0/+14 |
| * | | | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 1 | -0/+9 |
| * | | | | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 5 | -1/+44 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 2 | -1/+32 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-13 | 1 | -0/+23 |
| * | | | | status: suggest "git rm --cached" to unstage for initial commit | Jeff King | 2008-02-13 | 1 | -1/+10 |
| * | | | | Protect get_author_ident_from_commit() from filenames in work tree | Junio C Hamano | 2008-02-13 | 1 | -0/+22 |
| | |_|/ | |/| | | |||||
* | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 2008-02-12 | 1 | -1/+1 |
* | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR | Johan Herland | 2008-02-12 | 1 | -1/+17 |
* | | | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 | 1 | -0/+20 |
|\ \ \ \ | |||||
| * | | | | index: be careful when handling long names | Junio C Hamano | 2008-01-21 | 1 | -0/+20 |
* | | | | | Define the project whitespace policy | Junio C Hamano | 2008-02-11 | 1 | -0/+1 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-11 | 3 | -0/+63 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Make git prune remove temporary packs that look like write failures | David Steven Tweed | 2008-02-11 | 1 | -0/+32 |
| * | | | | bisect: allow starting with a detached HEAD | Johannes Schindelin | 2008-02-11 | 1 | -0/+12 |
| * | | | | config: Fix --unset for continuation lines | Frank Lichtenheld | 2008-02-10 | 1 | -0/+19 |
* | | | | | Introduce the config variable pack.packSizeLimit | Johannes Schindelin | 2008-02-09 | 1 | -0/+6 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-07 | 1 | -0/+49 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | gitattributes: fix relative path matching | Junio C Hamano | 2008-02-07 | 1 | -0/+49 |
* | | | | | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-06 | 1 | -0/+23 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-06 | 1 | -0/+69 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Fix parsing numeric color values | Timo Hirvonen | 2008-02-06 | 1 | -0/+69 |
* | | | Test :/string form for checkout | Daniel Barkalow | 2008-02-04 | 1 | -0/+16 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Fix "git-commit -C $tag" | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
* | | | known breakage: revision range computation with clock skew | Junio C Hamano | 2008-02-03 | 1 | -0/+38 |
* | | | test: reword the final message of tests with known breakages | Junio C Hamano | 2008-02-03 | 1 | -2/+5 |
* | | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 48 | -427/+498 |
|/ / | |||||
* | | Fix typo in a comment in t/test-lib.sh | Michele Ballabio | 2008-01-31 | 1 | -1/+1 |