Commit message (Expand) | Author | Age | |
---|---|---|---|
* | commit --amend: test specifies authorship but forgets to check | Fabian Ruch | 2014-07-30 |
* | t4013: test diff-tree's --stdin commit formatting | Jeff King | 2014-07-28 |
* | Merge branch 'zk/log-graph-showsig' into maint | Junio C Hamano | 2014-07-22 |
|\ | |||
| * | log: fix indentation for --graph --show-signature | Zoltan Klinger | 2014-07-09 |
* | | Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' into maint | Junio C Hamano | 2014-07-22 |
|\ \ | |||
| * | | filter-branch: eliminate duplicate mapped parents | Charles Bailey | 2014-07-01 |
* | | | Merge branch 'jm/dedup-test-config' into maint | Junio C Hamano | 2014-07-22 |
|\ \ \ | |||
| * | | | t/t7810-grep.sh: remove duplicate test_config() | Jeremiah Mahler | 2014-06-05 |
* | | | | Merge branch 'sk/test-cmp-bin' into maint | Junio C Hamano | 2014-07-22 |
|\ \ \ \ | |||
| * | | | | t5000, t5003: do not use test_cmp to compare binary files | Stepan Kasal | 2014-06-04 |
* | | | | | Merge branch 'lt/request-pull' into maint | Junio C Hamano | 2014-07-22 |
|\ \ \ \ \ | |||
| * | | | | | fix brown paper bag breakage in t5150-request-pull.sh | Johannes Sixt | 2014-06-02 |
* | | | | | | Merge branch 'ep/shell-assign-and-export-vars' into maint | Junio C Hamano | 2014-07-22 |
|\ \ \ \ \ \ | |||
| * | | | | | | scripts: more "export VAR=VALUE" fixes | Junio C Hamano | 2014-05-23 |
* | | | | | | | Merge branch 'jk/pretty-G-format-fixes' into maint | Junio C Hamano | 2014-07-16 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | move "%G" format test from t7510 to t6006 | Jeff King | 2014-06-25 |
| * | | | | | | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 |
| * | | | | | | | t7510: check %G* pretty-format output | Jeff King | 2014-06-17 |
| * | | | | | | | t7510: test a commit signed by an unknown key | Jeff King | 2014-06-17 |
| * | | | | | | | t7510: use consistent &&-chains in loop | Michael J Gruber | 2014-06-17 |
| * | | | | | | | t7510: stop referring to master in later tests | Jeff King | 2014-06-17 |
* | | | | | | | | Merge branch 'bc/fix-rebase-merge-skip' into maint | Junio C Hamano | 2014-07-16 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | rebase--merge: fix --skip with two conflicts in a row | brian m. carlson | 2014-06-16 |
| * | | | | | | | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint | Junio C Hamano | 2014-05-28 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'mw/symlinks' into maint | Junio C Hamano | 2014-05-28 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint | Junio C Hamano | 2014-05-08 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'km/avoid-bs-in-shell-glob' into maint | Junio C Hamano | 2014-05-08 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'km/avoid-cp-a' into maint | Junio C Hamano | 2014-05-08 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pb/trim-trailing-spaces' into maint | Junio C Hamano | 2014-07-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | t0008: do not depend on 'echo' handling backslashes specially | Junio C Hamano | 2014-06-13 |
| * | | | | | | | | | | | | | | dir.c:trim_trailing_spaces(): fix for " \ " sequence | Pasha Bolokhov | 2014-06-02 |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge branch 'jk/repack-pack-keep-objects' into maint | Junio C Hamano | 2014-07-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | repack: respect pack.writebitmaps | Jeff King | 2014-06-10 |
| * | | | | | | | | | | | | | | repack: do not accidentally pack kept objects by default | Jeff King | 2014-06-10 |
* | | | | | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 2014-07-02 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | t7300: repair filesystem permissions with test_when_finished | Jeff King | 2014-07-02 |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'na/no-http-test-in-the-middle' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | t5538: move http push tests out to t5542 | Nick Alcock | 2014-05-30 |
* | | | | | | | | | | | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | commit -m: commit staged submodules regardless of ignore config | Jens Lehmann | 2014-04-07 |
| * | | | | | | | | | | | | | | status/commit: show staged submodules regardless of ignore config | Jens Lehmann | 2014-04-07 |
* | | | | | | | | | | | | | | | Merge branch 'mk/show-s-no-extra-blank-line-for-merges' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | git-show: fix 'git show -s' to not add extra terminator after merge commit | Max Kirillov | 2014-05-15 |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge branch 'rr/rebase-autostash-fix' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | rebase -i: test "Nothing to do" case with autostash | Matthieu Moy | 2014-05-20 |
* | | | | | | | | | | | | | | | | Merge branch 'jc/shortlog-ref-exclude' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | shortlog: allow --exclude=<glob> to be passed | Junio C Hamano | 2014-06-04 |
* | | | | | | | | | | | | | | | | | Merge branch 'dt/merge-recursive-case-insensitive' into maint | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | mv: allow renaming to fix case on case insensitive filesystems | David Turner | 2014-05-08 |
| * | | | | | | | | | | | | | | | | | merge-recursive.c: fix case-changing merge bug | David Turner | 2014-05-07 |
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |