Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make lineno_width() from blame reusable for otherszj/decimal-width | Zbigniew Jędrzejewski-Szmek | 2012-02-14 | 3 | -15/+16 |
* | Update draft release notes to 1.7.9.1 | Junio C Hamano | 2012-02-13 | 1 | -3/+19 |
* | Merge branch 'js/add-e-submodule-fix' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+1 |
|\ | |||||
| * | add -e: do not show difference in a submodule that is merely dirtyjs/add-e-submodule-fix | Johannes Schindelin | 2012-02-07 | 1 | -0/+1 |
* | | Merge branch 'jc/parse-date-raw' into maint | Junio C Hamano | 2012-02-13 | 4 | -1/+60 |
|\ \ | |||||
| * | | parse_date(): '@' prefix forces git-timestampjc/parse-date-raw | Junio C Hamano | 2012-02-03 | 4 | -2/+32 |
| * | | parse_date(): allow ancient git-timestamp | Junio C Hamano | 2012-02-03 | 1 | -0/+29 |
* | | | Merge branch 'jc/merge-ff-only-stronger-than-signed-merge' into maint | Junio C Hamano | 2012-02-13 | 2 | -1/+15 |
|\ \ \ | |||||
| * | | | merge: do not create a signed tag merge under --ff-only optionjc/merge-ff-only-stronger-than-signed-merge | Junio C Hamano | 2012-02-05 | 2 | -1/+15 |
* | | | | Merge branch 'jc/branch-desc-typoavoidance' into maint | Junio C Hamano | 2012-02-13 | 3 | -4/+61 |
|\ \ \ \ | |||||
| * | | | | branch --edit-description: protect against mistyped branch namejc/branch-desc-typoavoidance | Junio C Hamano | 2012-02-05 | 2 | -4/+52 |
| * | | | | tests: add write_script helper function | Junio C Hamano | 2012-02-03 | 1 | -0/+9 |
| |/ / / | |||||
* | | | | Merge branch 'jn/rpm-spec' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | git.spec: Workaround localized messages not put in any RPMjn/rpm-spec | Jakub Narebski | 2012-02-03 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | t: use sane_unset instead of unset | Ævar Arnfjörð Bjarmason | 2012-02-13 | 6 | -10/+10 |
* | | | | Remove Git's support for smoke testing | Ævar Arnfjörð Bjarmason | 2012-02-13 | 3 | -133/+1 |
* | | | | Makefile: Change the default compiler from "gcc" to "cc" | Ævar Arnfjörð Bjarmason | 2012-02-13 | 1 | -1/+1 |
* | | | | Update draft release notes to 1.7.9.1 | Junio C Hamano | 2012-02-10 | 1 | -0/+17 |
* | | | | Merge branch 'jc/maint-request-pull-for-tag' into maint | Junio C Hamano | 2012-02-10 | 3 | -8/+4 |
|\ \ \ \ | |||||
| * | | | | request-pull: explicitly ask tags/$name to be pulledjc/maint-request-pull-for-tag | Junio C Hamano | 2012-01-31 | 3 | -8/+4 |
* | | | | | Merge branch 'tr/grep-l-with-decoration' into maint | Junio C Hamano | 2012-02-10 | 2 | -2/+25 |
|\ \ \ \ \ | |||||
| * | | | | | grep: fix -l/-L interaction with decoration linestr/grep-l-with-decoration | Albert Yale | 2012-01-23 | 2 | -2/+25 |
* | | | | | | Merge branch 'jl/submodule-re-add' into maint | Junio C Hamano | 2012-02-10 | 2 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule add: fix breakage when re-adding a deep submodulejl/submodule-re-add | Jens Lehmann | 2012-01-24 | 2 | -0/+9 |
* | | | | | | | Merge branch 'da/maint-mergetool-twoway' into maint | Junio C Hamano | 2012-02-10 | 2 | -5/+35 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mergetool: Provide an empty file when neededda/maint-mergetool-twoway | David Aguilar | 2012-01-23 | 2 | -5/+35 |
* | | | | | | | | Prepare for 1.7.9.1 | Junio C Hamano | 2012-02-06 | 2 | -1/+20 |
* | | | | | | | | completion: --edit and --no-edit for git-merge | Adrian Weimann | 2012-02-06 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'sp/smart-http-failure-to-push' into maint | Junio C Hamano | 2012-02-05 | 2 | -4/+33 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | remote-curl: Fix push status report when all branches fail | Shawn O. Pearce | 2012-01-20 | 2 | -4/+33 |
* | | | | | | | | | Merge branch 'jc/maint-log-first-parent-pathspec' into maint | Junio C Hamano | 2012-02-05 | 2 | -1/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Making pathspec limited log play nicer with --first-parentjc/maint-log-first-parent-pathspec | Junio C Hamano | 2012-01-19 | 2 | -1/+10 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'cb/push-quiet' into maint | Junio C Hamano | 2012-02-05 | 8 | -19/+78 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5541: avoid TAP test miscountingcb/push-quiet | Michael J Gruber | 2012-01-08 | 1 | -1/+1 |
| * | | | | | | | | | fix push --quiet: add 'quiet' capability to receive-pack | Clemens Buchacher | 2012-01-08 | 5 | -6/+40 |
| * | | | | | | | | | server_supports(): parse feature list more carefully | Junio C Hamano | 2012-01-08 | 4 | -13/+38 |
* | | | | | | | | | | Merge branch 'cb/maint-kill-subprocess-upon-signal' into maint | Junio C Hamano | 2012-02-05 | 3 | -1/+72 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | dashed externals: kill children on exitcb/maint-kill-subprocess-upon-signal | Clemens Buchacher | 2012-01-08 | 3 | -1/+3 |
| * | | | | | | | | | | run-command: optionally kill children on exit | Jeff King | 2012-01-08 | 2 | -0/+69 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Sync with 1.7.6.6 | Junio C Hamano | 2012-02-05 | 2 | -24/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Sync with 1.7.6.6 | Junio C Hamano | 2012-02-05 | 2 | -24/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Sync with 1.7.6.6 | Junio C Hamano | 2012-02-05 | 2 | -24/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | |||||
| | | * | | | | | | | | Git 1.7.6.6v1.7.6.6maint-1.7.6 | Junio C Hamano | 2012-02-05 | 2 | -2/+3 |
| | | * | | | | | | | | imap-send: remove dead code | Jeff King | 2012-02-05 | 1 | -23/+0 |
| | | | |/ / / / / / | | | |/| | | | | | | |||||
* | | | | | | | | | | Git 1.7.9v1.7.9 | Junio C Hamano | 2012-01-27 | 2 | -1/+6 |
* | | | | | | | | | | INSTALL: warn about recent Fedora breakage | Junio C Hamano | 2012-01-26 | 1 | -1/+5 |
* | | | | | | | | | | git-completion: workaround zsh COMPREPLY bug | Felipe Contreras | 2012-01-26 | 1 | -0/+8 |
* | | | | | | | | | | docs: minor grammar fixes for v1.7.9 release notes | Jeff King | 2012-01-26 | 1 | -6/+7 |
* | | | | | | | | | | Fix typo in 1.7.9 release notes | Michael Haggerty | 2012-01-23 | 1 | -1/+1 |
* | | | | | | | | | | Git 1.7.9-rc2v1.7.9-rc2 | Junio C Hamano | 2012-01-18 | 2 | -10/+2 |