summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-27Document the double-dash "rev -- path" disambiguatorLibravatar Junio C Hamano1-4/+33
2008-06-26Update sample pre-commit hook to use "diff --check"Libravatar Junio C Hamano1-58/+6
2008-06-26diff --check: detect leftover conflict markersLibravatar Junio C Hamano2-0/+49
2008-06-26Teach "diff --check" about new blank lines at endLibravatar Junio C Hamano4-2/+37
2008-06-26checkdiff: pass diff_options to the callbackLibravatar Junio C Hamano1-10/+11
2008-06-26Don't use dash commands (git-foo) in tutorial-2Libravatar Ted Percival1-5/+5
2008-06-26test-lib.sh: show git init output when in verbose modeLibravatar Lea Wiemann1-1/+1
2008-06-26check_and_emit_line(): rename and refactorLibravatar Junio C Hamano4-16/+25
2008-06-26diff --check: explain why we do not care whether old side is binaryLibravatar Junio C Hamano1-2/+9
2008-06-26Merge branch 'maint'Libravatar Junio C Hamano5-7/+80
2008-06-26Merge branch 'maint-1.5.5' into maintLibravatar Junio C Hamano3-4/+67
2008-06-26GIT 1.5.5.5Libravatar Junio C Hamano3-2/+13
2008-06-26Merge branch 'maint-1.5.4' into maint-1.5.5Libravatar Junio C Hamano2-4/+56
2008-06-26GIT 1.5.4.6Libravatar Junio C Hamano3-2/+45
2008-06-26git-shell: accept "git foo" formLibravatar Junio C Hamano1-4/+13
2008-06-26diff --check: do not discard error status upon seeing a good lineLibravatar Junio C Hamano2-3/+13
2008-06-26improve for-each-ref test scriptLibravatar Jeff King1-17/+70
2008-06-26Add 'git-p4.allowSubmit' to git-p4Libravatar Jing Xue1-0/+4
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