summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-2426-631/+1285
|\
| * send-pack: cluster ref status reportingJeff King2007-11-201-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-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
* | | | | Merge branch 'sb/clean'Junio C Hamano2007-11-245-1/+157
|\ \ \ \ \
| * | | | | Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-181-12/+5
| * | | | | git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-181-3/+9
| * | | | | Make git-clean a builtinShawn Bohrer2007-11-185-1/+158
* | | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-2416-71/+121
|\ \ \ \ \ \
| * | | | | | fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-171-26/+16
| * | | | | | rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre2007-11-151-7/+2
| * | | | | | Allow ETC_GITCONFIG to be a relative path.Johannes Sixt2007-11-141-1/+12
| * | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-144-5/+14
| * | | | | | Allow a relative builtin template directory.Johannes Sixt2007-11-141-3/+13
| * | | | | | Close files opened by lock_file() before unlinking.Johannes Schindelin2007-11-142-7/+11
| * | | | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-141-1/+1
| * | | | | | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-143-3/+2
| * | | | | | Use is_absolute_path() in sha1_file.c.Johannes Sixt2007-11-141-4/+4
| * | | | | | Skip t3902-quoted.sh if the file system does not support funny names.Johannes Sixt2007-11-141-0/+7
| * | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt2007-11-141-2/+23
| * | | | | | t7501-commit.sh: Not all seds understand option -iJohannes Sixt2007-11-141-2/+4
| * | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt2007-11-141-16/+18
* | | | | | | Merge branch 'mh/rebase-skip-hard'Junio C Hamano2007-11-242-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Do git reset --hard HEAD when using git rebase --skipMike Hommey2007-11-112-2/+1