summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-253-17/+38
| * builtin-apply: teach whitespace_rulesJunio C Hamano2007-11-252-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-031-0/+76
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-033-2/+14
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-034-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-061-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-079-1057/+1248
|\ \ \ \
| * | | | Update Hungarian translation. 100% completed.Miklos Vajna2007-12-061-320/+362
| * | | | Update ja.po for git-guiしらいしななこ2007-12-061-189/+229
| * | | | git-gui: Improve the application icon on Windows.Johannes Sixt2007-12-031-0/+0
| * | | | git-gui: install-sh from automake does not like -m755Robert Schiele2007-12-031-6/+6
| * | | | git-gui: Reorder msgfmt command-line argumentsbrian m. carlson2007-12-031-1/+1
| * | | | Update German translation. 100% completed.Christian Stimming2007-11-271-141/+167
| * | | | Update git-gui.pot with latest (few) string additions and changes.Christian Stimming2007-11-271-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-071-7/+26
|\ \ \ \ \
| * | | | | git-cvsserver runs hooks/post-updateJunio C Hamano2007-12-051-0/+6
| * | | | | git-cvsserver runs hooks/post-receiveMichael Witten2007-12-051-7/+20
* | | | | | Merge branch 'kh/fetch-optparse'Junio C Hamano2007-12-071-77/+46
|\ \ \ \ \ \
| * | | | | | Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg2007-12-051-77/+46
| |/ / / / /
* | | | | | Merge branch 'jc/git-log-doc'Junio C Hamano2007-12-074-161/+168
|\ \ \ \ \ \
| * | | | | | Include diff options in the git-log manpageMiklos Vajna2007-12-054-161/+168
| |/ / / / /
* | | | | | Merge branch 'jc/addi-color'Junio C Hamano2007-12-0710-27/+218
|\ \ \ \ \ \
| * | | | | | config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano2007-12-061-2/+16