summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | 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-072-1/+57
| | * | | | | | | | | | | | | | Build in ls-remoteDaniel Barkalow2007-11-055-9/+9
| | * | | | | | | | | | | | | | Use built-in send-pack.Daniel Barkalow2007-11-031-41/+10
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-035-37/+64
| | * | | | | | | | | | | | | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-034-30/+30
| | * | | | | | | | | | | | | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-039-33/+57
* | | | | | | | | | | | | | | Merge branch 'sb/clean'Junio C Hamano2007-11-255-1/+157
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-191-12/+5
| * | | | | | | | | | | | | | | git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-191-3/+9
| * | | | | | | | | | | | | | | Make git-clean a builtinShawn Bohrer2007-11-195-1/+158
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-2516-71/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-181-26/+16
| * | | | | | | | | | | | | | | rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre2007-11-161-7/+2
| * | | | | | | | | | | | | | | Allow ETC_GITCONFIG to be a relative path.Johannes Sixt2007-11-151-1/+12
| * | | | | | | | | | | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-154-5/+14
| * | | | | | | | | | | | | | | Allow a relative builtin template directory.Johannes Sixt2007-11-151-3/+13
| * | | | | | | | | | | | | | | Close files opened by lock_file() before unlinking.Johannes Schindelin2007-11-152-7/+11
| * | | | | | | | | | | | | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-151-1/+1
| * | | | | | | | | | | | | | | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-153-3/+2
| * | | | | | | | | | | | | | | Use is_absolute_path() in sha1_file.c.Johannes Sixt2007-11-151-4/+4
| * | | | | | | | | | | | | | | Skip t3902-quoted.sh if the file system does not support funny names.Johannes Sixt2007-11-151-0/+7
| * | | | | | | | | | | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt2007-11-151-2/+23
| * | | | | | | | | | | | | | | t7501-commit.sh: Not all seds understand option -iJohannes Sixt2007-11-151-2/+4
| * | | | | | | | | | | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt2007-11-151-16/+18
* | | | | | | | | | | | | | | | Merge branch 'mh/rebase-skip-hard'Junio C Hamano2007-11-252-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Do git reset --hard HEAD when using git rebase --skipMike Hommey2007-11-122-2/+1
* | | | | | | | | | | | | | | | | Merge branch 'cc/bisect'Junio C Hamano2007-11-252-15/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Bisect reset: do nothing when not bisecting.Christian Couder2007-11-202-1/+30
| * | | | | | | | | | | | | | | | | Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.Christian Couder2007-11-191-5/+2
| * | | | | | | | | | | | | | | | | Bisect visualize: use "for-each-ref" to list all good refs.Christian Couder2007-11-171-2/+2
| * | | | | | | | | | | | | | | | | git-bisect: modernize branch shuffling hackJunio C Hamano2007-11-161-3/+2
| * | | | | | | | | | | | | | | | | git-bisect: use update-ref to mark good/bad commitsJunio C Hamano2007-11-161-1/+1
| * | | | | | | | | | | | | | | | | git-bisect: war on "sed"Junio C Hamano2007-11-161-3/+2
| * | | | | | | | | | | | | | | | | Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-162-1/+19
* | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2007-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix sample pre-commit hookJunio C Hamano2007-11-231-1/+1
* | | | | | | | | | | | | | | | | Addendum to "MaintNotes"Junio C Hamano2007-11-231-0/+277
* | | | | | | | | | | | | | | | | Make test scripts executable.Junio C Hamano2007-11-231-0/+0
* | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2007-11-234-1/+21
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Make test scripts executable.Junio C Hamano2007-11-232-0/+0
| * | | | | | | | | | | | | | | | bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin2007-11-232-1/+21
* | | | | | | | | | | | | | | | | rebase -i: move help to end of todo fileJohannes Schindelin2007-11-232-7/+10
* | | | | | | | | | | | | | | | | git-merge-ours: make it a builtin.Thomas Harning2007-11-225-1/+32
* | | | | | | | | | | | | | | | | Refactor patch_update_cmdWincent Colaiuta2007-11-221-2/+4
* | | | | | | | | | | | | | | | | Authenticate only once in git-send-emailWincent Colaiuta2007-11-221-1/+2
* | | | | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2007-11-224-33/+598
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git-svn: allow `info' command to work offlineEric Wong2007-11-221-3/+23
| * | | | | | | | | | | | | | | | | git-svn: info --url [path]David D. Kilzer2007-11-223-3/+102
| * | | | | | | | | | | | | | | | | git-svn info: implement info commandDavid D. Kilzer2007-11-223-0/+413