summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-remote-testgit: build it to run under $SHELL_PATHJunio C Hamano2013-04-284-5/+2
* git-remote-testgit: further remove some bashismsJohannes Sixt2013-04-281-4/+9
* git-remote-testgit: avoid process substitutionJohannes Sixt2013-04-271-6/+7
* t5801: "VAR=VAL shell_func args" is forbiddenJunio C Hamano2013-04-251-1/+3
* transport-helper: update remote helper namespaceFelipe Contreras2013-04-172-4/+31
* transport-helper: trivial code shuffleFelipe Contreras2013-04-171-5/+3
* transport-helper: warn when refspec is not usedFelipe Contreras2013-04-172-2/+6
* transport-helper: clarify pushing without refspecsFelipe Contreras2013-04-173-7/+8
* transport-helper: update refspec documentationFelipe Contreras2013-04-171-5/+5
* transport-helper: clarify *:* refspecFelipe Contreras2013-04-173-18/+3
* transport-helper: improve push messagesFelipe Contreras2013-04-112-0/+15
* transport-helper: mention helper name when it diesJeff King2013-04-112-5/+5
* transport-helper: report errors properlyFelipe Contreras2013-04-113-1/+40
* Sync with 1.8.2.1Junio C Hamano2013-04-074-3/+15
|\
| * Git 1.8.2.1v1.8.2.1Junio C Hamano2013-04-073-2/+8
| * Sync with 1.8.1.6Junio C Hamano2013-04-076-21/+99
| |\
| | * Git 1.8.1.6v1.8.1.6Junio C Hamano2013-04-073-2/+8
| | * Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-073-17/+89
| | |\
| | * | remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen2013-04-071-1/+1
* | | | Update draft release notes to 1.8.3Junio C Hamano2013-04-071-0/+20
* | | | Merge branch 'jk/rm-removed-paths'Junio C Hamano2013-04-073-2/+67
|\ \ \ \
| * | | | t3600: document failure of rm across symbolic linksJeff King2013-04-041-0/+28
| * | | | t3600: test behavior of reverse-d/f conflictJeff King2013-04-041-0/+12
| * | | | rm: do not complain about d/f conflicts during deletionJeff King2013-04-043-2/+27
* | | | | Merge branch 'tb/shared-perm'Junio C Hamano2013-04-072-35/+25
|\ \ \ \ \
| * | | | | path.c: optimize adjust_shared_perm()Torsten Bögershausen2013-04-051-19/+23
| * | | | | path.c: simplify adjust_shared_perm()Torsten Bögershausen2013-04-052-22/+8
* | | | | | Merge branch 'cn/commit-amend-doc'Junio C Hamano2013-04-071-8/+9
|\ \ \ \ \ \
| * | | | | | Documentation/git-commit: reword the --amend explanationCarlos Martín Nieto2013-04-051-8/+9
* | | | | | | Merge branch 'fc/remote-helpers-test-updates'Junio C Hamano2013-04-073-16/+2
|\ \ \ \ \ \ \
| * | | | | | | remote-hg: fix hg-git test-caseFelipe Contreras2013-04-041-1/+0
| * | | | | | | remote-bzr: remove stale check code for testsFelipe Contreras2013-04-041-14/+0
| * | | | | | | remote-helpers: fix the run of all testsFelipe Contreras2013-04-041-0/+1
| * | | | | | | remote-bzr: avoid echo -nFelipe Contreras2013-04-041-1/+1
* | | | | | | | Merge branch 'mg/texinfo-5'Junio C Hamano2013-04-071-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: Strip texinfo anchors to avoid duplicatesMartin von Gagern2013-04-031-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jk/diffcore-break-divzero'Junio C Hamano2013-04-071-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | diffcore-break: don't divide by zeroJohn Keeping2013-04-031-0/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/bisect-prn-unsigned'Junio C Hamano2013-04-071-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | bisect: avoid signed integer overflowJohn Keeping2013-04-031-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'rr/triangle'Junio C Hamano2013-04-075-149/+241
|\ \ \ \ \ \ \ \
| * | | | | | | | remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra2013-04-023-4/+34
| * | | | | | | | remote.c: introduce remote.pushdefaultRamkumar Ramachandra2013-04-023-3/+29
| * | | | | | | | remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra2013-04-023-5/+23
| * | | | | | | | t5516 (fetch-push): drop implicit arguments from helper functionsJeff King2013-04-021-137/+145
| * | | | | | | | t5516 (fetch-push): update test descriptionRamkumar Ramachandra2013-04-021-1/+12
| * | | | | | | | remote.c: simplify a bit of code using git_config_string()Ramkumar Ramachandra2013-04-021-3/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mm/status-during-revert'Junio C Hamano2013-04-073-0/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | status: show commit sha1 in "You are currently reverting" messageMatthieu Moy2013-04-023-5/+11
| * | | | | | | | status: show 'revert' state and status hintMatthieu Moy2013-04-023-0/+81
| |/ / / / / / /