summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110Junio C Hamano2011-04-132-8/+8
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Junio C Hamano2011-04-136-17/+15
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano2011-04-133-13/+13
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507Junio C Hamano2011-04-133-6/+6
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200Junio C Hamano2011-04-134-19/+21
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in lib-httpd and t2019Junio C Hamano2011-04-132-9/+8
| * | | | | | | | | | | | | | | | | i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano2011-04-132-5/+23
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp in t1200 and t2200Junio C Hamano2011-04-132-4/+4
| * | | | | | | | | | | | | | | | | i18n: .git file is not a human readable message (t5601)Junio C Hamano2011-04-131-1/+1
| * | | | | | | | | | | | | | | | | i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano2011-04-122-57/+44
| * | | | | | | | | | | | | | | | | i18n: mark init-db messages for translationÆvar Arnfjörð Bjarmason2011-04-121-2/+5
| * | | | | | | | | | | | | | | | | i18n: mark checkout plural warning for translationÆvar Arnfjörð Bjarmason2011-04-121-3/+12
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'nm/submodule-update-force'Junio C Hamano2011-05-021-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin2011-04-041-0/+23
* | | | | | | | | | | | | | | | | | Merge branch 'jh/notes-add-ui'Junio C Hamano2011-05-021-2/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Make "git notes add" more user-friendly when there are existing notesJohan Herland2011-03-301-2/+27
* | | | | | | | | | | | | | | | | | | Merge branch 'mz/maint-rename-unmerged'Junio C Hamano2011-05-021-0/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | diffcore-rename: don't consider unmerged path as sourceMartin von Zweigbergk2011-03-231-0/+62
* | | | | | | | | | | | | | | | | | | | t/test-lib.sh: minor readability improvementsMathias Lafeldt2011-04-291-7/+9
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-irreversible-delete'Junio C Hamano2011-04-281-1/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | git diff -D: omit the preimage of deletesJunio C Hamano2011-04-021-1/+42
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/rename-degrade-cc-to-c'Junio C Hamano2011-04-281-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano2011-03-221-0/+25
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'mz/rebase'Junio C Hamano2011-04-284-9/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk2011-02-101-9/+18
| * | | | | | | | | | | | | | | | | | | | | | rebase -m: remember allow_rerere_autoupdate optionMartin von Zweigbergk2011-02-101-0/+21
| * | | | | | | | | | | | | | | | | | | | | | rebase: remember strategy and strategy optionsMartin von Zweigbergk2011-02-101-0/+29
| * | | | | | | | | | | | | | | | | | | | | | rebase: stricter check of standalone sub commandMartin von Zweigbergk2011-02-103-0/+20
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'en/merge-recursive'Junio C Hamano2011-04-281-0/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | merge-recursive: When we detect we can skip an update, actually skip itElijah Newren2011-03-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | t6022: New test checking for unnecessary updates of files in D/F conflictsElijah Newren2011-03-021-0/+33
| * | | | | | | | | | | | | | | | | | | | | | | t6022: New test checking for unnecessary updates of renamed+modified filesElijah Newren2011-03-021-0/+30
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jh/dirstat'Junio C Hamano2011-04-286-7/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland2011-04-112-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | --dirstat-by-file: Make it faster and more correctJohan Herland2011-04-112-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | --dirstat: Describe non-obvious differences relative to --stat or regular diffJohan Herland2011-04-115-7/+36
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mg/x-years-12-months'Junio C Hamano2011-04-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | date: avoid "X years, 12 months" in relative datesMichael J Gruber2011-04-201-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | config: support values longer than 1023 bytesErik Faye-Lund2011-04-111-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'dm/stash-k-i-p'Junio C Hamano2011-04-272-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | stash: ensure --no-keep-index and --patch can be used in any orderDan McGee2011-04-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | stash: add two more tests for --no-keep-indexDan McGee2011-04-072-0/+20
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-stash-oob'Junio C Hamano2011-04-271-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | stash: fix false positive in the invalid ref test.Jon Seymour2011-04-051-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | stash: fix accidental apply of non-existent stashesJeff King2011-04-051-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/stash-loosen-safety'Junio C Hamano2011-04-271-4/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | stash: drop dirty worktree check on applyJeff King2011-04-061-4/+16
| | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/git-svn-automkdirs'Junio C Hamano2011-04-271-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | git-svn: add an option to skip the creation of empty directoriesMichael Haggerty2011-04-011-0/+17