Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 17 | -187/+261 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Reteach builtin-ls-remote to understand remotes | Shawn O. Pearce | 2007-11-07 | 2 | -1/+57 | |
| | * | | | | | | | | | | | | | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 5 | -9/+9 | |
| | * | | | | | | | | | | | | | | Use built-in send-pack. | Daniel Barkalow | 2007-11-03 | 1 | -41/+10 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-03 | 5 | -37/+64 | |
| | * | | | | | | | | | | | | | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-03 | 4 | -30/+30 | |
| | * | | | | | | | | | | | | | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-03 | 9 | -33/+57 | |
* | | | | | | | | | | | | | | | Merge branch 'sb/clean' | Junio C Hamano | 2007-11-25 | 5 | -1/+157 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Teach git clean to use setup_standard_excludes() | Shawn Bohrer | 2007-11-19 | 1 | -12/+5 | |
| * | | | | | | | | | | | | | | | git-clean: Fix error message if clean.requireForce is not set. | Junio C Hamano | 2007-11-19 | 1 | -3/+9 | |
| * | | | | | | | | | | | | | | | Make git-clean a builtin | Shawn Bohrer | 2007-11-19 | 5 | -1/+158 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-25 | 16 | -71/+121 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fetch-pack: Prepare for a side-band demultiplexer in a thread. | Johannes Sixt | 2007-11-18 | 1 | -26/+16 | |
| * | | | | | | | | | | | | | | | rehabilitate some t5302 tests on 32-bit off_t machines | Nicolas Pitre | 2007-11-16 | 1 | -7/+2 | |
| * | | | | | | | | | | | | | | | Allow ETC_GITCONFIG to be a relative path. | Johannes Sixt | 2007-11-15 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 2007-11-15 | 4 | -5/+14 | |
| * | | | | | | | | | | | | | | | Allow a relative builtin template directory. | Johannes Sixt | 2007-11-15 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | | | Close files opened by lock_file() before unlinking. | Johannes Schindelin | 2007-11-15 | 2 | -7/+11 | |
| * | | | | | | | | | | | | | | | builtin run_command: do not exit with -1. | Johannes Sixt | 2007-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 2007-11-15 | 3 | -3/+2 | |
| * | | | | | | | | | | | | | | | Use is_absolute_path() in sha1_file.c. | Johannes Sixt | 2007-11-15 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | Skip t3902-quoted.sh if the file system does not support funny names. | Johannes Sixt | 2007-11-15 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary. | Johannes Sixt | 2007-11-15 | 1 | -2/+23 | |
| * | | | | | | | | | | | | | | | t7501-commit.sh: Not all seds understand option -i | Johannes Sixt | 2007-11-15 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts. | Johannes Sixt | 2007-11-15 | 1 | -16/+18 | |
* | | | | | | | | | | | | | | | | Merge branch 'mh/rebase-skip-hard' | Junio C Hamano | 2007-11-25 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Do git reset --hard HEAD when using git rebase --skip | Mike Hommey | 2007-11-12 | 2 | -2/+1 | |
* | | | | | | | | | | | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2007-11-25 | 2 | -15/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Bisect reset: do nothing when not bisecting. | Christian Couder | 2007-11-20 | 2 | -1/+30 | |
| * | | | | | | | | | | | | | | | | | Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. | Christian Couder | 2007-11-19 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | | | Bisect visualize: use "for-each-ref" to list all good refs. | Christian Couder | 2007-11-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | git-bisect: modernize branch shuffling hack | Junio C Hamano | 2007-11-16 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | git-bisect: use update-ref to mark good/bad commits | Junio C Hamano | 2007-11-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | git-bisect: war on "sed" | Junio C Hamano | 2007-11-16 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | Bisect reset: remove bisect refs that may have been packed. | Christian Couder | 2007-11-16 | 2 | -1/+19 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix sample pre-commit hook | Junio C Hamano | 2007-11-23 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Addendum to "MaintNotes" | Junio C Hamano | 2007-11-23 | 1 | -0/+277 | |
* | | | | | | | | | | | | | | | | | Make test scripts executable. | Junio C Hamano | 2007-11-23 | 1 | -0/+0 | |
* | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-23 | 4 | -1/+21 | |
|\| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Make test scripts executable. | Junio C Hamano | 2007-11-23 | 2 | -0/+0 | |
| * | | | | | | | | | | | | | | | | bundle create: keep symbolic refs' names instead of resolving them | Johannes Schindelin | 2007-11-23 | 2 | -1/+21 | |
* | | | | | | | | | | | | | | | | | rebase -i: move help to end of todo file | Johannes Schindelin | 2007-11-23 | 2 | -7/+10 | |
* | | | | | | | | | | | | | | | | | git-merge-ours: make it a builtin. | Thomas Harning | 2007-11-22 | 5 | -1/+32 | |
* | | | | | | | | | | | | | | | | | Refactor patch_update_cmd | Wincent Colaiuta | 2007-11-22 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | Authenticate only once in git-send-email | Wincent Colaiuta | 2007-11-22 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2007-11-22 | 4 | -33/+598 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | git-svn: allow `info' command to work offline | Eric Wong | 2007-11-22 | 1 | -3/+23 | |
| * | | | | | | | | | | | | | | | | | git-svn: info --url [path] | David D. Kilzer | 2007-11-22 | 3 | -3/+102 | |
| * | | | | | | | | | | | | | | | | | git-svn info: implement info command | David D. Kilzer | 2007-11-22 | 3 | -0/+413 |