aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | apply: Allow blank context lines to match beyond EOFBjörn Gustavsson2010-03-06
| * | | | | | | | | | | | | | | apply: Remove the quick rejection testBjörn Gustavsson2010-03-06
| * | | | | | | | | | | | | | | apply: Don't unnecessarily update line lengths in the preimageBjörn Gustavsson2010-03-06
* | | | | | | | | | | | | | | | Documentation: explain the meaning of "-g" in git-describe outputMarkus Heidelberg2010-03-24
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Git 1.7.0.3v1.7.0.3Junio C Hamano2010-03-21
* | | | | | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-03-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Documentation/git-clone: Transform description list into item listMichael J Gruber2010-03-21
| * | | | | | | | | | | | | | Documentation/urls: Remove spurious example markersMichael J Gruber2010-03-21
| * | | | | | | | | | | | | | Documentation/gitdiffcore: Remove misleading date in headingMichael J Gruber2010-03-21
| * | | | | | | | | | | | | | Documentation/git-reflog: Fix formatting of command listsMichael J Gruber2010-03-21
* | | | | | | | | | | | | | | .mailmap: Map the the first submissions of MJG by e-mailMichael J Gruber2010-03-21
| |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Update draft release notes to 1.7.0.3Junio C Hamano2010-03-20
* | | | | | | | | | | | | | fetch: Fix minor memory leakAndreas Gruenbacher2010-03-20
* | | | | | | | | | | | | | fetch: Future-proof initialization of a refspec on stackAndreas Gruenbacher2010-03-20
* | | | | | | | | | | | | | fetch: Check for a "^{}" suffix with suffixcmp()Andreas Gruenbacher2010-03-20
* | | | | | | | | | | | | | daemon: parse_host_and_port SIGSEGV if port is specifiedImre Deak2010-03-20
* | | | | | | | | | | | | | Makefile: Fix CDPATH problemJonathan Nieder2010-03-20
* | | | | | | | | | | | | | pull: replace unnecessary sed invocationStephen Boyd2010-03-20
* | | | | | | | | | | | | | Documentation: receive.denyCurrentBranch defaults to 'refuse'Thomas Rast2010-03-17
* | | | | | | | | | | | | | bash: complete *_HEAD refs if presentIan Ward Comfort2010-03-17
* | | | | | | | | | | | | | Documentation/git-read-tree: clarify 2-tree mergeMichael J Gruber2010-03-15
* | | | | | | | | | | | | | Documentation/git-read-tree: fix table layoutMichael J Gruber2010-03-15
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | don't use default revision if a rev was specifiedDave Olszewski2010-03-13
* | | | | | | | | | | | | for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe2010-03-13
* | | | | | | | | | | | | t/Makefile: remove test artifacts upon "make clean"Junio C Hamano2010-03-13
* | | | | | | | | | | | | blame: fix indent of line numbersRené Scharfe2010-03-13
* | | | | | | | | | | | | t9400: Use test_cmp when appropriateJunio C Hamano2010-03-11
* | | | | | | | | | | | | Merge accumulated fixes to prepare for 1.7.0.3Junio C Hamano2010-03-08
* | | | | | | | | | | | | Merge branch 'mw/maint-gcc-warns-unused-write' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | run-command.c: fix build warnings on UbuntuMichael Wookey2010-03-03
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-25
* | | | | | | | | | | | | | Merge branch 'gb/maint-submodule-env' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | is_submodule_modified(): clear environment properlyGiuseppe Bilotta2010-02-24
| * | | | | | | | | | | | | | submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta2010-02-24
| * | | | | | | | | | | | | | shell setup: clear_local_git_env() functionGiuseppe Bilotta2010-02-24
| * | | | | | | | | | | | | | rev-parse: --local-env-vars optionGiuseppe Bilotta2010-02-24
| * | | | | | | | | | | | | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-24
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'as/maint-expire' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | reflog: honor gc.reflogexpire=neverAdam Simpkins2010-02-28
| * | | | | | | | | | | | | | prune: honor --expire=neverAdam Simpkins2010-02-28
* | | | | | | | | | | | | | | Merge branch 'ml/maint-grep-doc' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | grep docs: document --no-index optionMark Lodato2010-02-25
| * | | | | | | | | | | | | | | grep docs: --cached and <tree>... are incompatibleMark Lodato2010-02-25
| * | | | | | | | | | | | | | | grep docs: use AsciiDoc literals consistentlyMark Lodato2010-02-25
| * | | | | | | | | | | | | | | grep docs: pluralize "Example" sectionMark Lodato2010-02-25
* | | | | | | | | | | | | | | | Merge branch 'jk/maint-push-tracking-wo-remote' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | push: fix segfault for odd configJeff King2010-02-24
* | | | | | | | | | | | | | | | | Merge branch 'jc/fetch-param' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fetch --all/--multiple: keep all the fetched branch informationJunio C Hamano2010-02-24