summaryrefslogtreecommitdiffstats
path: root/quote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-08-20Add hooks to tools/git-applypatch.Junio C Hamano3-18/+97
2005-08-20Add commit hook and make the verification customizable.Junio C Hamano4-52/+105
2005-08-20[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano1-2/+2
2005-08-19[PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov1-0/+2
2005-08-19[PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba1-1/+1
2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras1-29/+64
2005-08-19Added re-read refs command, and display all refs.Paul Mackerras1-6/+93
2005-08-19Fix __attribute__ changes.Junio C Hamano1-2/+1
2005-08-19[PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy1-1/+1
2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras1-0/+2
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras1-8/+4
2005-08-19Also make git-rebase-script stricter about dirty working tree.Junio C Hamano1-1/+3
2005-08-19[PATCH] git-applymbox: verify that index is cleanLinus Torvalds1-0/+8
2005-08-19Link the glossary document from the main manual.Junio C Hamano1-6/+1
2005-08-18Stupid typo fix for git rebase.Junio C Hamano1-1/+1
2005-08-18[PATCH] Updates to glossaryJohannes Schindelin1-6/+22
2005-08-18[PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony1-2/+113
2005-08-18[PATCH] Add Makefile target glossary.htmlJohannes Schindelin2-1/+76
2005-08-18Use the --parents flag to git-rev-list.Paul Mackerras1-69/+32
2005-08-18[PATCH] Assorted changes to glossaryJohannes Schindelin1-43/+61
2005-08-18Allow graph lines to jump through hyperspace.Paul Mackerras1-166/+413
2005-08-18Make rebase script saner.Junio C Hamano1-7/+10
2005-08-18Make sure alternates are carried over from the original repository.Junio C Hamano1-1/+5
2005-08-18Fix git-commit without paths.Junio C Hamano1-2/+4
2005-08-17[PATCH] Make git-update-cache take relative pathnamesLinus Torvalds1-0/+2
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2-1/+2
2005-08-17[PATCH] git-cvsimport - remove hardcoded reference to originMartin Langhoff1-1/+1
2005-08-17[PATCH] Add merge detection to git-cvsimportMartin Langhoff2-5/+55