summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-275-5/+325
|\
| * Add tests for rev-list --graph with options that simplify historyAdam Simpkins2009-08-241-0/+276
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-214-5/+49
* | Merge branch 'jh/submodule-foreach'Junio C Hamano2009-08-275-14/+346
|\ \
| * | git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-203-2/+31
| * | t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland2009-08-201-2/+4
| * | git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-183-6/+51
| * | git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-183-3/+36
| * | git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-183-4/+124
| * | git submodule foreach: test access to submodule name as '$name'Johan Herland2009-08-181-3/+3
| * | Add selftest for 'git submodule foreach'Johan Herland2009-08-181-0/+79
| * | git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland2009-08-181-3/+25
| * | git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2009-08-182-1/+3
* | | Merge branch 'jc/maint-unpack-objects-strict'Junio C Hamano2009-08-272-7/+44
|\ \ \
| * | | Fix "unpack-objects --strict"Junio C Hamano2009-08-142-7/+44
* | | | Merge branch 'wl/insta-mongoose'Junio C Hamano2009-08-272-6/+53
|\ \ \ \
| * | | | Add support for the Mongoose web server.Wilhansen Li2009-08-232-6/+53
* | | | | Merge branch 'nd/sparse' (early part)Junio C Hamano2009-08-272-2/+35
|\ \ \ \ \
| * | | | | Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-112-2/+35
* | | | | | commit.c: rename variable named 'n' which masks previous declarationBrandon Casey2009-08-271-5/+5
* | | | | | abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey2009-08-271-3/+3
* | | | | | Makefile: remove pointless conditional assignment in SunOS sectionBrandon Casey2009-08-271-3/+0
* | | | | | Merge branch 'maint'Junio C Hamano2009-08-264-12/+13
|\ \ \ \ \ \
| * | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-269-10/+65
| * | | | | | Minor improvement to the write-tree documentationDavid Kågedal2009-08-261-1/+2
| * | | | | | git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-263-11/+11
| * | | | | | Merge branch 'js/maint-cover-letter-non-ascii' into maintJunio C Hamano2009-08-264-12/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano2009-08-266-5/+63
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/maint-merge-msg-fix' into maintJunio C Hamano2009-08-264-11/+75
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/apply-epoch-patch' into maintJunio C Hamano2009-08-262-1/+176
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jp/symlink-dirs' into maintJunio C Hamano2009-08-264-1/+114
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-262-0/+15
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2009-08-262-0/+15
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'aj/fix-read-tree-from-scratch'Junio C Hamano2009-08-252-4/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | read-tree: Fix regression with creation of a new index file.Alexandre Julliard2009-08-172-4/+31
* | | | | | | | | | | | | | Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano2009-08-253-5/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-183-5/+18
* | | | | | | | | | | | | | | Merge branch 'jl/submodule-summary-diff-files'Junio C Hamano2009-08-253-5/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentaqtion/git-submodule.txt: TypofixLars Hjemli2009-08-151-1/+1
| * | | | | | | | | | | | | | | git submodule summary: add --files optionJens Lehmann2009-08-143-5/+49
* | | | | | | | | | | | | | | | Merge branch 'lh/short-decorate'Junio C Hamano2009-08-259-10/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-189-10/+65
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'oa/stash-na'Junio C Hamano2009-08-251-11/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git stash: Give friendlier errors when there is nothing to applyOri Avtalion2009-08-141-11/+16
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Documentation: consistently refer to check-ref-formatNanako Shiraishi2009-08-252-6/+20
* | | | | | | | | | | | | | | | Merge branch 'jc/verify-pack-stat'Junio C Hamano2009-08-232-17/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | verify-pack --stat-only: show histogram without verifyingJunio C Hamano2009-08-072-17/+40
| * | | | | | | | | | | | | | | | Merge branch 'maint' into jc/verify-pack-statJunio C Hamano2009-08-0785-457/+1381
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mr/gitweb-xz'Junio C Hamano2009-08-232-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | gitweb: add support for XZ compressed snapshotsMark A Rada2009-08-061-0/+9