summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/shortlog-e'Junio C Hamano2007-12-126-22/+37
|\
| * shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-115-19/+19
| * Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit2007-12-111-1/+1
| * shortlog: document -e optionJeff King2007-12-111-2/+5
| * git-shortlog -e: show e-mail address as wellJunio C Hamano2007-12-081-0/+12
* | Merge branch 'ew/svn-rev-db'Junio C Hamano2007-12-123-107/+258
|\ \
| * | git-svn: reinstate old rev_db optimization in new rev_mapEric Wong2007-12-101-14/+57
| * | git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong2007-12-103-110/+218
* | | Merge branch 'jc/merge-recursive-gitlink'Junio C Hamano2007-12-122-4/+10
|\ \ \
| * | | Support a merge with conflicting gitlink changeJunio C Hamano2007-12-112-4/+10
| |/ /
* | | Merge branch 'jk/svn-color'Junio C Hamano2007-12-125-37/+18
|\ \ \
| * | | git-svn: get color config from --get-colorboolJeff King2007-12-111-33/+2
| * | | Support GIT_PAGER_IN_USE environment variableJeff King2007-12-114-4/+16
| |/ /
* | | disable t9119 for now.Junio C Hamano2007-12-121-0/+2
* | | Fix "diff --check" whitespace detectionWincent Colaiuta2007-12-122-3/+19
* | | git-diff --numstat -z: make it machine readableJunio C Hamano2007-12-122-32/+129
* | | Documentation: minor grammar fix for "git apply"Wincent Colaiuta2007-12-121-1/+1
* | | Use "whitespace" consistentlyWincent Colaiuta2007-12-123-10/+9
* | | Fix XML parser leaks in http-pushMike Hommey2007-12-121-6/+9
* | | Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-123-1/+6
* | | Fix git-fast-export for zero-sized blobsAlex Riesen2007-12-121-1/+1
* | | Fix clone not to ignore depth when performing a local cloneCharles Bailey2007-12-121-1/+4
* | | blame: drop blob data after passing blame to the parentJunio C Hamano2007-12-111-2/+15
* | | git-clone: print an error message when trying to clone empty repoJeff King2007-12-111-1/+2
* | | git.el: Added a menu for git-status-mode.Alexandre Julliard2007-12-111-1/+42
* | | Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt2007-12-111-4/+4
* | | commit: do not add extra LF at the end of the summary.Junio C Hamano2007-12-111-3/+7
* | | "git tag -u keyname" brokenLinus Torvalds2007-12-112-10/+51
* | | send-email: do not muck with initial-reply-to when unset.Junio C Hamano2007-12-111-3/+4
* | | Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2007-12-112-6/+2
* | | autoconf: Check asciidoc version to automatically set ASCIIDOC8Jakub Narebski2007-12-112-0/+22
* | | pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre2007-12-101-0/+10
* | | Add more checkout testsDaniel Barkalow2007-12-101-3/+43
* | | Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen2007-12-101-1/+1
|/ /
* | Update draft Release Notes for 1.5.4Junio C Hamano2007-12-101-6/+19
* | Style fixes for pre-commit hook testsWincent Colaiuta2007-12-101-33/+57
* | Interactive editor tests for commit-msg hookWincent Colaiuta2007-12-101-43/+175
* | Re-fix ls-remoteJunio C Hamano2007-12-091-18/+21
* | Cleanup variables in http.[ch]Mike Hommey2007-12-092-32/+14
* | git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey2007-12-091-2/+3
* | don't mention index refreshing side effect in git-status docsJeff King2007-12-091-7/+0
* | Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy2007-12-091-1/+0
* | Merge branch 'jc/spht'Junio C Hamano2007-12-0912-111/+641
|\ \
| * | Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-0610-74/+233
| * | core.whitespace: documentation updates.Junio C Hamano2007-11-243-17/+38
| * | builtin-apply: teach whitespace_rulesJunio C Hamano2007-11-242-19/+182
| * | builtin-apply: rename "whitespace" variables and fix stylesJunio C Hamano2007-11-231-57/+91
| * | core.whitespace: add test for diff whitespace error highlightingJunio C Hamano2007-11-021-0/+76
| * | git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-023-2/+14
| * | War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-024-5/+70