Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fc/remote-helpers-test-updates' | Junio C Hamano | 2013-04-07 | 3 | -16/+2 |
|\ | |||||
| * | remote-hg: fix hg-git test-case | Felipe Contreras | 2013-04-04 | 1 | -1/+0 |
| * | remote-bzr: remove stale check code for tests | Felipe Contreras | 2013-04-04 | 1 | -14/+0 |
| * | remote-helpers: fix the run of all tests | Felipe Contreras | 2013-04-04 | 1 | -0/+1 |
| * | remote-bzr: avoid echo -n | Felipe Contreras | 2013-04-04 | 1 | -1/+1 |
* | | Merge branch 'mg/texinfo-5' | Junio C Hamano | 2013-04-07 | 1 | -0/+1 |
|\ \ | |||||
| * | | Documentation: Strip texinfo anchors to avoid duplicates | Martin von Gagern | 2013-04-03 | 1 | -0/+1 |
* | | | Merge branch 'jk/diffcore-break-divzero' | Junio C Hamano | 2013-04-07 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | diffcore-break: don't divide by zero | John Keeping | 2013-04-03 | 1 | -0/+3 |
* | | | | Merge branch 'jk/bisect-prn-unsigned' | Junio C Hamano | 2013-04-07 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | bisect: avoid signed integer overflow | John Keeping | 2013-04-03 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'rr/triangle' | Junio C Hamano | 2013-04-07 | 5 | -149/+241 |
|\ \ \ \ | |||||
| * | | | | remote.c: introduce branch.<name>.pushremote | Ramkumar Ramachandra | 2013-04-02 | 3 | -4/+34 |
| * | | | | remote.c: introduce remote.pushdefault | Ramkumar Ramachandra | 2013-04-02 | 3 | -3/+29 |
| * | | | | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 | 3 | -5/+23 |
| * | | | | t5516 (fetch-push): drop implicit arguments from helper functions | Jeff King | 2013-04-02 | 1 | -137/+145 |
| * | | | | t5516 (fetch-push): update test description | Ramkumar Ramachandra | 2013-04-02 | 1 | -1/+12 |
| * | | | | remote.c: simplify a bit of code using git_config_string() | Ramkumar Ramachandra | 2013-04-02 | 1 | -3/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'mm/status-during-revert' | Junio C Hamano | 2013-04-07 | 3 | -0/+87 |
|\ \ \ \ | |||||
| * | | | | status: show commit sha1 in "You are currently reverting" message | Matthieu Moy | 2013-04-02 | 3 | -5/+11 |
| * | | | | status: show 'revert' state and status hint | Matthieu Moy | 2013-04-02 | 3 | -0/+81 |
| |/ / / | |||||
* | | | | Merge branch 'jk/set-upstream-error-cases' | Junio C Hamano | 2013-04-07 | 4 | -3/+41 |
|\ \ \ \ | |||||
| * | | | | branch: give advice when tracking start-point is missing | Jeff King | 2013-04-02 | 3 | -2/+20 |
| * | | | | branch: mention start_name in set-upstream error messages | Jeff King | 2013-04-02 | 1 | -5/+5 |
| * | | | | branch: improve error message for missing --set-upstream-to ref | Jeff King | 2013-04-02 | 1 | -1/+6 |
| * | | | | branch: factor out "upstream is not a branch" error messages | Jeff King | 2013-04-02 | 1 | -2/+5 |
| * | | | | t3200: test --set-upstream-to with bogus refs | Jeff King | 2013-04-02 | 1 | -0/+12 |
* | | | | | Merge branch 'jk/filter-branch-come-back-to-original' | Junio C Hamano | 2013-04-07 | 2 | -2/+17 |
|\ \ \ \ \ | |||||
| * | | | | | filter-branch: return to original dir after filtering | Jeff King | 2013-04-02 | 2 | -2/+17 |
| | |_|/ / | |/| | | | |||||
* | | | | | gitremote-helpers(1): clarify refspec behaviour | John Keeping | 2013-04-07 | 1 | -2/+2 |
* | | | | | fast-export: Allow pruned-references in mark file | Antoine Pelisse | 2013-04-07 | 2 | -4/+9 |
* | | | | | remote-bzr: add utf-8 support for pushing | Felipe Contreras | 2013-04-07 | 2 | -0/+37 |
* | | | | | remote-bzr: add utf-8 support for fetching | Timotheus Pokorra | 2013-04-07 | 2 | -2/+27 |
* | | | | | remote-bzr: avoid unreferred tags | Felipe Contreras | 2013-04-07 | 1 | -0/+4 |
* | | | | | remote-bzr: only update workingtree on local repos | Felipe Contreras | 2013-04-07 | 1 | -2/+1 |
* | | | | | remote-bzr: set author if available | David Engster | 2013-04-07 | 2 | -1/+21 |
* | | | | | remote-bzr: remove files before modifications | Christophe Simonis | 2013-04-07 | 1 | -2/+2 |
* | | | | | remote-bzr: fix directory renaming | Christophe Simonis | 2013-04-07 | 2 | -1/+31 |
* | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-05 | 1 | -0/+12 |
* | | | | | Merge branch 'mh/rev-parse-verify-doc' | Junio C Hamano | 2013-04-05 | 1 | -4/+15 |
|\ \ \ \ \ | |||||
| * | | | | | rev-parse: clarify documentation for the --verify option | Michael Haggerty | 2013-04-02 | 1 | -4/+15 |
* | | | | | | Merge branch 'sg/gpg-sig' | Junio C Hamano | 2013-04-05 | 13 | -82/+219 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pretty printing: extend %G? to include 'N' and 'U' | Sebastian Götte | 2013-03-31 | 2 | -1/+4 |
| * | | | | | | merge/pull Check for untrusted good GPG signatures | Sebastian Götte | 2013-03-31 | 10 | -12/+29 |
| * | | | | | | merge/pull: verify GPG signatures of commits being merged | Sebastian Götte | 2013-03-31 | 4 | -3/+98 |
| * | | | | | | commit.c/GPG signature verification: Also look at the first GPG status line | Sebastian Götte | 2013-03-31 | 1 | -5/+12 |
| * | | | | | | Move commit GPG signature verification to commit.c | Sebastian Götte | 2013-03-31 | 4 | -78/+93 |
* | | | | | | | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 2013-04-05 | 2 | -7/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule deinit: clarify work tree removal message | Jens Lehmann | 2013-04-01 | 2 | -7/+20 |
* | | | | | | | | Merge branch 'rr/send-email-perl-critique' | Junio C Hamano | 2013-04-05 | 1 | -8/+10 |
|\ \ \ \ \ \ \ \ |