aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\
| * send-pack: cluster ref status reportingJeff King2007-11-20
| * send-pack: fix "everything up-to-date" messageJeff King2007-11-18
| * send-pack: tighten remote error reportingJeff King2007-11-18
| * make "find_ref_by_name" a public functionJeff King2007-11-18
| * Fix warning about bitfield in struct refShawn O. Pearce2007-11-18
| * send-pack: assign remote errors to each refJeff King2007-11-17
| * send-pack: check ref->status before updating tracking refsJeff King2007-11-17
| * send-pack: track errors for each refJeff King2007-11-17
| * Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-14
| |\
| | * git-push: add documentation for the newly added --mirror modeAndy Whitcroft2007-11-12
| | * Add tests for git push'es mirror modeAndy Whitcroft2007-11-12
| | * git-push: plumb in --mirror modeAndy Whitcroft2007-11-09
| | * Teach send-pack a mirror modeAndy Whitcroft2007-11-09
| | * Merge master into aw/mirror-pushJunio C Hamano2007-11-09
| | |\
| | * \ Merge branch 'jk/terse-push' into aw/mirror-pushJunio C Hamano2007-11-09
| | |\ \
| | | * | send-pack: segfault fix on forced pushJunio C Hamano2007-11-08
| | | * | send-pack: require --verbose to show update of tracking refsJeff King2007-11-05
| | | * | receive-pack: don't mention successful updatesJeff King2007-11-05
| | | * | more terse push outputJeff King2007-11-05
| * | | | Merge branch 'ar/send-pack-remote-track' into jk/send-packJunio C Hamano2007-11-14
| |\ \ \ \
| | * | | | Update the tracking references only if they were succesfully updated on remoteAlex Riesen2007-11-12
| | * | | | Add a test checking if send-pack updated local tracking branches correctlyAlex Riesen2007-11-12
| * | | | | Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-06
| | * | | | Build in ls-remoteDaniel Barkalow2007-11-05
| | * | | | Use built-in send-pack.Daniel Barkalow2007-11-02
| | | |/ / | | |/| |
| | * | | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-02
| | * | | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-02
| | * | | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
* | | | | Merge branch 'sb/clean'Junio C Hamano2007-11-24
|\ \ \ \ \
| * | | | | Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-18
| * | | | | git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-18
| * | | | | Make git-clean a builtinShawn Bohrer2007-11-18
* | | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-24
|\ \ \ \ \ \
| * | | | | | fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-17
| * | | | | | rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre2007-11-15
| * | | | | | Allow ETC_GITCONFIG to be a relative path.Johannes Sixt2007-11-14
| * | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-14
| * | | | | | Allow a relative builtin template directory.Johannes Sixt2007-11-14
| * | | | | | Close files opened by lock_file() before unlinking.Johannes Schindelin2007-11-14
| * | | | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-14
| * | | | | | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-14
| * | | | | | Use is_absolute_path() in sha1_file.c.Johannes Sixt2007-11-14
| * | | | | | Skip t3902-quoted.sh if the file system does not support funny names.Johannes Sixt2007-11-14
| * | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt2007-11-14
| * | | | | | t7501-commit.sh: Not all seds understand option -iJohannes Sixt2007-11-14
| * | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt2007-11-14
* | | | | | | Merge branch 'mh/rebase-skip-hard'Junio C Hamano2007-11-24
|\ \ \ \ \ \ \
| * | | | | | | Do git reset --hard HEAD when using git rebase --skipMike Hommey2007-11-11