15121 Commits (d492b31cafe9aa5ce001b1d48815f4c0bb40d01a)
 

Author SHA1 Message Date
Johannes Sixt be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. 17 years ago
Johannes Sixt 6ed807f843 Windows: A rudimentary poll() emulation. 17 years ago
Dmitry Potapov f9a08f618f update-hook-example: optionally allow non-fast-forward 17 years ago
Thomas Rast f6bebd121a git-send-email: add support for TLS via Net::SMTP::SSL 17 years ago
Kevin Ballard 300913bd44 git-send-email: Accept fifos as well as files 17 years ago
Nicolas Pitre c0a5e2d477 pack.indexversion config option now defaults to 2 17 years ago
Junio C Hamano 41e98de428 Merge branch 'maint' 17 years ago
Junio C Hamano dfc8f39e43 Allow "git-reset path" when unambiguous 17 years ago
Alex Riesen 3015fa5846 Fix use of "perl -i" on Windows 17 years ago
Junio C Hamano e636106c76 GIT 1.5.6.1 17 years ago
Abhijit Menon-Sen f531e463f0 git-gui: Don't select the wrong file if the last listed file is staged. 17 years ago
Junio C Hamano e2da671a64 Merge branch 'sb/rebase' 17 years ago
Junio C Hamano 78e996451b Merge branch 'lw/gitweb' 17 years ago
Junio C Hamano abf7e0df17 Merge branch 'lt/config-fsync' 17 years ago
Junio C Hamano e4403d8bd3 Merge branch 'sr/tests' 17 years ago
Junio C Hamano 01d8ff70f4 Merge branch 'jh/clone-packed-refs' 17 years ago
Junio C Hamano 14f0e48db7 Merge branch 'lw/perlish' 17 years ago
Dmitry Potapov df79b9fdb8 fix update-hook-example to work with packed tag references 17 years ago
Jeff King 2beebd22f4 clone: create intermediate directories of destination repo 17 years ago
Junio C Hamano 4ace4fc584 Merge branch 'jc/maint-combine-diff-pre-context' into maint 17 years ago
Junio C Hamano 41cb0fc100 Merge branch 'lt/maint-gitdir-relative' into maint 17 years ago
Junio C Hamano 340a6b58da Merge branch 'sb/maint-rebase' into maint 17 years ago
Jeff King 87412ec1f1 for-each-ref: implement missing tag values 17 years ago
Nicolas Pitre 22c79eab29 repack.usedeltabaseoffset config option now defaults to "true" 17 years ago
Nicolas Pitre 85fe23ed2a verify-pack: test for detection of index v2 object CRC mismatch 17 years ago
Nicolas Pitre c41a4a9468 verify-pack: check packed object CRC when using index version 2 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago
Nicolas Pitre 99093238bb optimize verify-pack a bit 17 years ago
Jeff King 8e21d63b02 clone: create intermediate directories of destination repo 17 years ago
Junio C Hamano 98db51e624 Keep some git-* programs in $(bindir) 17 years ago
Junio C Hamano f98f8cbac0 Ship sample hooks with .sample suffix 17 years ago
Junio C Hamano ba2d0f4f35 pre-rebase hook update 17 years ago
Nicolas Pitre 27d69a465d refactor pack structure allocation 17 years ago
Junio C Hamano 7550be0a2b Prepare execv_git_cmd() for removal of builtins from the filesystem 17 years ago
Junio C Hamano 0a47dc110e git-shell: accept "git foo" form 17 years ago
Nicolas Pitre 29b0d01912 test case for pack resilience against corruptions 17 years ago
Nicolas Pitre 8eca0b47ff implement some resilience against pack corruptions 17 years ago
Nicolas Pitre 1f5c74f6cf call init_pack_revindex() lazily 17 years ago
Junio C Hamano 6b516d984b Merge branch 'maint' 17 years ago
Jan Krüger 74b1e12357 git-svn: make rebuild respect rewriteRoot option 17 years ago
Patrick Higgins 6ff6af62ec Workaround for AIX mkstemp() 17 years ago
Michele Ballabio f2ab7f82b7 t9301-fast-export.sh: Remove debug line 17 years ago
Johannes Sixt ba26f296f9 Windows: Implement start_command(). 17 years ago
Johannes Sixt 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. 17 years ago
Johannes Sixt f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. 17 years ago
Johannes Sixt 6072fc314e Windows: Implement setitimer() and sigaction(). 17 years ago
Johannes Sixt 82f8d969f5 Windows: Fix PRIuMAX definition. 17 years ago
Johannes Sixt a42a0c2e71 Windows: Implement gettimeofday(). 17 years ago
Johannes Sixt bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() 17 years ago
Johannes Sixt ea9e98c3a5 Windows: Work around misbehaved rename(). 17 years ago