summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Revert "t5516: test update of local refs on push"Jeff King2007-11-291-28/+0
* | | | | filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin2007-11-291-6/+8
* | | | | git-stash: do not get fooled with "color.diff = true"Pascal Obry2007-11-281-2/+2
* | | | | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-264-4/+4
* | | | | Fix typo in draft 1.5.4 release notesWincent Colaiuta2007-11-261-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2007-11-262-25/+202
|\| | | |
| * | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-11-261-24/+201
| |\ \ \ \
| | * | | | user-manual: recovering from corruptionJ. Bruce Fields2007-11-261-1/+130
| | * | | | user-manual: clarify language about "modifying" old commitsJ. Bruce Fields2007-11-261-9/+11
| | * | | | user-manual: failed push to public repositoryJ. Bruce Fields2007-11-261-9/+49
| | * | | | user-manual: define "branch" and "working tree" at startJ. Bruce Fields2007-11-251-6/+12
| * | | | | git-checkout: describe detached head correctlyJunio C Hamano2007-11-251-1/+1
* | | | | | Print the real filename that we failed to open.André Goddard Rosa2007-11-263-5/+5
* | | | | | revert/cherry-pick: do not mention the original refJunio C Hamano2007-11-261-13/+1
* | | | | | Update draft release notes for 1.5.4Junio C Hamano2007-11-251-4/+34
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-250-0/+0
|\| | | | |
| * | | | | Merge branch 'rv/maint-index-commit' into maintJunio C Hamano2007-11-252-1/+33
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'lt/maint-rev-list-gitlink' into maintJunio C Hamano2007-11-254-3/+59
| |\ \ \ \ \ \
| | * | | | | | Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-174-3/+59
| * | | | | | | Merge branch 'jc/maint-add-sync-stat' into maintJunio C Hamano2007-11-2510-38/+92
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/maint-format-patch-encoding' into maintJunio C Hamano2007-11-258-9/+65
| |\ \ \ \ \ \ \ \
| | * | | | | | | | test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano2007-11-081-0/+42
| | * | | | | | | | format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-087-9/+23
| * | | | | | | | | Merge branch 'bs/maint-t7005' into maintJunio C Hamano2007-11-251-3/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'bs/maint-commit-options' into maintJunio C Hamano2007-11-252-2/+12
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Deprecate peek-remoteJunio C Hamano2007-11-252-3/+2
* | | | | | | | | | | t4119: correct overeager war-on-whitespaceJunio C Hamano2007-11-251-1/+1
* | | | | | | | | | | Merge branch 'jk/send-pack'Junio C Hamano2007-11-2526-631/+1285
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | send-pack: cluster ref status reportingJeff King2007-11-211-40/+53
| * | | | | | | | | | | send-pack: fix "everything up-to-date" messageJeff King2007-11-181-1/+15
| * | | | | | | | | | | send-pack: tighten remote error reportingJeff King2007-11-182-43/+54
| * | | | | | | | | | | make "find_ref_by_name" a public functionJeff King2007-11-183-8/+10
| * | | | | | | | | | | Fix warning about bitfield in struct refShawn O. Pearce2007-11-181-4/+4
| * | | | | | | | | | | send-pack: assign remote errors to each refJeff King2007-11-173-6/+71
| * | | | | | | | | | | send-pack: check ref->status before updating tracking refsJeff King2007-11-172-13/+10
| * | | | | | | | | | | send-pack: track errors for each refJeff King2007-11-173-95/+156
| * | | | | | | | | | | Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-1412-42/+418
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | git-push: add documentation for the newly added --mirror modeAndy Whitcroft2007-11-131-0/+8
| | * | | | | | | | | | | Add tests for git push'es mirror modeAndy Whitcroft2007-11-131-0/+228
| | * | | | | | | | | | | git-push: plumb in --mirror modeAndy Whitcroft2007-11-103-2/+20
| | * | | | | | | | | | | Teach send-pack a mirror modeAndy Whitcroft2007-11-105-19/+54
| | * | | | | | | | | | | Merge master into aw/mirror-pushJunio C Hamano2007-11-1082-1165/+2182
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/terse-push' into aw/mirror-pushJunio C Hamano2007-11-093-22/+109
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | send-pack: segfault fix on forced pushJunio C Hamano2007-11-082-2/+45
| | | * | | | | | | | | | | | send-pack: require --verbose to show update of tracking refsJeff King2007-11-051-1/+2
| | | * | | | | | | | | | | | receive-pack: don't mention successful updatesJeff King2007-11-051-4/+0
| | | * | | | | | | | | | | | more terse push outputJeff King2007-11-051-17/+64
| * | | | | | | | | | | | | | Merge branch 'ar/send-pack-remote-track' into jk/send-packJunio C Hamano2007-11-142-1/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Update the tracking references only if they were succesfully updated on remoteAlex Riesen2007-11-131-1/+2
| | * | | | | | | | | | | | | | Add a test checking if send-pack updated local tracking branches correctlyAlex Riesen2007-11-131-0/+40