Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'bc/http-keep-memory-given-to-curl' | Junio C Hamano | 2013-06-27 |
|\ | |||
| * | http.c: don't rewrite the user:passwd string multiple times | Brandon Casey | 2013-06-19 |
* | | Merge branch 'bc/checkout-tracking-name-plug-leak' | Junio C Hamano | 2013-06-27 |
|\ \ | |||
| * | | t/t9802: explicitly name the upstream branch to use as a base | Brandon Casey | 2013-06-18 |
| * | | builtin/checkout.c: don't leak memory in check_tracking_name | Brandon Casey | 2013-06-18 |
* | | | Merge branch 'rr/rebase-stash-store' | Junio C Hamano | 2013-06-27 |
|\ \ \ | |||
| * | | | rebase: use 'git stash store' to simplify logic | Ramkumar Ramachandra | 2013-06-17 |
| * | | | stash: introduce 'git stash store' | Ramkumar Ramachandra | 2013-06-17 |
| * | | | stash: simplify option parser for create | Ramkumar Ramachandra | 2013-06-17 |
| * | | | stash doc: document short form -p in synopsis | Ramkumar Ramachandra | 2013-06-17 |
| * | | | stash doc: add a warning about using create | Ramkumar Ramachandra | 2013-06-17 |
* | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-26 |
* | | | | Merge branch 'tr/maint-apply-non-git-patch-parsefix' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ | |||
| * | | | | apply: carefully strdup a possibly-NULL name | Thomas Rast | 2013-06-21 |
* | | | | | Merge branch 'ys/cygstart' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ | |||
| * | | | | | web--browse: support /usr/bin/cygstart on Cygwin | Yaakov Selkowitz | 2013-06-21 |
* | | | | | | Merge branch 'wk/doc-git-has-grown' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ | |||
| * | | | | | | user-manual: Update download size for Git and the kernel | W. Trevor King | 2013-06-23 |
* | | | | | | | Merge branch 'vl/typofix' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | random typofixes (committed missing a 't', successful missing an 's') | Veres Lajos | 2013-06-19 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | fix "builtin-*" references to be "builtin/*" | Phil Hord | 2013-06-18 |
| | |_|_|_|_|/ | |/| | | | | | |||
* | | | | | | | Merge branch 'mm/merge-in-dirty-worktree-doc' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Documentation/git-merge.txt: weaken warning about uncommited changes | Matthieu Moy | 2013-06-18 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'kb/diff-blob-blob-doc' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Documentation: Move "git diff <blob> <blob>" | Kevin Bracey | 2013-06-18 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'mm/push-force-is-dangerous' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Documentation/git-push.txt: explain better cases where --force is dangerous | Matthieu Moy | 2013-06-18 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'fg/submodule-non-ascii-path' | Junio C Hamano | 2013-06-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | t7400: test of UTF-8 submodule names pass under Mac OS | Torsten Bögershausen | 2013-06-20 |
| * | | | | | | | handle multibyte characters in name | Fredrik Gustafsson | 2013-06-14 |
* | | | | | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-24 |
* | | | | | | | | Merge branch 'rr/am-quit-empty-then-abort-fix' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | t/am: use test_path_is_missing() where appropriate | Ramkumar Ramachandra | 2013-06-17 |
| * | | | | | | | | am: handle stray $dotest directory | Ramkumar Ramachandra | 2013-06-17 |
| | |_|_|_|_|/ / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'rt/cherry-pick-continue-advice-in-status' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | wt-status: give better advice when cherry-pick is in progress | Ralf Thielow | 2013-06-17 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'nk/config-local-doc' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | config: Add description of --local option | Namhyung Kim | 2013-06-17 |
| | |_|/ / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'jk/mergetool-lib-refactor' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | mergetool--lib: refactor {diff,merge}_cmd logic | John Keeping | 2013-06-17 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'jk/doc-build-move-infordir-def' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Documentation/Makefile: move infodir to be with other '*dir's | John Keeping | 2013-06-17 |
| * | | | | | | | | Documentation/Makefile: fix spaces around assignments | John Keeping | 2013-06-17 |
* | | | | | | | | | Merge branch 'fg/submodule-fixup' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | git-submodule.sh: remove duplicate call to set_rev_name | Fredrik Gustafsson | 2013-06-17 |
* | | | | | | | | | | Merge branch 'dk/version-gen-gitdir' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | GIT-VERSION-GEN: support non-standard $GIT_DIR path | Dennis Kaarsemaker | 2013-06-17 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'dk/maint-t5150-dirname' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | tests: allow sha1's as part of the path | Dennis Kaarsemaker | 2013-06-17 |
| |/ / / / / / / / / |