aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
...
| * | | | | | | | contacts: fix to work in subdirectoriesEric Sunshine2013-09-17
* | | | | | | | | Merge branch 'maint'Jonathan Nieder2013-09-24
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | git-remote-mediawiki: bugfix for pages w/ >500 revisionsBenoit Person2013-09-24
* | | | | | | | Merge branch 'fc/contrib-bzr-hg-fixes'Junio C Hamano2013-09-18
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | contrib/remote-helpers: quote variable references in redirection targetsJunio C Hamano2013-09-03
| * | | | | | | contrib/remote-helpers: style updates for test scriptsJunio C Hamano2013-09-03
| * | | | | | | remote-hg: use notes to keep track of Hg revisionsFelipe Contreras2013-08-30
| * | | | | | | remote-helpers: cleanup more global variablesFelipe Contreras2013-08-29
| * | | | | | | remote-helpers: trivial style fixesFelipe Contreras2013-08-29
| * | | | | | | remote-hg: improve basic testFelipe Contreras2013-08-29
| * | | | | | | remote-hg: add missing &&s in the testFelipe Contreras2013-08-29
| * | | | | | | remote-hg: fix testFelipe Contreras2013-08-29
| * | | | | | | remote-bzr: make bzr branches configurable per-repoFelipe Contreras2013-08-29
| * | | | | | | remote-bzr: fix export of utf-8 authorsFelipe Contreras2013-08-29
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \
| * | | | | | | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
| |/ / / / / /
* | | | | | | Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-12
|\ \ \ \ \ \ \
| * | | | | | | git-remote-mediawiki: no need to update private ref in non-dumb pushMatthieu Moy2013-09-03
| * | | | | | | git-remote-mediawiki: use no-private-update capability on dumb pushMatthieu Moy2013-09-03
| * | | | | | | git-remote-mediawiki: add test and check Makefile targetsMatthieu Moy2013-08-29
| |/ / / / / /
* | | | | | | Merge branch 'jn/post-receive-utf8'Junio C Hamano2013-09-11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | hooks/post-receive-email: set declared encoding to utf-8Gerrit Pape2013-08-05
| * | | | | | hooks/post-receive-email: force log messages in UTF-8Jonathan Nieder2013-08-05
| * | | | | | hooks/post-receive-email: use plumbing instead of git log/showJonathan Nieder2013-08-05
* | | | | | | Merge branch 'es/contacts-blame-L-multi'Junio C Hamano2013-09-09
|\ \ \ \ \ \ \
| * | | | | | | contacts: reduce git-blame invocationsEric Sunshine2013-08-13
| * | | | | | | contacts: gather all blame sources prior to invoking git-blameEric Sunshine2013-08-13
| * | | | | | | contacts: validate hunk length earlierEric Sunshine2013-08-13
| |/ / / / / /
* | | | | | | remote-bzr: reuse bzrlib transports when possibleRichard Hansen2013-09-08
* | | | | | | Merge branch 'fc/remote-hg-shared-setup'Junio C Hamano2013-09-04
|\ \ \ \ \ \ \
| * | | | | | | remote-hg: add shared repo upgradeFelipe Contreras2013-08-11
| * | | | | | | remote-hg: ensure shared repo is initializedFelipe Contreras2013-08-11
| |/ / / / / /
* | | | | | | Merge branch 'ap/remote-hg-tilde-is-home-directory'Junio C Hamano2013-09-04
|\ \ \ \ \ \ \
| * | | | | | | remote-hg: fix path when cloning with tilde expansionAntoine Pelisse2013-08-09
| |/ / / / / /
* | | | | | | Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano2013-08-30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey2013-08-22
| * | | | | | git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey2013-08-21
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mm/war-on-whatchanged'Junio C Hamano2013-08-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core-tutorial: trim the section on Inspecting ChangesJunio C Hamano2013-08-13
| |/ / / /
* | | | | git-remote-mediawiki: ignore generated git-mwMatthieu Moy2013-08-13
|/ / / /
* | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-02
|\ \ \ \
| * | | | cygwin: Remove the Win32 l/stat() implementationRamsay Jones2013-07-18
* | | | | Merge branch 'ob/typofixes'Junio C Hamano2013-08-01
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | many small typofixesOndřej Bílka2013-07-29
* | | | | Merge branch 'ms/subtree-install-fix'Junio C Hamano2013-08-01
|\ \ \ \ \
| * | | | | contrib/subtree: Fix make install targetMichal Sojka2013-07-30
* | | | | | Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano2013-08-01
|\ \ \ \ \ \
| * | | | | | Avoid using `echo -n` anywhereLukas Fleischer2013-07-29
* | | | | | | Merge branch 'ma/hg-to-git'Junio C Hamano2013-08-01
|\ \ \ \ \ \ \
| * | | | | | | hg-to-git: --allow-empty-message in git commitMaurício C Antunes2013-07-23