Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport-helper: clarify *:* refspec | Felipe Contreras | 2013-04-17 | 3 | -18/+3 |
* | transport-helper: improve push messages | Felipe Contreras | 2013-04-11 | 2 | -0/+15 |
* | transport-helper: mention helper name when it dies | Jeff King | 2013-04-11 | 2 | -5/+5 |
* | transport-helper: report errors properly | Felipe Contreras | 2013-04-11 | 3 | -1/+40 |
* | Sync with 1.8.2.1 | Junio C Hamano | 2013-04-07 | 4 | -3/+15 |
|\ | |||||
| * | Git 1.8.2.1v1.8.2.1 | Junio C Hamano | 2013-04-07 | 3 | -2/+8 |
| * | Sync with 1.8.1.6 | Junio C Hamano | 2013-04-07 | 6 | -21/+99 |
| |\ | |||||
| | * | Git 1.8.1.6v1.8.1.6 | Junio C Hamano | 2013-04-07 | 3 | -2/+8 |
| | * | Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1 | Junio C Hamano | 2013-04-07 | 3 | -17/+89 |
| | |\ | |||||
| | * | | remote-helpers/test-bzr.sh: do not use "grep '\s'" | Torsten Bögershausen | 2013-04-07 | 1 | -1/+1 |
* | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-07 | 1 | -0/+20 |
* | | | | Merge branch 'jk/rm-removed-paths' | Junio C Hamano | 2013-04-07 | 3 | -2/+67 |
|\ \ \ \ | |||||
| * | | | | t3600: document failure of rm across symbolic links | Jeff King | 2013-04-04 | 1 | -0/+28 |
| * | | | | t3600: test behavior of reverse-d/f conflict | Jeff King | 2013-04-04 | 1 | -0/+12 |
| * | | | | rm: do not complain about d/f conflicts during deletion | Jeff King | 2013-04-04 | 3 | -2/+27 |
* | | | | | Merge branch 'tb/shared-perm' | Junio C Hamano | 2013-04-07 | 2 | -35/+25 |
|\ \ \ \ \ | |||||
| * | | | | | path.c: optimize adjust_shared_perm() | Torsten Bögershausen | 2013-04-05 | 1 | -19/+23 |
| * | | | | | path.c: simplify adjust_shared_perm() | Torsten Bögershausen | 2013-04-05 | 2 | -22/+8 |
* | | | | | | Merge branch 'cn/commit-amend-doc' | Junio C Hamano | 2013-04-07 | 1 | -8/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation/git-commit: reword the --amend explanation | Carlos Martín Nieto | 2013-04-05 | 1 | -8/+9 |
* | | | | | | | 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 |