summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey
2008-01-16Document lockfile APIJunio C Hamano
2008-01-16Be more careful about updating refsLinus Torvalds
2008-01-16Correct spelling in diff.c commentBill Lear
2008-01-16Documentation: fix and clarify grammar in git-merge docs.Dave Peticolas
2008-01-16Make 'git fsck' complain about non-commit branchesLinus Torvalds
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds
2008-01-16treat any file with NUL as binaryDmitry Potapov
2008-01-16git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg
2008-01-16hg-to-git: improve popen callsMark Drago
2008-01-16ls-remote: add -t and -h options.Miklos Vajna
2008-01-15Squelch bogus progress output from git-rebase--interactiveJunio C Hamano
2008-01-15Add using merge subtree How-ToMiklos Vajna
2008-01-15Fix git-rerere documentationJunio C Hamano
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano
2008-01-14Make default pre-commit hook less noisyJean-Luc Herren
2008-01-14cvsimport: remove last use of repo-config from git standard toolsDan McGee
2008-01-14Remove usage of git- (dash) commands from email hookDan McGee
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano
2008-01-13Fix performance regression for partial commitsLinus Torvalds
2008-01-12git-clean: fix off-by-one memory access when given no argumentsJeff King
2008-01-12git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong
2008-01-12GIT 1.5.4-rc3v1.5.4-rc3Junio C Hamano
2008-01-12RPM spec: include gitk message files.Junio C Hamano
2008-01-12git-relink.txt: describe more clearly how hard linking occursBrandon Casey
2008-01-12Document some default values in config.txtMichele Ballabio
2008-01-11Merge ../gitkJunio C Hamano
2008-01-11gitk: Update German translation.Christian Stimming
2008-01-11gitk: Fix typo in user message.Christian Stimming
2008-01-11gitk: Fix the Makefile to cope with systems lacking msgfmtCharles Bailey
2008-01-11pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano
2008-01-10bundle, fast-import: detect write failureJim Meyering
2008-01-09Trim leading / off of paths in git-svn prop_walkKevin Ballard
2008-01-09shortlog: mention the "-e" option in the usageJohannes Schindelin
2008-01-09Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt
2008-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-01-09[PATCH] gitk: use user-configured background in view definition dialogGerrit Pape
2008-01-09[PATCH] gitk: Update German translationChristian Stimming
2008-01-09[PATCH] gitk: Update and fix MakefileChristian Stimming
2008-01-09git.el: Make status refresh faster.Alexandre Julliard
2008-01-09git.el: Refresh files from their real state upon commit.Alexandre Julliard
2008-01-09git.el: Make sure we never insert the same file twice.Alexandre Julliard
2008-01-09"git-apply --check" should not report "fixed"Junio C Hamano
2008-01-08Merge in GIT 1.5.3.8Junio C Hamano
2008-01-08GIT 1.5.3.8v1.5.3.8Junio C Hamano
2008-01-08Documentation: config: add 'help.*' and 'instaweb.*' variables.Christian Couder
2008-01-08Allow git-mergetool to handle paths with a leading spaceRogan Dawes
2008-01-08git-svn: clarify the "Ignoring error from SVN" pieceEric Wong
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Eric Wong