summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't use default revision if a rev was specifiedDave Olszewski2010-03-132-2/+13
* for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe2010-03-131-10/+12
* t/Makefile: remove test artifacts upon "make clean"Junio C Hamano2010-03-131-0/+2
* blame: fix indent of line numbersRené Scharfe2010-03-132-2/+20
* t9400: Use test_cmp when appropriateJunio C Hamano2010-03-111-12/+12
* Merge accumulated fixes to prepare for 1.7.0.3Junio C Hamano2010-03-082-1/+35
* Merge branch 'mw/maint-gcc-warns-unused-write' into maintJunio C Hamano2010-03-081-4/+6
|\
| * run-command.c: fix build warnings on UbuntuMichael Wookey2010-03-031-4/+6
* | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-081-1/+1
|\ \
| * | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-251-1/+1
* | | Merge branch 'gb/maint-submodule-env' into maintJunio C Hamano2010-03-088-33/+69
|\ \ \
| * | | is_submodule_modified(): clear environment properlyGiuseppe Bilotta2010-02-241-11/+11
| * | | submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta2010-02-241-10/+10
| * | | shell setup: clear_local_git_env() functionGiuseppe Bilotta2010-02-241-0/+7
| * | | rev-parse: --local-env-vars optionGiuseppe Bilotta2010-02-242-0/+13
| * | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-243-12/+28
| | |/ | |/|
* | | Merge branch 'as/maint-expire' into maintJunio C Hamano2010-03-084-18/+86
|\ \ \
| * | | reflog: honor gc.reflogexpire=neverAdam Simpkins2010-02-282-4/+43
| * | | prune: honor --expire=neverAdam Simpkins2010-02-282-14/+43
* | | | Merge branch 'ml/maint-grep-doc' into maintJunio C Hamano2010-03-081-13/+17
|\ \ \ \
| * | | | grep docs: document --no-index optionMark Lodato2010-02-251-4/+8
| * | | | grep docs: --cached and <tree>... are incompatibleMark Lodato2010-02-251-3/+3
| * | | | grep docs: use AsciiDoc literals consistentlyMark Lodato2010-02-251-5/+5
| * | | | grep docs: pluralize "Example" sectionMark Lodato2010-02-251-2/+2
* | | | | Merge branch 'jk/maint-push-tracking-wo-remote' into maintJunio C Hamano2010-03-081-1/+1
|\ \ \ \ \
| * | | | | push: fix segfault for odd configJeff King2010-02-241-1/+1
* | | | | | Merge branch 'jc/fetch-param' into maintJunio C Hamano2010-03-082-33/+88
|\ \ \ \ \ \
| * | | | | | fetch --all/--multiple: keep all the fetched branch informationJunio C Hamano2010-02-242-7/+40
| * | | | | | builtin-fetch --all/--multi: propagate options correctlyJunio C Hamano2010-02-242-1/+29
| * | | | | | t5521: fix and modernizeJunio C Hamano2010-02-241-26/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ne/pack-local-doc' into maintJunio C Hamano2010-03-081-8/+7
|\ \ \ \ \ \
| * | | | | | pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage2010-02-241-2/+2
| * | | | | | pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano2010-02-241-3/+3
| * | | | | | Documentation: pack-objects: Clarify --local's semantics.Nelson Elhage2010-02-201-5/+4
* | | | | | | Merge branch 'jk/maint-add--interactive-delete' into maintJunio C Hamano2010-03-082-1/+31
|\ \ \ \ \ \ \
| * | | | | | | add-interactive: fix bogus diff header line orderingJeff King2010-02-222-1/+31
* | | | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-088-93/+172
|\ \ \ \ \ \ \ \
| * | | | | | | | Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2010-02-222-4/+4
| * | | | | | | | git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy2010-02-221-1/+0
| * | | | | | | | Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy2010-02-223-20/+10
| * | | | | | | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-223-2/+27
| * | | | | | | | Move gitmkstemps to path.cMatthieu Moy2010-02-223-71/+69
| * | | | | | | | Add a testcase for ACL with restrictive umask.Matthieu Moy2010-02-221-0/+67
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/maint-fix-mailinfo-strip' into maintJunio C Hamano2010-03-082-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | mailinfo: do not strip leading spaces even for a header lineJunio C Hamano2010-02-192-3/+2
* | | | | | | | | Merge branch 'jc/grep-author-all-match-implicit' into maintJunio C Hamano2010-03-086-10/+57
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-256-10/+57
* | | | | | | | | | Merge branch 'jc/checkout-detached' into maintJunio C Hamano2010-03-085-12/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Reword "detached HEAD" notificationJunio C Hamano2010-01-295-12/+46
* | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-03-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \