aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | rename git-browse--help to git-help--browseJeff King2007-12-16
* | Fix a memory leak李鸿2007-12-16
* | gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2007-12-16
* | gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski2007-12-16
* | gitweb: disambiguate heads and tags withs the same nameJakub Narebski2007-12-16
* | teach bash completion to treat commands with "--" as a helperJeff King2007-12-16
* | trim_common_tail: brown paper bag fix.Jeff King2007-12-16
* | Update draft release notes for 1.5.4Junio C Hamano2007-12-14
* | Start preparing the API documents.Junio C Hamano2007-12-14
* | Retire git-runstatus for real.Junio C Hamano2007-12-14
* | Rename git-browse-help helper to git-browse--helpJunio C Hamano2007-12-14
* | git-help: add "help.format" config variable.Christian Couder2007-12-14
* | Merge branch 'wc/diff'Junio C Hamano2007-12-14
|\ \
| * | Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-14
| * | Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-14
| * | Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta2007-12-13
| * | Make "diff --check" output match "git apply"Wincent Colaiuta2007-12-13
| * | Unify whitespace checkingWincent Colaiuta2007-12-13
| * | diff --check: minor fixupsJunio C Hamano2007-12-13
| * | "diff --check" should affect exit statusWincent Colaiuta2007-12-13
* | | Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-14
* | | Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-14
* | | Use strbuf in http codeMike Hommey2007-12-14
* | | Avoid redundant declaration of missing_target()Mike Hommey2007-12-14
* | | Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey2007-12-14
* | | Remove the default_headers variable from http-push.cMike Hommey2007-12-14
* | | Fix random sha1 in error message in http-fetch and http-pushMike Hommey2007-12-14
* | | Fix some more memory leaks in http-push.cMike Hommey2007-12-14
* | | Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg2007-12-14
* | | fast-import: fix unalinged allocation and accessDavid S. Miller2007-12-14
* | | remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano2007-12-14
* | | commit: allow --amend to reuse message from another commitJunio C Hamano2007-12-14
* | | git-svn: handle our top-level path being deleted and later re-addedEric Wong2007-12-14
* | | cvsexportcommit: fix massive commitsJeff King2007-12-14
* | | Documentation: describe pack idx v2linux@horizon.com2007-12-14
* | | xdiff tail trimming: use correct type.Junio C Hamano2007-12-14
|/ /
* | xdi_diff: trim common trailing linesJunio C Hamano2007-12-13
* | xdl_diff: identify call sites.Junio C Hamano2007-12-13
* | provide advance warning of some future pack default changesNicolas Pitre2007-12-13
* | git-svn: unlink internal index files after operationsEric Wong2007-12-13
* | git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft2007-12-13
* | Fix spelling mistakes in user manualShawn Bohrer2007-12-13
* | git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-12
* | GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2007-12-12
* | Merge branch 'cc/help'Junio C Hamano2007-12-12
|\ \
| * | RPM spec: Adjust htmldirJunio C Hamano2007-12-12
| * | git-help -w: do not require to be in git repositoryJunio C Hamano2007-12-12
| * | git.spec.in: remove python_pathJunio C Hamano2007-12-12
| * | Documentation: rename git.texi to user-manual.texiJunio C Hamano2007-12-12
| * | Add git-browse-help to .gitignoreJeff King2007-12-10