summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-01-06add git-check-ignore sub-commandAdam Spiers
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond
2012-08-22contrib/ciabot: Get ciabot configuration from git variablesEric S. Raymond
2012-08-06Merge branch 'lm/git-blame-el' into maintJunio C Hamano
2012-08-06Merge branch 'rs/git-blame-mapcar-mapc' into maintJunio C Hamano
2012-06-14git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell
2012-06-14git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell
2012-06-14git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld
2012-06-13Merge branch 'fc/git-complete-helper-fix'Junio C Hamano
2012-06-13completion: remove credential helpers from porcelain commandsSZEDER Gábor
2012-06-13completion: put main git and gitk completion functions back into git namespaceSZEDER Gábor
2012-06-10git-blame.el: use mapc instead of mapcarRüdiger Sonderfeld
2012-06-07Merge branch 'cr/persistent-https'Junio C Hamano
2012-05-30Add persistent-https to contribColby Ranger
2012-05-25Merge branch 'fc/git-complete-helper-fix'Junio C Hamano
2012-05-25Sync with maintJunio C Hamano
2012-05-24osxkeychain: pull make config from top-level directoryJeff King
2012-05-20completion: add support for backwards compatibilityFelipe Contreras
2012-05-20completion: rename internal helpers _git and _gitkFelipe Contreras
2012-05-17Merge branch 'fc/git-complete-helper'Junio C Hamano
2012-05-14Merge branch 'fc/simplify-complete-revlist-file'Junio C Hamano
2012-05-14completion: add new __git_complete helperFelipe Contreras
2012-05-07completion: simplify __git_complete_revlist_fileFelipe Contreras
2012-05-02Merge branch 'pw/message-cleanup'Junio C Hamano
2012-05-02Merge branch 'jc/rerere-train'Junio C Hamano
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-04-30contrib/rerere-train: use installed git-sh-setupJunio C Hamano
2012-04-24Merge branch 'fc/completion-tests'Junio C Hamano
2012-04-23Merge branch 'pw/git-p4'Junio C Hamano
2012-04-22completion: fix completion after 'git --option <TAB>'SZEDER Gábor
2012-04-22completion: avoid trailing space for --exec-pathJonathan Nieder
2012-04-22completion: add missing general optionsFelipe Contreras
2012-04-22completion: simplify by using $prevFelipe Contreras
2012-04-22completion: simplify __gitcomp_1Felipe Contreras
2012-04-10Fix git-subtree install instructionsDavid A. Greene
2012-04-10Use git-subtree test MakefileDavid A. Greene
2012-04-10Add subtree test MakefileDavid A. Greene
2012-04-10Install git-subtree from contribDavid A. Greene
2012-04-10Use configure settings for git-subtreeDavid A. Greene
2012-04-10Use project config filesDavid A. Greene
2012-04-10Remove unnecessary git-subtree filesDavid A. Greene
2012-04-10Set TEST_DIRECTORYDavid A. Greene
2012-04-10Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346'David A. Greene
2012-04-09git-p4: move to toplevelPete Wyckoff
2012-03-28correct spelling: an URL -> a URLJim Meyering
2012-03-23Merge branch 'am/completion-zsh-fix'Junio C Hamano
2012-03-21contrib/completion: "local var=()" is misinterpreted as func-decl by zshAlex Merry
2012-03-16Merge branch 'th/git-diffall'Junio C Hamano
2012-03-14contrib/diffall: fix cleanup trap on WindowsTim Henigan