Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | rebase: avoid non-function use of "return" on FreeBSD | Kyle J. McKay | 2014-04-17 | 3 | -0/+45 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 2014-04-21 | 14 | -48/+48 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 | |
| * | | | | | t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -7/+7 | |
| * | | | | | git-tag.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 | |
| * | | | | | git-revert.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 | |
| * | | | | | git-resolve.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 | |
| * | | | | | git-repack.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -1/+1 | |
| * | | | | | git-merge.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 | |
| * | | | | | git-ls-remote.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -2/+2 | |
| * | | | | | git-fetch.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -3/+3 | |
| * | | | | | git-commit.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -5/+5 | |
| * | | | | | git-clone.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -10/+10 | |
| * | | | | | git-checkout.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -4/+4 | |
| * | | | | | install-webdoc.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -3/+3 | |
| * | | | | | howto-index.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-17 | 1 | -6/+6 | |
* | | | | | | Git 2.0-rc0v2.0.0-rc0 | Junio C Hamano | 2014-04-18 | 2 | -1/+6 | |
* | | | | | | Merge branch 'jk/config-die-bad-number-noreturn' | Junio C Hamano | 2014-04-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | config.c: mark die_bad_number as NORETURNjk/config-die-bad-number-noreturn | Jeff King | 2014-04-16 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'fc/remote-helper-fixes' | Junio C Hamano | 2014-04-18 | 5 | -5/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remote-bzr: trivial test fixfc/remote-helper-fixes | Felipe Contreras | 2014-04-14 | 1 | -1/+1 | |
| * | | | | | | | remote-bzr: include authors field in pushed commits | dequis | 2014-04-09 | 2 | -0/+26 | |
| * | | | | | | | remote-bzr: add support for older versions | Felipe Contreras | 2014-04-09 | 1 | -2/+2 | |
| * | | | | | | | remote-hg: always normalize paths | Felipe Contreras | 2014-04-09 | 1 | -0/+1 | |
| * | | | | | | | remote-helpers: allow all tests running from any dir | Felipe Contreras | 2014-04-09 | 2 | -2/+4 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'fc/complete-aliased-push' | Junio C Hamano | 2014-04-18 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | completion: fix completing args of aliased "push", "fetch", etc.fc/complete-aliased-push | Felipe Contreras | 2014-04-09 | 2 | -0/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'fc/prompt-zsh-read-from-file' | Junio C Hamano | 2014-04-18 | 1 | -7/+14 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | prompt: fix missing file errors in zsh | Felipe Contreras | 2014-04-14 | 1 | -7/+14 | |
| |/ / / / / | ||||||
* | | | | | | Update draft release notes for 2.0 | Junio C Hamano | 2014-04-16 | 1 | -0/+11 | |
* | | | | | | Merge branch 'mh/multimail' | Junio C Hamano | 2014-04-16 | 5 | -56/+249 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git-multimail: update to version 1.0.0mh/multimail | Michael Haggerty | 2014-04-07 | 5 | -56/+249 | |
* | | | | | | | Merge branch 'tb/unicode-6.3-zero-width' | Junio C Hamano | 2014-04-16 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | utf8.c: partially update to version 6.3 | Torsten Bögershausen | 2014-04-09 | 1 | -5/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'km/avoid-cp-a' | Junio C Hamano | 2014-04-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | test: fix t7001 cp to use POSIX optionskm/avoid-cp-a | Kyle J. McKay | 2014-04-11 | 1 | -2/+2 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'km/avoid-bs-in-shell-glob' | Junio C Hamano | 2014-04-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | test: fix t5560 on FreeBSDkm/avoid-bs-in-shell-glob | Kyle J. McKay | 2014-04-11 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Sync with 1.9.2 | Junio C Hamano | 2014-04-09 | 3 | -2/+23 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Git 1.9.2v1.9.2 | Junio C Hamano | 2014-04-09 | 3 | -2/+23 | |
| * | | | | | Merge branch 'jl/nor-or-nand-and' into maint | Junio C Hamano | 2014-04-09 | 57 | -90/+88 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'cn/fetch-prune-overlapping-destination' into maint | Junio C Hamano | 2014-04-09 | 2 | -6/+64 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'mh/update-ref-batch-create-fix' into maint | Junio C Hamano | 2014-04-09 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-04-09 | 5 | -4/+47 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/fix-diff-no-index-diff-opt-parse' into maint | Junio C Hamano | 2014-04-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge commit 'doc/http-backend: missing accent grave in literal mark-up' | Junio C Hamano | 2014-04-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | doc/http-backend: missing accent grave in literal mark-up | Thomas Ackermann | 2014-04-09 | 1 | -1/+1 | |
* | | | | | | | | | | | | Update draft release notes to 2.0 | Junio C Hamano | 2014-04-08 | 1 | -17/+11 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-04-08 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Update draft release notes to 1.9.2 | Junio C Hamano | 2014-04-08 | 1 | -0/+9 |