summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano17-190/+1080
2008-11-01Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano1-1/+1
2008-11-01git-gui: Update German translation.Libravatar Christian Stimming1-46/+233
2008-11-01git-gui: Do not munge conflict marker lines in a normal diffLibravatar Johannes Sixt1-1/+0
2008-11-01git-gui: Add a simple implementation of SSH_ASKPASS.Libravatar Alexander Gavrilov3-0/+73
2008-11-01git-gui: Add a dialog that shows the OpenSSH public key.Libravatar Alexander Gavrilov2-0/+130
2008-10-31update-ref --no-deref -d: handle the case when the pointed ref is packedLibravatar Miklos Vajna2-1/+12
2008-10-31Avoid using non-portable `echo -n` in tests.Libravatar Brian Gernhardt5-7/+7
2008-10-31Merge branch 'maint'Libravatar Junio C Hamano8-27/+99
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeLibravatar Deskin Miller1-1/+1
2008-10-31Documentation: clarify information about 'ident' attributeLibravatar Jan Krüger1-2/+2
2008-10-31bash completion: add doubledash to "git show"Libravatar Markus Heidelberg1-0/+2
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileLibravatar Alex Riesen1-1/+1
2008-10-31Add --verbose|-v to test-chmtimeLibravatar Alex Riesen1-21/+70
2008-10-30asciidoc: add minor workaround to add an empty line after code blocksLibravatar Jonas Fonseca1-0/+20
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathLibravatar Junio C Hamano11-15/+60
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Libravatar Alex Riesen9-12/+12
2008-10-30git_pathdup: returns xstrdup-ed copy of the formatted pathLibravatar Alex Riesen2-4/+22
2008-10-30Fix potentially dangerous use of git_path in ref.cLibravatar Alex Riesen1-3/+5
2008-10-30Add git_snpath: a .git path formatting routine with output bufferLibravatar Alex Riesen2-0/+25
2008-10-30Plug a memleak in builtin-revertLibravatar Alex Riesen1-1/+2
2008-10-30git branch -m: forbid renaming of a symrefLibravatar Miklos Vajna2-20/+17
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactLibravatar Junio C Hamano1-7/+13
2008-10-28Add file delete/create info when we overflow rename_limitLibravatar Linus Torvalds1-1/+1
2008-10-28Install git-cvsserver in $(bindir)Libravatar Nanako Shiraishi1-1/+1
2008-10-28Install git-shell in bindir, tooLibravatar Tommi Virtanen1-1/+1
2008-10-27gitk: Make the background color of marked lines configurableLibravatar Paul Mackerras1-4/+12
2008-10-27gitk: Add a menu item to show where a given line comes fromLibravatar Paul Mackerras1-7/+153
2008-10-27gitk: Fix some off-by-one errors in computing which line to blameLibravatar Paul Mackerras1-27/+33
2008-10-26Fix potentially dangerous uses of mkpath and git_pathLibravatar Alex Riesen1-2/+4
2008-10-26Merge branch 'ar/maint-mksnpath' into HEADLibravatar Junio C Hamano4-4/+24
2008-10-26Fix potentially dangerous uses of mkpath and git_pathLibravatar Alex Riesen1-2/+2
2008-10-26Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cLibravatar Alex Riesen1-2/+4
2008-10-26Add mksnpath which allows you to specify the output bufferLibravatar Alex Riesen2-0/+18
2008-10-26Merge branch 'maint'Libravatar Junio C Hamano5-5/+31
2008-10-26add -p: warn if only binary changes presentLibravatar Thomas Rast1-2/+7
2008-10-26git-archive: work in bare reposLibravatar Charles Bailey3-2/+23
2008-10-26Fix git update-ref --no-deref -d.Libravatar Miklos Vajna2-3/+12
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existLibravatar Miklos Vajna1-1/+1
2008-10-26Fix git branch -m for symrefs.Libravatar Miklos Vajna10-31/+55
2008-10-26enable textconv for diff in verbose status/commitLibravatar Jeff King2-0/+9
2008-10-26add userdiff textconv testsLibravatar Jeff King1-0/+118
2008-10-26wt-status: load diff ui configLibravatar Jeff King2-1/+17
2008-10-26only textconv regular filesLibravatar Jeff King2-1/+3
2008-10-26userdiff: require explicitly allowing textconvLibravatar Jeff King7-27/+17
2008-10-26refactor userdiff textconv codeLibravatar Jeff King2-16/+38
2008-10-26document the diff driver textconv featureLibravatar Jeff King1-13/+53
2008-10-26diff: add missing static declarationLibravatar Jeff King1-1/+1
2008-10-26receive-pack: fix "borrowing from alternate object store" implementationLibravatar Junio C Hamano1-2/+7
2008-10-26gitk: Allow starting gui blame for a specific lineLibravatar Alexander Gavrilov1-2/+146