Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i18n: git-merge "You have not concluded your merge" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-merge "Updating %s..%s" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+4 |
* | i18n: git-merge basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 2 | -6/+24 |
* | i18n: git-log "--OPT does not make sense" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-grep "--open-files-in-pager" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-fetch formatting messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -8/+32 |
* | i18n: git-commit "enter the commit message" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 2 | -13/+21 |
* | i18n: git-commit print_summary messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+8 |
* | i18n: git-commit formatting messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+2 |
* | i18n: git-commit "middle of a merge" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -3/+3 |
* | i18n: git-checkout "HEAD is now at" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -5/+5 |
* | i18n: git-branch "(no branch)" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-branch "git branch -v" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-branch "Deleted branch [...]" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-add "remove '%s'" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-add "did not match any files" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+6 |
* | i18n: git-add "The following paths are ignored" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 2 | -13/+29 |
* | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: git-init "Initialized [...] repository" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is set | Jonathan Nieder | 2011-03-08 | 1 | -1/+7 |
* | i18n: add GETTEXT_POISON to simulate unfriendly translator | Ævar Arnfjörð Bjarmason | 2011-03-08 | 1 | -0/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2011-02-21 | 4 | -89/+12 |
|\ | |||||
| * | t/t7500-commit.sh: use test_cmp instead of test | Ævar Arnfjörð Bjarmason | 2011-02-21 | 1 | -1/+6 |
| * | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate | Ævar Arnfjörð Bjarmason | 2011-02-21 | 3 | -88/+6 |
* | | Merge branch 'tr/merge-unborn-clobber' | Junio C Hamano | 2011-02-09 | 1 | -0/+16 |
|\ \ | |||||
| * | | Exhibit merge bug that clobbers index&WT | Thomas Rast | 2010-08-25 | 1 | -0/+16 |
* | | | Merge branch 'tr/diff-words-test' | Junio C Hamano | 2011-02-09 | 40 | -231/+917 |
|\ \ \ | |||||
| * | | | t4034 (diff --word-diff): add a minimum Perl drier test vector | Junio C Hamano | 2011-01-18 | 4 | -0/+58 |
| * | | | t4034 (diff --word-diff): style suggestions | Jonathan Nieder | 2011-01-18 | 1 | -245/+205 |
| * | | | t4034: bulk verify builtin word regex sanity | Thomas Rast | 2011-01-18 | 37 | -0/+668 |
* | | | | Merge branch 'rr/fi-import-marks-if-exists' | Junio C Hamano | 2011-02-09 | 1 | -0/+55 |
|\ \ \ \ | |||||
| * | | | | fast-import: Introduce --import-marks-if-exists | Ramkumar Ramachandra | 2011-01-18 | 1 | -0/+55 |
| |/ / / | |||||
* | | | | Merge branch 'ae/better-template-failure-report' | Junio C Hamano | 2011-02-09 | 1 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | Improve error messages when temporary file creation fails | Arnout Engelen | 2010-12-21 | 1 | -0/+13 |
* | | | | | Merge branch 'jn/cherry-pick-strategy-option' | Junio C Hamano | 2011-02-09 | 1 | -0/+14 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | cherry-pick/revert: add support for -X/--strategy-option | Jonathan Nieder | 2010-12-28 | 1 | -0/+14 |
* | | | | | Merge branch 'maint-1.7.0' into maint | Junio C Hamano | 2011-02-09 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fast-import: introduce "feature notes" command | Jonathan Nieder | 2011-02-09 | 1 | -0/+1 |
* | | | | | | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 2011-02-07 | 3 | -0/+64 |
* | | | | | | t7407: fix line endings for mingw build | Pat Thoyts | 2011-02-07 | 1 | -0/+4 |
* | | | | | | t4120-apply-popt: help systems with core.filemode=false | Johannes Sixt | 2011-02-07 | 1 | -2/+7 |
* | | | | | | t3509: use unconstrained initial test to setup repository. | Pat Thoyts | 2011-02-07 | 1 | -2/+4 |
* | | | | | | Merge branch 'jl/fetch-submodule-recursive' into maint | Junio C Hamano | 2011-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t5526: Fix wrong argument order in "git config" | Jens Lehmann | 2011-01-31 | 1 | -1/+1 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-01-27 | 2 | -0/+45 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | tests: sanitize more git environment variables | Jeff King | 2011-01-27 | 1 | -0/+3 |
| * | | | | | | | Merge branch 'jn/fast-import-empty-tree-removal' into maint | Junio C Hamano | 2011-01-27 | 1 | -0/+42 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | fast-import: treat filemodify with empty tree as delete | Jonathan Nieder | 2011-01-27 | 1 | -0/+42 |
| * | | | | | | | | Merge branch 'tr/submodule-relative-scp-url' into maint | Junio C Hamano | 2011-01-19 | 1 | -0/+38 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'rj/maint-test-fixes' into maint | Junio C Hamano | 2011-01-19 | 4 | -23/+35 |
| |\ \ \ \ \ \ \ \ \ |