aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * | | | | | builtin-fetch --all/--multi: propagate options correctlyJunio C Hamano2010-02-24
| * | | | | | t5521: fix and modernizeJunio C Hamano2010-02-24
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ne/pack-local-doc' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \
| * | | | | | pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage2010-02-24
| * | | | | | pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano2010-02-24
| * | | | | | Documentation: pack-objects: Clarify --local's semantics.Nelson Elhage2010-02-20
* | | | | | | Merge branch 'jk/maint-add--interactive-delete' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \
| * | | | | | | add-interactive: fix bogus diff header line orderingJeff King2010-02-22
* | | | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-08
|\ \ \ \ \ \ \ \
| * | | | | | | | Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2010-02-22
| * | | | | | | | git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy2010-02-22