Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | merge: fix out-of-bounds memory access | René Scharfe | 2009-01-31 | 1 | -3/+6 | |
* | | | | | | | | | | | contrib/difftool: Don't repeat merge tool candidates | David Aguilar | 2009-01-31 | 1 | -19/+12 | |
* | | | | | | | | | | | contrib/difftool: add support for Kompare | Markus Heidelberg | 2009-01-31 | 2 | -7/+12 | |
* | | | | | | | | | | | t3412: clean up GIT_EDITOR usage | Thomas Rast | 2009-01-30 | 1 | -25/+13 | |
* | | | | | | | | | | | git-shortlog.txt: fix example about .mailmap | Michele Ballabio | 2009-01-30 | 1 | -1/+1 | |
* | | | | | | | | | | | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 2009-01-30 | 1 | -2/+2 | |
* | | | | | | | | | | | Fix 'git diff --no-index' with a non-existing symlink target | Johannes Schindelin | 2009-01-30 | 2 | -1/+8 | |
* | | | | | | | | | | | gitweb: align comments to code | Giuseppe Bilotta | 2009-01-30 | 1 | -4/+4 | |
* | | | | | | | | | | | gitweb: webserver config for PATH_INFO | Giuseppe Bilotta | 2009-01-30 | 1 | -0/+76 | |
* | | | | | | | | | | | gitweb: make static files accessible with PATH_INFO | Giuseppe Bilotta | 2009-01-30 | 1 | -0/+5 | |
* | | | | | | | | | | | git-cvsserver: handle CVS 'noop' command. | Stefan Karpinski | 2009-01-30 | 1 | -0/+1 | |
* | | | | | | | | | | | Update draft release notes to 1.6.2 | Junio C Hamano | 2009-01-29 | 1 | -12/+53 | |
* | | | | | | | | | | | Sync with 1.6.1.2 | Junio C Hamano | 2009-01-29 | 2 | -1/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | GIT 1.6.1.2v1.6.1.2 | Junio C Hamano | 2009-01-29 | 3 | -2/+41 | |
| * | | | | | | | | | | Merge branch 'jc/maint-format-patch-o-relative' into maint | Junio C Hamano | 2009-01-28 | 2 | -4/+76 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'bs/maint-rename-populate-filespec' into maint | Junio C Hamano | 2009-01-28 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/maint-commit-color-status' into maint | Junio C Hamano | 2009-01-28 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/grep-assume-unchanged' into maint | Junio C Hamano | 2009-01-28 | 2 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-ls-tree' into maint | Junio C Hamano | 2009-01-28 | 2 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'np/no-loosen-prune-expire-now' into maint | Junio C Hamano | 2009-01-28 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mc/cd-p-pwd' into maint | Junio C Hamano | 2009-01-28 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | avoid 31-bit truncation in write_loose_object | Jeff King | 2009-01-28 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | Simplify t3412 | Johannes Schindelin | 2009-01-28 | 1 | -21/+7 | |
* | | | | | | | | | | | | | | | | | Simplify t3411 | Johannes Schindelin | 2009-01-28 | 1 | -48/+17 | |
* | | | | | | | | | | | | | | | | | Simplify t3410 | Johannes Schindelin | 2009-01-28 | 1 | -89/+35 | |
* | | | | | | | | | | | | | | | | | test-lib.sh: introduce test_commit() and test_merge() helpers | Johannes Schindelin | 2009-01-28 | 2 | -0/+43 | |
* | | | | | | | | | | | | | | | | | lib-rebase.sh: Document what set_fake_editor() does | Johannes Schindelin | 2009-01-28 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | | | | t3404 & t3411: undo copy&paste | Johannes Schindelin | 2009-01-28 | 3 | -67/+44 | |
* | | | | | | | | | | | | | | | | | Merge branch 'tr/previous-branch' | Junio C Hamano | 2009-01-28 | 9 | -7/+324 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | t1505: remove debugging cruft | Thomas Rast | 2009-01-25 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | Simplify parsing branch switching events in reflog | Junio C Hamano | 2009-01-21 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | Introduce for_each_recent_reflog_ent(). | Junio C Hamano | 2009-01-19 | 3 | -2/+24 | |
| * | | | | | | | | | | | | | | | | | interpret_nth_last_branch(): plug small memleak | Junio C Hamano | 2009-01-19 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | Fix reflog parsing for a malformed branch switching entry | Junio C Hamano | 2009-01-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Fix parsing of @{-1}@{1} | Johannes Schindelin | 2009-01-19 | 2 | -2/+25 | |
| * | | | | | | | | | | | | | | | | | interpret_nth_last_branch(): avoid traversing the reflog twice | Junio C Hamano | 2009-01-19 | 2 | -24/+65 | |
| * | | | | | | | | | | | | | | | | | checkout: implement "-" abbreviation, add docs and tests | Thomas Rast | 2009-01-17 | 3 | -0/+57 | |
| * | | | | | | | | | | | | | | | | | sha1_name: support @{-N} syntax in get_sha1() | Thomas Rast | 2009-01-17 | 3 | -3/+87 | |
| * | | | | | | | | | | | | | | | | | sha1_name: tweak @{-N} lookup | Thomas Rast | 2009-01-17 | 2 | -25/+32 | |
| * | | | | | | | | | | | | | | | | | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 | 3 | -2/+87 | |
* | | | | | | | | | | | | | | | | | | gitweb: check if-modified-since for feeds | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+19 | |
* | | | | | | | | | | | | | | | | | | gitweb: last-modified time should be commiter, not author | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | gitweb: rss channel date | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | gitweb: rss feed managingEditor | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | gitweb: feed generator metadata | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | gitweb: channel image in rss feed | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+10 | |
* | | | | | | | | | | | | | | | | | | Makefile: Make 'configure --with-expat=path' actually work | Serge van den Boom | 2009-01-28 | 1 | -1/+9 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | git-am: minor cleanups | Jay Soffian | 2009-01-28 | 1 | -8/+4 | |
* | | | | | | | | | | | | | | | | | Windows: Fix intermittent failures of t7701 | Johannes Sixt | 2009-01-28 | 1 | -7/+7 |