summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2009-09-13Merge branch 'pk/fast-import-tars'Junio C Hamano
2009-09-13Merge branch 'pk/fast-import-dirs'Junio C Hamano
2009-09-13Merge branch 'jt/pushinsteadof'Junio C Hamano
2009-09-10git-p4: Avoid modules deprecated in Python 2.6.Reilly Grant
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett
2009-09-03Add script for importing bits-and-pieces to Git.Peter Krefting
2009-09-03import-tars: Allow per-tar author and commit message.Peter Krefting
2009-08-24Merge branch 'ld/p4'Junio C Hamano
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-11Merge branch 'mk/grep-max-depth'Junio C Hamano
2009-08-10git-p4: stream from perforce to speed up clonesLuke Diamand
2009-08-06git.el: Clarify documentation of git-commit-treeDavid Kågedal
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-08-04hg-to-git: don't import the unused popen2 moduleMiklos Vajna
2009-07-24Show the presence of untracked files in the bash prompt.Daniel Trstenjak
2009-07-23grep: Add --max-depth option.Michał Kiedrowicz
2009-07-13bash: add '--merges' to common 'git log' optionsSZEDER Gábor
2009-07-06completion: __git_config_get_set_variables() handle values with spacesStephen Boyd
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger
2009-06-30completion: add missing config variablesStephen Boyd
2009-06-21Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano
2009-06-18Merge branch 'maint'Junio C Hamano
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini
2009-06-18import-tars: support symlinksJohannes Schindelin
2009-06-13Merge branch 'da/araxis-mergetool'Junio C Hamano
2009-06-09bash: add support for 'git stash pop --index' optionSZEDER Gábor
2009-06-04Show presence of stashed changes in bash prompt.Daniel Trstenjak
2009-05-31bash: remove always true if statement from __git_ps1()SZEDER Gábor
2009-05-27completion: fix PS1 display during an AM on detached HEADJunio C Hamano
2009-05-24mergetool--lib: add support for araxis mergeDavid Aguilar
2009-05-23post-receive-email: hooks.showrev: show how to include both web link and patchJim Meyering
2009-05-21Merge branch 'maint'Junio C Hamano
2009-05-21completion: use git rev-parse to detect bare reposGiuseppe Bilotta
2009-05-18Merge branch 'mh/show-branch-color'Junio C Hamano
2009-05-17Merge branch 'maint'Junio C Hamano
2009-05-17completion: add missing options to show-branch and showStephen Boyd
2009-05-17Merge branch 'maint'Junio C Hamano
2009-05-17completion: enhance "current branch" displayJunio C Hamano
2009-05-17completion: simplify "current branch" in __git_ps1()Junio C Hamano
2009-05-17completion: fix PS1 display during a merge on detached HEADJunio C Hamano
2009-05-13bash completion: complete variable names for "git config" with optionsStephen Boyd
2009-05-06completion: complete values for send-emailStephen Boyd
2009-05-06completion: complete values for log.dateStephen Boyd
2009-05-06completion: complete values for help.formatStephen Boyd
2009-05-06completion: add {gui,diff,merge}tool, man, and pager config variablesStephen Boyd
2009-05-06completion: add missing configuration variables to _git_config()Stephen Boyd
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-25bash completion: show-branch color supportMarkus Heidelberg