summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-15merge-recursive: do not rudely die on binary mergeJunio C Hamano
2007-08-14Add --log-size to git log to print message sizeMarco Costalba
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano
2007-08-14Improved hint on how to set identitySteffen Prohaska
2007-08-14Add a test for git-commit being confused by relative GIT_DIRDavid Kastrup
2007-08-14git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup
2007-08-14Allow git-svnimport to take "" as the trunk directory.Alberto Bertogli
2007-08-13Fix t5701-clone-local for white space from wcBrian Gernhardt
2007-08-13git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn
2007-08-13diff: don't run pager if user asked for a diff style exit codeRené Scharfe
2007-08-13builtin-bundle create - use lock_fileJunio C Hamano
2007-08-13t3902 - skip test if file system doesn't support HT in namesMark Levedahl
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-13t3404: fix "fake-editor"Junio C Hamano
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard
2007-08-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-08-13gitk: Fix bug causing Tcl error when updating graphPaul Mackerras
2007-08-13gitk: Fix bug introduced in commit 67a4f1a7Paul Mackerras
2007-08-12[PATCH] gitk: Show an error and exit if no .git could be foundAlex Riesen
2007-08-12[PATCH] gitk: Continue and show error message in new reposAlex Riesen
2007-08-12[PATCH] gitk: Handle MouseWheel events on WindowsMark Levedahl
2007-08-12[PATCH] gitk: Enable selected patch text on WindowsMark Levedahl
2007-08-12gitk: Fix bug causing the "can't unset idinlist(...)" errorPaul Mackerras
2007-08-11Documentation/Makefile: remove cmd-list.made before redirecting to it.David Kastrup
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-11INSTALL: explain info installation and dependencies.David Kastrup
2007-08-11Add support for an info version of the user manualDavid Kastrup
2007-08-11Merge branch 'jc/clone'Junio C Hamano
2007-08-11Optimize the three-way merge of git-read-treeLinus Torvalds
2007-08-11Fix filehandle leak in "git branch -D"Alex Riesen
2007-08-11builtin-bundle - use buffered reads for bundle headerMark Levedahl
2007-08-11builtin-bundle.c - use stream buffered input for rev-listMark Levedahl
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-08-10Optimize the two-way merge of git-read-tree tooLinus Torvalds
2007-08-10Optimize the common cases of git-read-treeLinus Torvalds
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds
2007-08-10Merge branch 'lt/readtree'Junio C Hamano
2007-08-10Fix "git commit directory/" performance anomalyLinus Torvalds
2007-08-10Optimize "diff --cached" performance.Junio C Hamano
2007-08-10Revert "tweak manpage formatting"Junio C Hamano
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-10tweak manpage formattingJunio C Hamano
2007-08-10Fix an illustration in git-rev-parse.txtJunio C Hamano
2007-08-10send-email: get all the quoting of realnames rightUwe Kleine-König
2007-08-10send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König
2007-08-10Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce
2007-08-10Teach the update-paranoid to look at file differencesShawn O. Pearce