summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Remove a CURLOPT_HTTPHEADER (un)settingLibravatar Mike Hommey1-1/+0
2007-12-14Remove the default_headers variable from http-push.cLibravatar Mike Hommey1-7/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushLibravatar Mike Hommey2-4/+6
2007-12-14Fix some more memory leaks in http-push.cLibravatar Mike Hommey1-2/+11
2007-12-14Test interaction between diff --check and --exit-codeLibravatar Wincent Colaiuta1-0/+29
2007-12-14Use shorter error messages for whitespace problemsLibravatar Wincent Colaiuta2-4/+4
2007-12-14Use a strbuf for building up section header and key/value pair strings.Libravatar Kristian Høgsberg1-53/+38
2007-12-14fast-import: fix unalinged allocation and accessLibravatar David S. Miller1-5/+5
2007-12-14remote: Fix bogus make_branch() call in configuration reader.Libravatar Junio C Hamano1-1/+1
2007-12-14commit: allow --amend to reuse message from another commitLibravatar Junio C Hamano2-1/+18
2007-12-14git-svn: handle our top-level path being deleted and later re-addedLibravatar Eric Wong2-0/+53
2007-12-14cvsexportcommit: fix massive commitsLibravatar Jeff King1-14/+23
2007-12-14Documentation: describe pack idx v2Libravatar linux@horizon.com1-33/+61
2007-12-14xdiff tail trimming: use correct type.Libravatar Junio C Hamano1-3/+2
2007-12-13Add tests for "git diff --check" with core.whitespace optionsLibravatar Wincent Colaiuta1-20/+70
2007-12-13Make "diff --check" output match "git apply"Libravatar Wincent Colaiuta2-4/+3
2007-12-13Unify whitespace checkingLibravatar Wincent Colaiuta5-164/+139
2007-12-13diff --check: minor fixupsLibravatar Junio C Hamano7-28/+26
2007-12-13"diff --check" should affect exit statusLibravatar Wincent Colaiuta8-18/+171
2007-12-13xdi_diff: trim common trailing linesLibravatar Junio C Hamano1-1/+33
2007-12-13xdl_diff: identify call sites.Libravatar Junio C Hamano8-10/+16
2007-12-13provide advance warning of some future pack default changesLibravatar Nicolas Pitre1-0/+11
2007-12-13git-svn: unlink internal index files after operationsLibravatar Eric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Libravatar Andy Whitcroft1-4/+13
2007-12-13Fix spelling mistakes in user manualLibravatar Shawn Bohrer1-3/+3
2007-12-12git-commit: squelch needless message during an empty mergeLibravatar Junio C Hamano3-4/+8
2007-12-12GIT 1.5.4-rc0Libravatar Junio C Hamano2-2/+17
2007-12-12Merge branch 'cc/help'Libravatar Junio C Hamano12-57/+340
2007-12-12RPM spec: Adjust htmldirLibravatar Junio C Hamano1-4/+8
2007-12-12git-help -w: do not require to be in git repositoryLibravatar Junio C Hamano2-24/+34
2007-12-12Merge branch 'jc/shortlog-e'Libravatar Junio C Hamano6-22/+37
2007-12-12Merge branch 'ew/svn-rev-db'Libravatar Junio C Hamano3-107/+258
2007-12-12Merge branch 'jc/merge-recursive-gitlink'Libravatar Junio C Hamano2-4/+10
2007-12-12Merge branch 'jk/svn-color'Libravatar Junio C Hamano5-37/+18
2007-12-12git.spec.in: remove python_pathLibravatar Junio C Hamano1-3/+0
2007-12-12Documentation: rename git.texi to user-manual.texiLibravatar Junio C Hamano1-3/+3
2007-12-12disable t9119 for now.Libravatar Junio C Hamano1-0/+2
2007-12-12Fix "diff --check" whitespace detectionLibravatar Wincent Colaiuta2-3/+19
2007-12-12git-diff --numstat -z: make it machine readableLibravatar Junio C Hamano2-32/+129
2007-12-12Documentation: minor grammar fix for "git apply"Libravatar Wincent Colaiuta1-1/+1
2007-12-12Use "whitespace" consistentlyLibravatar Wincent Colaiuta3-10/+9
2007-12-12Fix XML parser leaks in http-pushLibravatar Mike Hommey1-6/+9
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsLibravatar Mike Hommey3-1/+6
2007-12-12Fix git-fast-export for zero-sized blobsLibravatar Alex Riesen1-1/+1
2007-12-12Fix clone not to ignore depth when performing a local cloneLibravatar Charles Bailey1-1/+4
2007-12-11shortlog: default to HEAD when the standard input is a ttyLibravatar Junio C Hamano5-19/+19
2007-12-11blame: drop blob data after passing blame to the parentLibravatar Junio C Hamano1-2/+15
2007-12-11git-clone: print an error message when trying to clone empty repoLibravatar Jeff King1-1/+2
2007-12-11Invert numbers and names in the git-shortlog summary mode.Libravatar Pierre Habouzit1-1/+1
2007-12-11shortlog: document -e optionLibravatar Jeff King1-2/+5