summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-103-61/+60
| * | | | | | | | | wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano2009-08-102-5/+8
| * | | | | | | | | wt-status: move many global settings to wt_status structureJunio C Hamano2009-08-103-84/+93
| * | | | | | | | | commit: --dry-runJunio C Hamano2009-08-072-14/+22
| * | | | | | | | | status: show worktree status of conflicted paths separatelyJunio C Hamano2009-08-063-3/+120
| * | | | | | | | | wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano2009-08-063-50/+199
| * | | | | | | | | diff-index: keep the original index intactJunio C Hamano2009-08-051-18/+0
| * | | | | | | | | diff-index: report unmerged new entriesJunio C Hamano2009-08-052-2/+33
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-281-1/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'rc/maint-http-fix' into maintJunio C Hamano2009-08-281-1/+3
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | http.c: set slot callback members to NULL when releasing objectTay Ray Chuan2009-08-281-1/+6
* | | | | | | | | | | t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey2009-08-281-0/+15
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-274-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-274-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-274-4/+4
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | Fix overridable written with an extra 'e'Nanako Shiraishi2009-08-272-2/+2
| | | * | | | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-271-1/+1
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-271-1/+1
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / | | | | |/| | | | | | |
| | | | | * | | | | | | Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker2009-08-271-1/+1
| | | | | * | | | | | | Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-08-272-2/+43
| | | | | |\ \ \ \ \ \ \
| | | * | | | | | | | | | Round-down years in "years+months" relative date viewDavid Reiss2009-08-271-1/+1
* | | | | | | | | | | | | Merge branch 'lt/block-sha1'Junio C Hamano2009-08-2711-531/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | remove ARM and Mozilla SHA1 implementationsNicolas Pitre2009-08-189-526/+11
| * | | | | | | | | | | | | block-sha1: guard gcc extensions with __GNUC__Nicolas Pitre2009-08-181-2/+2
| * | | | | | | | | | | | | make sure byte swapping is optimal for gitNicolas Pitre2009-08-183-2/+40
| * | | | | | | | | | | | | block-sha1: make the size member first in the context structNicolas Pitre2009-08-181-1/+1
* | | | | | | | | | | | | | 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