summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-021-1/+18
* | | | | | | | | send-email: do not reverse the command line argumentsJunio C Hamano2008-11-301-0/+13
|/ / / / / / / /
* | | | | | | | Merge branch 'ta/quiet-pull'Junio C Hamano2008-11-271-0/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-0/+60
* | | | | | | | | Merge branch 'ph/send-email'Junio C Hamano2008-11-271-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git send-email: interpret unknown files as revision listsPierre Habouzit2008-11-111-0/+8
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-271-0/+8
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'mv/fast-export' into maintJunio C Hamano2008-11-271-0/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fast-export: use an unsorted string list for extra_refsJohannes Schindelin2008-11-231-1/+1
| | * | | | | | | | | Add new testcase to show fast-export does not always exports all tagsMiklos Vajna2008-11-231-0/+8
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-261-0/+21
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2008-11-261-0/+21
| |/ / / / / / / / /
* | | | | | | | | | t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible wi...Marcel Koeppen2008-11-261-1/+1
* | | | | | | | | | Fix t4030-diff-textconv.shAlex Riesen2008-11-231-1/+1
* | | | | | | | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-161-3/+15
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-141-3/+15
* | | | | | | | | | Merge branch 'jk/commit-v-strip'Junio C Hamano2008-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | status: show "-v" diff even for initial commitJeff King2008-11-121-1/+1
| * | | | | | | | | Merge branch 'jk/maint-commit-v-strip' into jk/commit-v-stripJunio C Hamano2008-11-121-0/+73
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2008-11-132-0/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-svn: proper detection of bare repositoriesDeskin Miller2008-11-061-0/+9
| * | | | | | | | | git-svn: respect i18n.commitencoding configEric Wong2008-11-061-0/+80
* | | | | | | | | | Merge branch 'jk/maint-commit-v-strip'Junio C Hamano2008-11-121-0/+73
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | commit: Fix stripping of patch in verbose mode.Jeff King2008-11-121-0/+73
* | | | | | | | | | Merge branch 'np/pack-safer'Junio C Hamano2008-11-122-8/+91
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5303: fix printf format string for portabilityJunio C Hamano2008-11-091-1/+1
| * | | | | | | | | | t5303: work around printf breakage in dashJunio C Hamano2008-11-091-1/+1
| * | | | | | | | | | extend test coverage for latest pack corruption resilience improvementsNicolas Pitre2008-11-021-7/+89
| * | | | | | | | | | close another possibility for propagating pack corruptionNicolas Pitre2008-11-021-1/+2
* | | | | | | | | | | Merge branch 'mk/maint-cg-push'Junio C Hamano2008-11-121-0/+50
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-111-0/+50
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-121-0/+73
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey2008-11-121-0/+16
| * | | | | | | | | pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-121-1/+1
| * | | | | | | | | t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey2008-11-121-0/+19
| * | | | | | | | | repack: don't repack local objects in packs with .keep fileBrandon Casey2008-11-121-1/+1
| * | | | | | | | | t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey2008-11-121-0/+38
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mv/remote-rename'Junio C Hamano2008-11-121-0/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-111-0/+33
| * | | | | | | | | Implement git remote renameMiklos Vajna2008-11-051-0/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/deny-push-to-current'Junio C Hamano2008-11-121-29/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack: detect push to current branch of non-bare repoJeff King2008-11-091-0/+37
| * | | | | | | | | t5516: refactor oddball testsJeff King2008-11-091-29/+21
* | | | | | | | | | Merge branch 'jk/diff-convfilter'Junio C Hamano2008-11-122-5/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | enable textconv for diff in verbose status/commitJeff King2008-10-261-0/+8
| * | | | | | | | | | wt-status: load diff ui configJeff King2008-10-261-0/+8
| * | | | | | | | | | only textconv regular filesJeff King2008-10-261-1/+1
| * | | | | | | | | | userdiff: require explicitly allowing textconvJeff King2008-10-261-1/+1
| * | | | | | | | | | refactor userdiff textconv codeJeff King2008-10-261-3/+3
* | | | | | | | | | | Merge branch 'jk/diff-convfilter-test-fix'Junio C Hamano2008-11-125-6/+124
|\ \ \ \ \ \ \ \ \ \ \