summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Documentation: remove {show,whatchanged}.difftree config optionsLibravatar Olivier Marin2-10/+0
2008-06-28git-svn: avoid filling up the disk with temp files.Libravatar Avery Pennarun1-1/+4
2008-06-28git cat-file: Fix memory leak in batch modeLibravatar Björn Steinbrink1-0/+1
2008-06-28git-send-email: prevent undefined variable warnings if no encryption is setLibravatar Thomas Rast1-0/+3
2008-06-28fix git config example syntaxLibravatar Joey Hess1-1/+1
2008-06-28avoid off-by-one error in run_upload_archiveLibravatar Jochen Voss1-1/+1
2008-06-28GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copyLibravatar Lea Wiemann1-1/+1
2008-06-28Allow git-apply to recount the lines in a hunk (AKA recountdiff)Libravatar Johannes Schindelin3-43/+101
2008-06-27commit-tree: lift completely arbitrary limit of 16 parentsLibravatar Johannes Schindelin1-23/+20
2008-06-27shrink git-shell by avoiding redundant dependenciesLibravatar Dmitry Potapov6-68/+79
2008-06-27help: check early if we have a command, if not try a documentation topicLibravatar Christian Couder1-8/+14
2008-06-27git-apply: handle a patch that touches the same path more than once betterLibravatar Don Zickus2-10/+157
2008-06-27fetch: report local storage errors in status tableLibravatar Jeff King1-12/+24
2008-06-27clone: respect url.insteadOf setting in global configsLibravatar Johannes Schindelin1-1/+2
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