summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong2007-12-103-110/+218
* Update draft Release Notes for 1.5.4Junio C Hamano2007-12-101-6/+19
* Style fixes for pre-commit hook testsWincent Colaiuta2007-12-101-33/+57
* Interactive editor tests for commit-msg hookWincent Colaiuta2007-12-101-43/+175
* Re-fix ls-remoteJunio C Hamano2007-12-091-18/+21
* Cleanup variables in http.[ch]Mike Hommey2007-12-092-32/+14
* git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey2007-12-091-2/+3
* don't mention index refreshing side effect in git-status docsJeff King2007-12-091-7/+0
* Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy2007-12-091-1/+0
* Merge branch 'jc/spht'Junio C Hamano2007-12-0912-111/+641
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-0610-74/+233
| * core.whitespace: documentation updates.Junio C Hamano2007-11-243-17/+38
| * builtin-apply: teach whitespace_rulesJunio C Hamano2007-11-242-19/+182
| * builtin-apply: rename "whitespace" variables and fix stylesJunio C Hamano2007-11-231-57/+91
| * core.whitespace: add test for diff whitespace error highlightingJunio C Hamano2007-11-021-0/+76
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-023-2/+14
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-024-5/+70
* | Merge branch 'pr/mergetool'Junio C Hamano2007-12-091-4/+5
|\ \
| * | Open external merge tool with original file extensions for all three filesPini Reznik2007-12-051-4/+5
* | | Merge branch 'maint'Junio C Hamano2007-12-091-2/+8
|\ \ \
| * | | config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering2007-12-081-2/+8
* | | | Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-098-29/+26
* | | | Add tests for pre-commit and commit-msg hooksWincent Colaiuta2007-12-093-1/+153
* | | | Fix commit-msg hook to allow editingJunio C Hamano2007-12-092-4/+7
* | | | Documentation: fix --no-verify documentation for "git commit"Wincent Colaiuta2007-12-091-1/+1
* | | | Allow --no-verify to bypass commit-msg hookWincent Colaiuta2007-12-091-1/+2
* | | | ls-remote: resurrect pattern limit supportJunio C Hamano2007-12-091-6/+38
* | | | shortlog: code restructuring and clean-upJunio C Hamano2007-12-081-103/+62
* | | | mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano2007-12-081-3/+4
* | | | pack-objects: fix threaded load balancingNicolas Pitre2007-12-081-32/+85
* | | | pack-objects: reverse the delta search sort listNicolas Pitre2007-12-081-20/+21
* | | | pack-objects: fix delta cache size accountingNicolas Pitre2007-12-081-5/+5
* | | | git-status: documentation improvementsJeff King2007-12-081-12/+13
* | | | add status.relativePaths config variableJeff King2007-12-086-2/+52
* | | | wt-status.c:quote_path(): convert empty path to "./"Jeff King2007-12-081-0/+3
* | | | git-bisect visualize: work in non-windowed environments betterJunio C Hamano2007-12-082-3/+27
* | | | Teach "git add -i" to colorize whitespace errorsWincent Colaiuta2007-12-081-39/+34
* | | | Let git-help prefer man-pages installed with this version of gitSergei Organov2007-12-082-1/+26
* | | | Update draft release notes to 1.5.4Junio C Hamano2007-12-072-1/+17
* | | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-12-069-1057/+1248
|\ \ \ \
| * | | | Update Hungarian translation. 100% completed.Miklos Vajna2007-12-051-320/+362
| * | | | Update ja.po for git-guiしらいしななこ2007-12-051-189/+229
| * | | | git-gui: Improve the application icon on Windows.Johannes Sixt2007-12-021-0/+0
| * | | | git-gui: install-sh from automake does not like -m755Robert Schiele2007-12-021-6/+6
| * | | | git-gui: Reorder msgfmt command-line argumentsbrian m. carlson2007-12-021-1/+1
| * | | | Update German translation. 100% completed.Christian Stimming2007-11-261-141/+167
| * | | | Update git-gui.pot with latest (few) string additions and changes.Christian Stimming2007-11-261-183/+221
| * | | | git-gui: update it.po and glossary/it.poMichele Ballabio2007-11-222-216/+261
| * | | | git-gui: fix a typo in lib/commit.tclMichele Ballabio2007-11-221-1/+1
* | | | | Merge branch 'mw/cvsserver'Junio C Hamano2007-12-061-7/+26
|\ \ \ \ \