Commit message (Expand) | Author | Age | |
---|---|---|---|
* | fsck: check loose objects from alternate object stores by default | Junio C Hamano | 2009-01-30 |
* | fsck: HEAD is part of refs | Junio C Hamano | 2009-01-30 |
* | Update draft release notes to 1.6.2 | Junio C Hamano | 2009-01-29 |
* | Sync with 1.6.1.2 | Junio C Hamano | 2009-01-29 |
|\ | |||
| * | GIT 1.6.1.2v1.6.1.2 | Junio C Hamano | 2009-01-29 |
| * | Merge branch 'jc/maint-format-patch-o-relative' into maint | Junio C Hamano | 2009-01-28 |
| |\ | |||
| * \ | Merge branch 'bs/maint-rename-populate-filespec' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ | |||
| * \ \ | Merge branch 'mh/maint-commit-color-status' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'nd/grep-assume-unchanged' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jc/maint-ls-tree' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'np/no-loosen-prune-expire-now' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'mc/cd-p-pwd' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-28 |
| |\ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | avoid 31-bit truncation in write_loose_object | Jeff King | 2009-01-28 |
* | | | | | | | | | | Simplify t3412 | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | Simplify t3411 | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | Simplify t3410 | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | test-lib.sh: introduce test_commit() and test_merge() helpers | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | lib-rebase.sh: Document what set_fake_editor() does | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | t3404 & t3411: undo copy&paste | Johannes Schindelin | 2009-01-28 |
* | | | | | | | | | | Merge branch 'tr/previous-branch' | Junio C Hamano | 2009-01-28 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | t1505: remove debugging cruft | Thomas Rast | 2009-01-25 |
| * | | | | | | | | | | Simplify parsing branch switching events in reflog | Junio C Hamano | 2009-01-21 |
| * | | | | | | | | | | Introduce for_each_recent_reflog_ent(). | Junio C Hamano | 2009-01-19 |
| * | | | | | | | | | | interpret_nth_last_branch(): plug small memleak | Junio C Hamano | 2009-01-19 |
| * | | | | | | | | | | Fix reflog parsing for a malformed branch switching entry | Junio C Hamano | 2009-01-19 |
| * | | | | | | | | | | Fix parsing of @{-1}@{1} | Johannes Schindelin | 2009-01-19 |
| * | | | | | | | | | | interpret_nth_last_branch(): avoid traversing the reflog twice | Junio C Hamano | 2009-01-19 |
| * | | | | | | | | | | checkout: implement "-" abbreviation, add docs and tests | Thomas Rast | 2009-01-17 |
| * | | | | | | | | | | sha1_name: support @{-N} syntax in get_sha1() | Thomas Rast | 2009-01-17 |
| * | | | | | | | | | | sha1_name: tweak @{-N} lookup | Thomas Rast | 2009-01-17 |
| * | | | | | | | | | | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 |
* | | | | | | | | | | | gitweb: check if-modified-since for feeds | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | gitweb: last-modified time should be commiter, not author | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | gitweb: rss channel date | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | gitweb: rss feed managingEditor | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | gitweb: feed generator metadata | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | gitweb: channel image in rss feed | Giuseppe Bilotta | 2009-01-28 |
* | | | | | | | | | | | Makefile: Make 'configure --with-expat=path' actually work | Serge van den Boom | 2009-01-28 |
* | | | | | | | | | | | git-am: minor cleanups | Jay Soffian | 2009-01-28 |
* | | | | | | | | | | | Windows: Fix intermittent failures of t7701 | Johannes Sixt | 2009-01-28 |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-28 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | send-pack: do not send unknown object name from ".have" to pack-objects | Junio C Hamano | 2009-01-27 |
| * | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-27 |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | |||
| | * | | | | | | | | | test-path-utils: Fix off by one, found by valgrind | Johannes Schindelin | 2009-01-27 |
| | * | | | | | | | | | get_sha1_basic(): fix invalid memory access, found by valgrind | Johannes Schindelin | 2009-01-27 |
* | | | | | | | | | | | tests: Avoid single-shot environment export for shell function invocation | Junio C Hamano | 2009-01-26 |
* | | | | | | | | | | | rebase -i: correctly remember --root flag across --continue | Junio C Hamano | 2009-01-26 |
* | | | | | | | | | | | make: Remove -pthread on Darwin (it is included by cstdlib). | Ted Pavlic | 2009-01-26 |
* | | | | | | | | | | | Mention "local convention" rule in the CodingGuidelines | Nanako Shiraishi | 2009-01-26 |