summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-15path-list.c: always free strdup'ed pathsLibravatar René Scharfe2-7/+9
2007-08-15git-svn: fix log with single revision against a non-HEAD branchLibravatar Eric Wong2-9/+63
2007-08-15GIT 1.5.3-rc5Libravatar Junio C Hamano1-19/+62
2007-08-14attr.c: read .gitattributes from index as well.Libravatar Junio C Hamano3-11/+150
2007-08-14attr.c: refactoringLibravatar Junio C Hamano1-26/+41
2007-08-14Add read_cache to builtin-check-attrLibravatar Brian Downing1-0/+5
2007-08-14diff: squelch empty diffs even moreLibravatar René Scharfe3-3/+9
2007-08-14Use xmkstemp() instead of mkstemp()Libravatar Luiz Fernando N. Capitulino6-17/+7
2007-08-14Introduces xmkstemp()Libravatar Luiz Fernando N. Capitulino1-0/+10
2007-08-14Avoid ambiguous error message if pack.idx header is wrongLibravatar Luiz Fernando N. Capitulino1-2/+2
2007-08-14merge-recursive: do not rudely die on binary mergeLibravatar Junio C Hamano2-23/+95
2007-08-15[PATCH] gitk: Make the date/time display configurableLibravatar Arjen Laarhoven1-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewLibravatar Steffen Prohaska1-2/+32
2007-08-15gitk: Fix warning when removing a branchLibravatar Paul Mackerras1-2/+2
2007-08-14Add --log-size to git log to print message sizeLibravatar Marco Costalba4-0/+15
2007-08-14git-diff: squelch "empty" diffsLibravatar Junio C Hamano3-0/+61
2007-08-13Improved hint on how to set identityLibravatar Steffen Prohaska1-4/+4
2007-08-13Add a test for git-commit being confused by relative GIT_DIRLibravatar David Kastrup1-0/+55
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteLibravatar David Kastrup3-15/+12
2007-08-13Allow git-svnimport to take "" as the trunk directory.Libravatar Alberto Bertogli1-1/+1
2007-08-13Fix t5701-clone-local for white space from wcLibravatar Brian Gernhardt1-2/+2
2007-08-13git-p4: Fix the sorting of changelists when cloning a Perforce repository.Libravatar Reece H. Dunn1-1/+1
2007-08-13diff: don't run pager if user asked for a diff style exit codeLibravatar René Scharfe2-1/+7
2007-08-13builtin-bundle create - use lock_fileLibravatar Junio C Hamano1-8/+10
2007-08-13t3902 - skip test if file system doesn't support HT in namesLibravatar Mark Levedahl1-0/+6
2007-08-13git-add: Add support for --refresh option.Libravatar Alexandre Julliard5-5/+51
2007-08-13t3404: fix "fake-editor"Libravatar Junio C Hamano1-17/+19
2007-08-13git.el: Always set the current directory in the git-diff buffer.Libravatar Alexandre Julliard1-4/+6
2007-08-13git.el: Add support for interactive diffs.Libravatar Alexandre Julliard1-1/+7
2007-08-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-31/+97
2007-08-13gitk: Fix bug causing Tcl error when updating graphLibravatar Paul Mackerras1-13/+11
2007-08-13gitk: Fix bug introduced in commit 67a4f1a7Libravatar Paul Mackerras1-10/+14
2007-08-12[PATCH] gitk: Show an error and exit if no .git could be foundLibravatar Alex Riesen1-1/+4
2007-08-12[PATCH] gitk: Continue and show error message in new reposLibravatar Alex Riesen1-1/+1
2007-08-12[PATCH] gitk: Handle MouseWheel events on WindowsLibravatar Mark Levedahl1-2/+25
2007-08-12[PATCH] gitk: Enable selected patch text on WindowsLibravatar Mark Levedahl1-2/+5
2007-08-12gitk: Fix bug causing the "can't unset idinlist(...)" errorLibravatar Paul Mackerras1-3/+2
2007-08-10Documentation/Makefile: remove cmd-list.made before redirecting to it.Libravatar David Kastrup1-0/+1
2007-08-10Merge branch 'cr/tag'Libravatar Junio C Hamano16-17/+720
2007-08-10INSTALL: explain info installation and dependencies.Libravatar David Kastrup1-5/+9
2007-08-10Add support for an info version of the user manualLibravatar David Kastrup3-1/+44
2007-08-10Merge branch 'jc/clone'Libravatar Junio C Hamano7-45/+86
2007-08-10Optimize the three-way merge of git-read-treeLibravatar Linus Torvalds1-2/+5
2007-08-10Fix filehandle leak in "git branch -D"Libravatar Alex Riesen1-0/+1
2007-08-10builtin-bundle - use buffered reads for bundle headerLibravatar Mark Levedahl1-24/+13
2007-08-10builtin-bundle.c - use stream buffered input for rev-listLibravatar Mark Levedahl1-2/+5
2007-08-10allow git-bundle to create bottomless bundleLibravatar Junio C Hamano1-0/+33
2007-08-10allow git-bundle to create bottomless bundleLibravatar Junio C Hamano2-1/+17
2007-08-10Optimize the two-way merge of git-read-tree tooLibravatar Linus Torvalds1-3/+4
2007-08-10Optimize the common cases of git-read-treeLibravatar Linus Torvalds1-3/+3