summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+8
| * Add tests for git push'es mirror modeAndy Whitcroft2007-11-121-0/+228
| * git-push: plumb in --mirror modeAndy Whitcroft2007-11-093-2/+20
| * Teach send-pack a mirror modeAndy Whitcroft2007-11-095-19/+54
| * Merge master into aw/mirror-pushJunio C Hamano2007-11-0982-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-121-1/+2
| * | | | Add a test checking if send-pack updated local tracking branches correctlyAlex Riesen2007-11-121-0/+40
* | | | | Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-1417-187/+261
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-062-1/+57
| * | | | Build in ls-remoteDaniel Barkalow2007-11-055-9/+9
| * | | | Use built-in send-pack.Daniel Barkalow2007-11-021-41/+10
| | |/ / | |/| |
| * | | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-025-37/+64
| * | | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-024-30/+30
| * | | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-029-33/+57
* | | | Fix dependencies of parse-options test programAlex Riesen2007-11-141-0/+2
* | | | user-manual.txt: fix a few mistakesSergei Organov2007-11-141-3/+3
* | | | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-142-5/+6
* | | | Resurrect git-revert.sh example and add comment to builtin-revert.cJunio C Hamano2007-11-131-1/+3
| |/ / |/| |
* | | git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt2007-11-121-10/+14
* | | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-122-2/+62
* | | Documentation: Fix references to deprecated commandsJonas Fonseca2007-11-122-7/+2
* | | Merge branch 'maint'Junio C Hamano2007-11-125-2/+18
|\ \ \
| * \ \ Merge branch 'sp/maint-plug-traverse-commit-list-leak' into maintJunio C Hamano2007-11-121-0/+7
| |\ \ \
| | * | | Fix memory leak in traverse_commit_listShawn O. Pearce2007-11-101-0/+7
| * | | | for-each-ref: fix off by one read.Christian Couder2007-11-111-1/+1
| * | | | git-branch: remove mention of non-existent '-b' optionJeff King2007-11-111-1/+1
| * | | | git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-112-0/+9
* | | | | Merge branch 'js/upload-pack'Junio C Hamano2007-11-112-115/+152
|\ \ \ \ \
| * | | | | upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-052-115/+152
* | | | | | Merge branch 'js/reset'Junio C Hamano2007-11-112-44/+56
|\ \ \ \ \ \
| * | | | | | builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-052-24/+39
| * | | | | | builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-052-20/+17
| |/ / / / /
* | | | | | Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano2007-11-113-12/+35
|\ \ \ \ \ \
| * | | | | | parse-options: abbreviation engine fix.Johannes Schindelin2007-11-053-12/+35
| |/ / / / /
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-113-2/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre2007-11-111-1/+1
| * | | | | git-hash-object should honor config variablesNicolas Pitre2007-11-111-0/+2
| * | | | | gitweb: correct month in date display for atom feedsVincent Zanotti2007-11-101-1/+1
* | | | | | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-113-2/+9
* | | | | | push: mention --verbose option in documentationSteffen Prohaska2007-11-111-2/+2
* | | | | | test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-101-5/+10
* | | | | | for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-102-1/+23
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-101-3/+3
|\ \ \ \ \ \ | |/ / / / /