Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mv/merge-noff' | Junio C Hamano | 2008-10-19 | 4 | -1/+40 |
|\ | |||||
| * | builtin-commit: use reduce_heads() only when appropriate | Miklos Vajna | 2008-10-03 | 4 | -2/+41 |
* | | Merge branch 'ns/rebase-noverify' | Junio C Hamano | 2008-10-19 | 4 | -3/+35 |
|\ \ | |||||
| * | | rebase: Document --no-verify option to bypass pre-rebase hook | Nanako Shiraishi | 2008-10-14 | 1 | -1/+4 |
| * | | rebase --no-verify | Nanako Shiraishi | 2008-10-06 | 3 | -2/+31 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-10-19 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Documentation: Clarify '--signoff' for git-commit | Abhijit Bhopatkar | 2008-10-18 | 1 | -1/+2 |
* | | | | Fix mismerge at cdb22c4 in builtin-checkout.c | Junio C Hamano | 2008-10-19 | 1 | -3/+0 |
* | | | | git-merge-recursive: honor merge.conflictstyle once again | Matt McCutchen | 2008-10-19 | 1 | -1/+1 |
* | | | | Documentation: Spelling fix | Fredrik Skolmli | 2008-10-19 | 1 | -1/+1 |
* | | | | Merge branch 'pb/rename-rowin32' | Junio C Hamano | 2008-10-19 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | Do not rename read-only files during a push | Petr Baudis | 2008-10-18 | 1 | -2/+3 |
* | | | | | Update draft release notes for 1.6.1 | Junio C Hamano | 2008-10-18 | 1 | -1/+6 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-18 | 4 | -10/+23 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Hopefully the final draft release notes update before 1.6.0.3 | Junio C Hamano | 2008-10-18 | 1 | -1/+9 |
| * | | | | diff(1): clarify what "T"ypechange status means | Junio C Hamano | 2008-10-18 | 1 | -1/+2 |
| * | | | | Merge branch 'db/maint-checkout-b' into maint | Junio C Hamano | 2008-10-18 | 2 | -0/+22 |
| |\ \ \ \ | |||||
| * | | | | | contrib: update packinfo.pl to not use dashed commands | Dan McGee | 2008-10-18 | 1 | -7/+7 |
| * | | | | | force_object_loose: Fix memory leak | Björn Steinbrink | 2008-10-18 | 1 | -1/+5 |
| * | | | | | tests: shell negation portability fix | Jeff King | 2008-10-17 | 1 | -1/+1 |
* | | | | | | Merge branch 'pb/commit-where' | Junio C Hamano | 2008-10-18 | 2 | -8/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tutorial: update output of git commit | Jeff King | 2008-10-06 | 1 | -2/+4 |
| * | | | | | | reformat informational commit message | Jeff King | 2008-10-02 | 1 | -27/+10 |
| * | | | | | | git commit: Reformat output somewhat | Andreas Ericsson | 2008-09-30 | 2 | -12/+13 |
| * | | | | | | builtin-commit.c: show on which branch a commit was added | Pieter de Bie | 2008-09-07 | 1 | -2/+30 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-17 | 7 | -6/+101 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | t1301-shared-repo.sh: don't let a default ACL interfere with the test | Matt McCutchen | 2008-10-16 | 1 | -0/+3 |
| * | | | | | | git-check-attr(1): add output and example sections | Jonas Fonseca | 2008-10-16 | 1 | -0/+50 |
| * | | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matching | Brandon Casey | 2008-10-16 | 2 | -2/+12 |
| * | | | | | | t4018-diff-funcname: demonstrate end of line funcname matching flaw | Brandon Casey | 2008-10-16 | 1 | -0/+6 |
| * | | | | | | t4018-diff-funcname: rework negated last expression test | Brandon Casey | 2008-10-16 | 1 | -1/+2 |
| * | | | | | | Typo "does not exists" when git remote update remote. | Mikael Magnusson | 2008-10-16 | 1 | -1/+1 |
| * | | | | | | remote.c: correct the check for a leading '/' in a remote name | Brandon Casey | 2008-10-14 | 1 | -4/+5 |
| * | | | | | | Add testcase to ensure merging an early part of a branch is done properly | Miklos Vajna | 2008-10-14 | 1 | -0/+26 |
* | | | | | | | Add Linux PPC support to the pre-auto-gc example hook | Miklos Vajna | 2008-10-14 | 1 | -0/+3 |
* | | | | | | | t4018-diff-funcname: add objective-c xfuncname pattern to syntax test | Brandon Casey | 2008-10-14 | 1 | -1/+1 |
* | | | | | | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-10-13 | 1 | -7/+46 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-10-13 | 1 | -2/+19 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Update draft release notes to 1.6.0.3 | Junio C Hamano | 2008-10-13 | 1 | -2/+19 |
* | | | | | | | tests: shell negation portability fix | Jeff King | 2008-10-13 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-12 | 3 | -1/+60 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | test-lib: fix broken printf | Shawn O. Pearce | 2008-10-12 | 1 | -1/+1 |
| * | | | | | git apply --directory broken for new files | Jeff King | 2008-10-12 | 2 | -0/+59 |
* | | | | | | "git diff <tree>{3,}": do not reverse order of arguments | Matt McCutchen | 2008-10-12 | 3 | -3/+31 |
* | | | | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 46 | -197/+91 |
* | | | | | | print an error message for invalid path | Dmitry Potapov | 2008-10-12 | 2 | -3/+5 |
* | | | | | | Documentation: remove stale howto/rebase-and-edit.txt | Thomas Rast | 2008-10-12 | 1 | -79/+0 |
* | | | | | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 2008-10-12 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-10 | 6 | -8/+29 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | rebase -i: do not fail when there is no commit to cherry-pick | Johannes Schindelin | 2008-10-10 | 2 | -1/+13 |