summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Libravatar Johannes Sixt2-2/+3
2008-06-26Windows: A rudimentary poll() emulation.Libravatar Johannes Sixt1-1/+56
2008-06-25update-hook-example: optionally allow non-fast-forwardLibravatar Dmitry Potapov1-33/+53
2008-06-25git-send-email: add support for TLS via Net::SMTP::SSLLibravatar Thomas Rast2-9/+40
2008-06-25git-send-email: Accept fifos as well as filesLibravatar Kevin Ballard1-3/+5
2008-06-25pack.indexversion config option now defaults to 2Libravatar Nicolas Pitre3-4/+13
2008-06-25Merge branch 'maint'Libravatar Junio C Hamano6-11/+53
2008-06-25Allow "git-reset path" when unambiguousLibravatar Junio C Hamano2-5/+81
2008-06-25Fix use of "perl -i" on WindowsLibravatar Alex Riesen3-8/+8
2008-06-25GIT 1.5.6.1Libravatar Junio C Hamano3-6/+35
2008-06-25Merge branch 'sb/rebase'Libravatar Junio C Hamano1-9/+34
2008-06-25Merge branch 'lw/gitweb'Libravatar Junio C Hamano1-106/+105
2008-06-25Merge branch 'lt/config-fsync'Libravatar Junio C Hamano5-21/+74
2008-06-25Merge branch 'sr/tests'Libravatar Junio C Hamano3-4/+57
2008-06-25Merge branch 'jh/clone-packed-refs'Libravatar Junio C Hamano7-125/+151
2008-06-25Merge branch 'lw/perlish'Libravatar Junio C Hamano3-0/+197
2008-06-25fix update-hook-example to work with packed tag referencesLibravatar Dmitry Potapov1-1/+1
2008-06-25clone: create intermediate directories of destination repoLibravatar Jeff King5-11/+39
2008-06-25Merge branch 'jc/maint-combine-diff-pre-context' into maintLibravatar Junio C Hamano1-2/+5
2008-06-25Merge branch 'lt/maint-gitdir-relative' into maintLibravatar Junio C Hamano3-1/+20
2008-06-25Merge branch 'sb/maint-rebase' into maintLibravatar Junio C Hamano1-4/+10
2008-06-25for-each-ref: implement missing tag valuesLibravatar Jeff King1-0/+7
2008-06-25repack.usedeltabaseoffset config option now defaults to "true"Libravatar Nicolas Pitre2-7/+7
2008-06-24verify-pack: test for detection of index v2 object CRC mismatchLibravatar Nicolas Pitre1-0/+14
2008-06-24verify-pack: check packed object CRC when using index version 2Libravatar Nicolas Pitre3-25/+38
2008-06-24move show_pack_info() where it belongsLibravatar Nicolas Pitre6-70/+67
2008-06-24optimize verify-pack a bitLibravatar Nicolas Pitre3-4/+3
2008-06-24clone: create intermediate directories of destination repoLibravatar Jeff King5-11/+39
2008-06-24Keep some git-* programs in $(bindir)Libravatar Junio C Hamano1-1/+1
2008-06-24Ship sample hooks with .sample suffixLibravatar Junio C Hamano12-25/+25
2008-06-24pre-rebase hook updateLibravatar Junio C Hamano1-4/+23
2008-06-24refactor pack structure allocationLibravatar Nicolas Pitre1-18/+15
2008-06-23Prepare execv_git_cmd() for removal of builtins from the filesystemLibravatar Junio C Hamano2-20/+43
2008-06-23git-shell: accept "git foo" formLibravatar Junio C Hamano1-4/+13
2008-06-23test case for pack resilience against corruptionsLibravatar Nicolas Pitre1-0/+194
2008-06-23implement some resilience against pack corruptionsLibravatar Nicolas Pitre2-16/+78
2008-06-23call init_pack_revindex() lazilyLibravatar Nicolas Pitre4-6/+4
2008-06-23Merge branch 'maint'Libravatar Junio C Hamano3-3/+36
2008-06-23git-svn: make rebuild respect rewriteRoot optionLibravatar Jan Krüger2-3/+35
2008-06-23Workaround for AIX mkstemp()Libravatar Patrick Higgins1-0/+1
2008-06-23t9301-fast-export.sh: Remove debug lineLibravatar Michele Ballabio1-1/+0
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt3-14/+153
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt2-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt2-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt2-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Libravatar Johannes Sixt1-0/+1
2008-06-23Windows: Implement gettimeofday().Libravatar Johannes Sixt1-1/+14
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Libravatar Johannes Sixt2-5/+9
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt2-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Libravatar Johannes Schindelin1-0/+8