Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped | Christian Couder | 2009-02-27 | 2 | -35/+66 | |
* | | | | | | Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0 | Junio C Hamano | 2009-03-12 | 2 | -2/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support "\" in non-wildcard exclusion entries | Finn Arne Gangstad | 2009-02-12 | 2 | -2/+9 | |
* | | | | | | | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0 | Junio C Hamano | 2009-03-12 | 2 | -66/+98 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | diff.c: output correct index lines for a split diff | Junio C Hamano | 2009-01-27 | 2 | -66/+98 | |
* | | | | | | | | added missing backtick in git-apply.txt | Danijel Tasov | 2009-02-28 | 1 | -1/+1 | |
* | | | | | | | | Make repack less likely to corrupt repository | Junio C Hamano | 2009-02-11 | 1 | -20/+67 | |
* | | | | | | | | fast-export: ensure we traverse commits in topological order | Elijah Newren | 2009-02-11 | 1 | -0/+1 | |
* | | | | | | | | Clear the delta base cache if a pack is rebuilt | Shawn O. Pearce | 2009-02-11 | 1 | -0/+1 | |
* | | | | | | | | Clear the delta base cache during fast-import checkpoint | Shawn O. Pearce | 2009-02-10 | 3 | -0/+9 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Fixed broken git help -w when installing from RPM | David J. Mellor | 2009-02-04 | 1 | -1/+4 | |
* | | | | | | | builtin-mv.c: check for unversionned files before looking at the destination. | Matthieu Moy | 2009-02-04 | 2 | -5/+5 | |
* | | | | | | | Add a testcase for "git mv -f" on untracked files. | Matthieu Moy | 2009-02-04 | 1 | -0/+8 | |
* | | | | | | | Missing && in t/t7001.sh. | Matthieu Moy | 2009-02-04 | 1 | -1/+1 | |
* | | | | | | | User-manual: "git stash <comment>" form is long gone | William Pursell | 2009-02-03 | 1 | -1/+1 | |
* | | | | | | | add test-dump-cache-tree in Makefile | Guanqun Lu | 2009-02-03 | 2 | -1/+1 | |
* | | | | | | | fix typo in Documentation | Guanqun Lu | 2009-02-03 | 1 | -1/+1 | |
* | | | | | | | apply: fix access to an uninitialized mode variable, found by valgrind | Johannes Schindelin | 2009-02-03 | 1 | -1/+1 | |
* | | | | | | | grep: pass -I (ignore binary) down to external grep | Junio C Hamano | 2009-02-02 | 1 | -0/+2 | |
* | | | | | | | merge: fix out-of-bounds memory access | René Scharfe | 2009-01-31 | 1 | -3/+6 | |
* | | | | | | | avoid 31-bit truncation in write_loose_object | Jeff King | 2009-01-28 | 1 | -1/+2 | |
* | | | | | | | test-path-utils: Fix off by one, found by valgrind | Johannes Schindelin | 2009-01-27 | 1 | -1/+1 | |
* | | | | | | | get_sha1_basic(): fix invalid memory access, found by valgrind | Johannes Schindelin | 2009-01-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Fix Documentation for git-describe | Boyd Stephen Smith Jr | 2009-01-23 | 1 | -1/+1 | |
* | | | | | | builtin-fsck: fix off by one head count | Christian Couder | 2009-01-17 | 1 | -1/+1 | |
* | | | | | | Documentation: let asciidoc align related options | Markus Heidelberg | 2009-01-17 | 1 | -1/+4 | |
* | | | | | | githooks.txt: add missing word | Stephan Beyer | 2009-01-17 | 1 | -1/+1 | |
* | | | | | | builtin-commit.c: do not remove COMMIT_EDITMSG | Stephan Beyer | 2009-01-17 | 1 | -1/+0 | |
* | | | | | | t3404: Add test case for auto-amending only edited commits after "edit" | Stephan Beyer | 2009-01-15 | 1 | -0/+17 | |
* | | | | | | t3404: Add test case for aborted --continue after "edit" | Stephan Beyer | 2009-01-15 | 1 | -0/+15 | |
* | | | | | | t3501: check that commits are actually done | Stephan Beyer | 2009-01-15 | 1 | -0/+2 | |
* | | | | | | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 2009-01-14 | 2 | -1/+2 | |
* | | | | | | add test cases for "git mv -k" | Michael J Gruber | 2009-01-14 | 1 | -0/+25 | |
* | | | | | | fast-import: Cleanup mode setting. | Felipe Contreras | 2009-01-13 | 1 | -3/+4 | |
* | | | | | | Git.pm: call Error::Simple() properly | Jay Soffian | 2009-01-13 | 1 | -2/+2 | |
* | | | | | | Avoid spurious error messages on error mistakes. | Pierre Habouzit | 2009-01-13 | 1 | -1/+1 | |
* | | | | | | contrib/examples/README: give an explanation of the status of these files | jidanni@jidanni.org | 2009-01-12 | 1 | -0/+3 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge branch 'maint-1.5.6' into maint-1.6.0 | Junio C Hamano | 2009-01-06 | 1 | -1/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | README: tutorial.txt is now called gittutorial.txt | Joey Hess | 2009-01-06 | 1 | -1/+1 | |
* | | | | | doc/git-fsck: change the way for getting heads' SHA1s | Markus Heidelberg | 2008-12-21 | 1 | -1/+2 | |
| |/ / / |/| | | | ||||||
* | | | | GIT 1.6.0.6v1.6.0.6 | Junio C Hamano | 2008-12-19 | 6 | -38/+67 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | GIT 1.5.6.6v1.5.6.6 | Junio C Hamano | 2008-12-16 | 5 | -37/+33 | |
| |\ \ \ | | |/ / | ||||||
| | * | | GIT 1.5.5.6v1.5.5.6 | Junio C Hamano | 2008-12-16 | 4 | -37/+23 | |
| | |\ \ | | | |/ | ||||||
| | | * | GIT 1.5.4.7v1.5.4.7 | Junio C Hamano | 2008-12-16 | 2 | -1/+11 | |
| | | * | gitweb: do not run "git diff" that is Porcelain | Junio C Hamano | 2008-12-16 | 1 | -36/+2 | |
* | | | | fast-import: make tagger information optional | Junio C Hamano | 2008-12-19 | 2 | -11/+33 | |
* | | | | fast-export: deal with tag objects that do not have a tagger | Johannes Schindelin | 2008-12-19 | 3 | -5/+42 | |
* | | | | SubmittingPatches: mention the usage of real name in Signed-off-by: lines | Miklos Vajna | 2008-12-19 | 1 | -0/+3 | |
* | | | | git-mergetool: properly handle "git mergetool -- filename" | David Aguilar | 2008-12-19 | 1 | -0/+1 | |
* | | | | git-send-email: handle email address with quoted comma | Wu Fengguang | 2008-12-19 | 1 | -3/+8 |