summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Start draft release notes for 1.6.0Libravatar Junio C Hamano2-1/+106
2008-06-26compat/pread.c: Add a forward declaration to fix a warningLibravatar Steffen Prohaska1-0/+6
2008-06-26Windows: Fix ntohl() related warnings about printf formattingLibravatar Steffen Prohaska1-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt2-0/+16
2008-06-26Windows: Make 'git help -a' work.Libravatar Johannes Sixt1-5/+28
2008-06-26Windows: Work around an oddity when a pipe with no reader is written to.Libravatar Johannes Sixt1-1/+6
2008-06-26Windows: Make the pager work.Libravatar Johannes Sixt1-2/+38
2008-06-26When installing, be prepared that template_dir may be relative.Libravatar Johannes Sixt2-5/+12
2008-06-26Windows: Use a relative default template_dir and ETC_GITCONFIGLibravatar Johannes Sixt1-0/+2
2008-06-26Windows: Compute the fallback for exec_path from the program invocation.Libravatar Johannes Sixt1-0/+29
2008-06-26Turn builtin_exec_path into a function.Libravatar Johannes Sixt1-3/+7
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt2-13/+41
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt2-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen2-1/+141
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt3-7/+199
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt2-0/+55
2008-06-26Windows: Work around incompatible sort and find.Libravatar Johannes Sixt1-0/+13
2008-06-26Windows: Implement asynchronous functions as threads.Libravatar Johannes Sixt3-1/+35
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