summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wc/diff'Junio C Hamano2007-12-1412-192/+396
|\
| * Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-141-0/+29
| * Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-142-4/+4
| * Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta2007-12-131-20/+70
| * Make "diff --check" output match "git apply"Wincent Colaiuta2007-12-132-4/+3
| * Unify whitespace checkingWincent Colaiuta2007-12-135-164/+139
| * diff --check: minor fixupsJunio C Hamano2007-12-137-28/+26
| * "diff --check" should affect exit statusWincent Colaiuta2007-12-138-18/+171
* | Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-144-163/+89
* | Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-142-28/+45
* | Use strbuf in http codeMike Hommey2007-12-145-201/+108
* | Avoid redundant declaration of missing_target()Mike Hommey2007-12-143-26/+13
* | Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey2007-12-141-1/+0
* | Remove the default_headers variable from http-push.cMike Hommey2007-12-141-7/+0
* | Fix random sha1 in error message in http-fetch and http-pushMike Hommey2007-12-142-4/+6
* | Fix some more memory leaks in http-push.cMike Hommey2007-12-141-2/+11
* | Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg2007-12-141-53/+38
* | fast-import: fix unalinged allocation and accessDavid S. Miller2007-12-141-5/+5
* | remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano2007-12-141-1/+1
* | commit: allow --amend to reuse message from another commitJunio C Hamano2007-12-142-1/+18
* | git-svn: handle our top-level path being deleted and later re-addedEric Wong2007-12-142-0/+53
* | cvsexportcommit: fix massive commitsJeff King2007-12-141-14/+23
* | Documentation: describe pack idx v2linux@horizon.com2007-12-141-33/+61
* | xdiff tail trimming: use correct type.Junio C Hamano2007-12-141-3/+2
|/
* xdi_diff: trim common trailing linesJunio C Hamano2007-12-131-1/+33
* xdl_diff: identify call sites.Junio C Hamano2007-12-138-10/+16
* provide advance warning of some future pack default changesNicolas Pitre2007-12-131-0/+11
* git-svn: unlink internal index files after operationsEric Wong2007-12-131-0/+3
* git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft2007-12-131-4/+13
* Fix spelling mistakes in user manualShawn Bohrer2007-12-131-3/+3
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-123-4/+8
* GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2007-12-122-2/+17
* Merge branch 'cc/help'Junio C Hamano2007-12-1212-57/+340
|\
| * RPM spec: Adjust htmldirJunio C Hamano2007-12-121-4/+8
| * git-help -w: do not require to be in git repositoryJunio C Hamano2007-12-122-24/+34
| * git.spec.in: remove python_pathJunio C Hamano2007-12-121-3/+0
| * Documentation: rename git.texi to user-manual.texiJunio C Hamano2007-12-121-3/+3
| * Add git-browse-help to .gitignoreJeff King2007-12-101-0/+1
| * git-help -i: show info documentation from matching version of gitJunio C Hamano2007-12-102-1/+6
| * git-help -i: invoke info with document and node nameJunio C Hamano2007-12-101-1/+1
| * Documentation: add gitman.info targetJunio C Hamano2007-12-102-8/+66
| * Merge branch 'master' into cc/helpJunio C Hamano2007-12-10116-2054/+5116
| |\
| * | Documentation: describe -w/--web option to "git-help".Christian Couder2007-12-092-2/+22
| * | Use {web,instaweb,help}.browser config options.Christian Couder2007-12-092-2/+7
| * | git-help: add -w|--web option to display html man page in a browser.Christian Couder2007-12-094-17/+171
| * | Documentation: describe -i/--info option to "git-help"Christian Couder2007-12-032-2/+12
| * | git-help: add -i|--info option to display info page.Christian Couder2007-12-031-8/+27
* | | 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