summaryrefslogtreecommitdiffstats
path: root/RelNotes (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-15Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey1-1/+0
2007-12-15Remove the default_headers variable from http-push.cMike Hommey1-7/+0
2007-12-15Fix random sha1 in error message in http-fetch and http-pushMike Hommey2-4/+6
2007-12-15Fix some more memory leaks in http-push.cMike Hommey1-2/+11
2007-12-15Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg1-53/+38
2007-12-15fast-import: fix unalinged allocation and accessDavid S. Miller1-5/+5
2007-12-15remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano1-1/+1
2007-12-15commit: allow --amend to reuse message from another commitJunio C Hamano2-1/+18
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong2-0/+53
2007-12-14cvsexportcommit: fix massive commitsJeff King1-14/+23
2007-12-14Documentation: describe pack idx v2linux@horizon.com1-33/+61
2007-12-14xdiff tail trimming: use correct type.Junio C Hamano1-3/+2
2007-12-14xdi_diff: trim common trailing linesJunio C Hamano1-1/+33
2007-12-14xdl_diff: identify call sites.Junio C Hamano8-10/+16
2007-12-14provide advance warning of some future pack default changesNicolas Pitre1-0/+11
2007-12-13git-svn: unlink internal index files after operationsEric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft1-4/+13
2007-12-13Fix spelling mistakes in user manualShawn Bohrer1-3/+3
2007-12-13git-commit: squelch needless message during an empty mergeJunio C Hamano3-4/+8
2007-12-13GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2-2/+17
2007-12-13RPM spec: Adjust htmldirJunio C Hamano1-4/+8
2007-12-13git-help -w: do not require to be in git repositoryJunio C Hamano2-24/+34
2007-12-12git.spec.in: remove python_pathJunio C Hamano1-3/+0
2007-12-12Documentation: rename git.texi to user-manual.texiJunio C Hamano1-3/+3
2007-12-12disable t9119 for now.Junio C Hamano1-0/+2
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta2-3/+19
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano2-32/+129
2007-12-12Documentation: minor grammar fix for "git apply"Wincent Colaiuta1-1/+1
2007-12-12Use "whitespace" consistentlyWincent Colaiuta3-10/+9
2007-12-12Fix XML parser leaks in http-pushMike Hommey1-6/+9
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey3-1/+6
2007-12-12Fix git-fast-export for zero-sized blobsAlex Riesen1-1/+1
2007-12-12Fix clone not to ignore depth when performing a local cloneCharles Bailey1-1/+4
2007-12-12shortlog: default to HEAD when the standard input is a ttyJunio C Hamano5-19/+19
2007-12-12blame: drop blob data after passing blame to the parentJunio C Hamano1-2/+15
2007-12-11git-clone: print an error message when trying to clone empty repoJeff King1-1/+2
2007-12-11Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit1-1/+1
2007-12-11shortlog: document -e optionJeff King1-2/+5
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard1-1/+42
2007-12-11Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt1-4/+4
2007-12-11git-svn: get color config from --get-colorboolJeff King1-33/+2
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King4-4/+16
2007-12-11Support a merge with conflicting gitlink changeJunio C Hamano2-4/+10
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano1-3/+7
2007-12-11"git tag -u keyname" brokenLinus Torvalds2-10/+51
2007-12-11send-email: do not muck with initial-reply-to when unset.Junio C Hamano1-3/+4
2007-12-11Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2-6/+2
2007-12-11autoconf: Check asciidoc version to automatically set ASCIIDOC8Jakub Narebski2-0/+22
2007-12-11git-svn: reinstate old rev_db optimization in new rev_mapEric Wong1-14/+57
2007-12-11git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong3-110/+218