Commit message (Expand) | Author | Age | |
---|---|---|---|
* | test-lib: avoid full path to store test results | Felipe Contreras | 2012-11-04 |
* | Merge branch 'rs/branch-del-symref' | Jeff King | 2012-10-29 |
|\ | |||
| * | branch: show targets of deleted symrefs, not sha1s | René Scharfe | 2012-10-18 |
| * | branch: skip commit checks when deleting symref branches | René Scharfe | 2012-10-18 |
| * | branch: delete symref branch, not its target | René Scharfe | 2012-10-18 |
* | | Merge branch 'jk/sh-setup-in-filter-branch' | Jeff King | 2012-10-29 |
|\ \ | |||
| * | | filter-branch: use git-sh-setup's ident parsing functions | Jeff King | 2012-10-18 |
| |/ | |||
* | | Merge branch 'nd/grep-true-path' | Jeff King | 2012-10-29 |
|\ \ | |||
| * | | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-12 |
| * | | Merge branch 'jk/receive-pack-unpack-error-to-pusher' into maint | Junio C Hamano | 2012-10-08 |
| |\ \ | |||
| * \ \ | Merge branch 'rt/maint-clone-single' into maint | Junio C Hamano | 2012-10-08 |
| |\ \ \ | |||
* | \ \ \ | Merge branch 'jc/grep-pcre-loose-ends' | Jeff King | 2012-10-29 |
|\ \ \ \ \ | |||
| * | | | | | log --grep: use the same helper to set -E/-F options as "git grep" | Junio C Hamano | 2012-10-09 |
* | | | | | | Merge branch 'jl/submodule-add-by-name' | Jeff King | 2012-10-29 |
|\ \ \ \ \ \ | |||
| * | | | | | | submodule add: Fail when .git/modules/<name> already exists unless forced | Jens Lehmann | 2012-09-30 |
| * | | | | | | Teach "git submodule add" the --name option | Jens Lehmann | 2012-09-29 |
* | | | | | | | Merge branch 'jl/submodule-rm' | Jeff King | 2012-10-29 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | submodule: teach rm to remove submodules unless they contain a git directory | Jens Lehmann | 2012-09-29 |
* | | | | | | | | Merge branch 'jc/test-say-color-avoid-echo-escape' | Jeff King | 2012-10-25 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | test-lib: Fix say_color () not to interpret \a\b\c in the message | Junio C Hamano | 2012-10-11 |
* | | | | | | | | | Merge branch 'fa/remote-svn' | Jeff King | 2012-10-25 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Add a test script for remote-svn | Florian Achleitner | 2012-10-07 |
* | | | | | | | | | | Merge branch 'jm/diff-context-config' | Jeff King | 2012-10-25 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||
| * | | | | | | | | | t4055: avoid use of sed 'a' command | Junio C Hamano | 2012-10-02 |
| * | | | | | | | | | diff: diff.context configuration gives default to -U | Jeff Muizelaar | 2012-09-30 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'bw/cp-a-is-gnuism' | Junio C Hamano | 2012-10-10 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | tests: "cp -a" is a GNUism | Ben Walton | 2012-10-08 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | Merge branch 'rr/maint-submodule-unknown-cmd' into maint | Junio C Hamano | 2012-10-02 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'sp/maint-http-enable-gzip' into maint | Junio C Hamano | 2012-10-02 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-log-grep-all-match-1' into maint | Junio C Hamano | 2012-09-29 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-mailinfo-mime-attr' into maint | Junio C Hamano | 2012-09-29 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | | svn test: escape peg revision separator using empty peg rev | Jonathan Nieder | 2012-10-10 |
* | | | | | | | | | | | | | Merge branch 'jc/maint-t1450-fsck-order-fix' | Junio C Hamano | 2012-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | t1450: the order the objects are checked is undefined | Junio C Hamano | 2012-10-02 |
* | | | | | | | | | | | | | | Make git-svn branch patterns match complete URL | Ammon Riley | 2012-10-05 |
* | | | | | | | | | | | | | | t9164: Add missing quotes in test | Robert Luberda | 2012-10-05 |
* | | | | | | | | | | | | | | git-svn.perl: keep processing all commits in parents_exclude | Steven Walter | 2012-10-05 |
* | | | | | | | | | | | | | | git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip | Steven Walter | 2012-10-05 |
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'nd/grep-reflog' | Junio C Hamano | 2012-10-02 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | log --grep-reflog: reject the option without -g | Junio C Hamano | 2012-09-29 |
| * | | | | | | | | | | | | | revision: add --grep-reflog to filter commits by reflog messages | Nguyễn Thái Ngọc Duy | 2012-09-29 |
| * | | | | | | | | | | | | | grep: prepare for new header field filter | Nguyễn Thái Ngọc Duy | 2012-09-29 |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'tu/gc-auto-quiet' | Junio C Hamano | 2012-10-02 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | silence git gc --auto --quiet output | Tobias Ulmer | 2012-09-27 |
* | | | | | | | | | | | | | | Merge branch 'jk/completion-tests' | Junio C Hamano | 2012-10-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | t9902: add completion tests for "odd" filenames | Jeff King | 2012-09-27 |
| * | | | | | | | | | | | | | | t9902: add a few basic completion tests | Jeff King | 2012-09-27 |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | Merge branch 'jc/maint-blame-no-such-path' into maint | Junio C Hamano | 2012-09-24 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'dj/fetch-all-tags' into maint | Junio C Hamano | 2012-09-24 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ep/malloc-check-perturb' | Junio C Hamano | 2012-10-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |