summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* completion: zsh: don't override suffix on _detaultFelipe Contreras2013-05-031-1/+1
* Merge branch 'fc/zsh-completion' into maintJunio C Hamano2013-04-291-8/+126
|\
| * complete: zsh: use zsh completion for the main cmdFelipe Contreras2013-04-291-1/+119
| * complete: zsh: trivial simplificationFelipe Contreras2013-04-291-8/+8
* | git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra2013-04-291-0/+4
* | git-completion.bash: add diff.submodule to config listRamkumar Ramachandra2013-04-291-0/+5
* | git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra2013-04-291-1/+1
|/
* Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano2013-04-261-1/+1
|\
| * prompt: fix untracked files for zshFelipe Contreras2013-04-211-1/+1
* | test-hg-hg-git.sh: do not use export X=YTorsten Bögershausen2013-04-261-4/+6
* | test-hg-bidi.sh: do not use export X=YTorsten Bögershausen2013-04-261-5/+6
* | completion: remove duplicate block for "git commit -c"Mårten Kongstad2013-04-241-7/+0
* | Merge branch 'rr/prompt-revert-head' into maintJunio C Hamano2013-04-221-0/+2
|\ \ | |/ |/|
| * bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg2013-03-311-0/+2
* | remote-hg: fix commit messagesFelipe Contreras2013-04-171-1/+2
* | contrib/subtree: fix spelling of accidentallyStefano Lattarini2013-04-121-1/+1
* | git-remote-mediawiki: spelling fixesStefano Lattarini2013-04-124-14/+14
* | Sync with 1.8.1.6Junio C Hamano2013-04-071-1/+1
|\ \
| * | remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen2013-04-071-1/+1
| * | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests' into...Junio C Hamano2013-02-071-1/+10
| |\ \
| * \ \ Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash' into maintJunio C Hamano2013-02-041-1/+1
| |\ \ \
| * \ \ \ Merge branch 'ds/completion-silence-in-tree-path-probe' into maintJunio C Hamano2013-01-281-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/maint-trim-vim-contrib' into maintJunio C Hamano2013-01-281-13/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mk/complete-tcsh' into maintJunio C Hamano2013-01-281-12/+21
| |\ \ \ \ \ \
* | | | | | | | git-remote-mediawiki: new wiki URL in documentationMatthieu Moy2013-04-041-1/+1
* | | | | | | | Merge branch 'da/downcase-u-in-usage' into maintJunio C Hamano2013-04-0110-62/+62
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | contrib/mw-to-git/t/install-wiki.sh: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
| * | | | | | | contrib/examples/git-remote.perl: use a lowercase "usage:" stringDavid Aguilar2013-02-241-4/+4
| * | | | | | | contrib/hooks/setgitperms.perl: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
| * | | | | | | contrib/examples: use a lowercase "usage:" stringDavid Aguilar2013-02-242-2/+2
| * | | | | | | contrib/fast-import/import-zips.py: use spaces instead of tabsDavid Aguilar2013-02-241-49/+49
| * | | | | | | contrib/fast-import/import-zips.py: fix broken error messageDavid Aguilar2013-02-241-2/+2
| * | | | | | | contrib/fast-import: use a lowercase "usage:" stringDavid Aguilar2013-02-243-3/+3
| * | | | | | | contrib/credential: use a lowercase "usage:" stringDavid Aguilar2013-02-243-3/+3
* | | | | | | | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-111-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | git-completion.bash: zsh does not implement function redirection correctlyMatthieu Moy2013-03-111-5/+11
* | | | | | | | | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-071-0/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy2013-03-051-0/+9
* | | | | | | | | wincred: improve compatibility with windows versionsKarsten Blees2013-02-261-129/+70
* | | | | | | | | wincred: accept CRLF on stdin to simplify console usageKarsten Blees2013-02-261-2/+5
| |/ / / / / / / |/| | | | | | |
* | | | | | | | shell-prompt: clean up nested if-thenMartin Erik Werner2013-02-181-14/+13
* | | | | | | | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-171-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-161-0/+11
| * | | | | | | | config: Introduce diff.algorithm variableMichal Privoznik2013-01-161-0/+1
| * | | | | | | | git-completion.bash: Autocomplete --minimal and --histogram for git-diffMichal Privoznik2013-01-141-1/+1
* | | | | | | | | Merge branch 'mw/bash-prompt-show-untracked-config'Junio C Hamano2013-02-171-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner2013-02-131-3/+8
* | | | | | | | | | Merge branch 'mm/config-local-completion'Junio C Hamano2013-02-141-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | completion: support 'git config --local'Matthieu Moy2013-02-121-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'mm/remote-mediawiki-build'Junio C Hamano2013-02-143-40/+11
|\ \ \ \ \ \ \ \ \ \