Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | help: make 'git-help--browse' usable outside 'git-help'. | Christian Couder | 2008-02-05 | 3 | -17/+27 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 | 7 | -15/+106 | |
|\ \ \ \ \ | ||||||
| * | | | | | gitignore: lazily find dtype | Junio C Hamano | 2008-02-05 | 4 | -15/+23 | |
| * | | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 | 7 | -15/+98 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'pb/prepare-commit-msg' | Junio C Hamano | 2008-02-16 | 7 | -110/+399 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 2008-02-06 | 6 | -2/+242 | |
| * | | | | | git-commit: Refactor creation of log message. | Paolo Bonzini | 2008-02-06 | 2 | -83/+117 | |
| * | | | | | git-commit: set GIT_EDITOR=: if editor will not be launched | Paolo Bonzini | 2008-02-06 | 2 | -0/+6 | |
| * | | | | | git-commit: support variable number of hook arguments | Paolo Bonzini | 2008-02-06 | 1 | -26/+35 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'jk/noetcconfig' | Junio C Hamano | 2008-02-16 | 5 | -8/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix config reading in tests | Jeff King | 2008-02-06 | 2 | -4/+7 | |
| * | | | | | allow suppressing of global and system config | Jeff King | 2008-02-06 | 3 | -4/+24 | |
* | | | | | | Merge branch 'jc/submittingpatches' | Junio C Hamano | 2008-02-16 | 1 | -8/+57 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Documentation/SubmittingPatches - a suggested patch flow | Junio C Hamano | 2008-02-16 | 1 | -0/+35 | |
| * | | | | | | Documentation/SubmittingPatches: What's Acked-by and Tested-by? | Junio C Hamano | 2008-02-05 | 1 | -4/+12 | |
| * | | | | | | Documentation/SubmittingPatches: discuss first then submit | Junio C Hamano | 2008-02-05 | 1 | -4/+5 | |
| * | | | | | | Documentation/SubmittingPatches: Instruct how to use [PATCH] Subject header | Junio C Hamano | 2008-02-05 | 1 | -1/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-02-16 | 2 | -4/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git-gui: Correct size of dictionary name widget in options dialog | Shawn O. Pearce | 2008-02-14 | 1 | -3/+1 | |
| * | | | | | | git-gui: Paper bag fix bad string length call in spellchecker | Shawn O. Pearce | 2008-02-14 | 1 | -1/+1 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-02-16 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [PATCH] gitk: Heed the lines of context in merge commits | Johannes Sixt | 2008-02-14 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 1 | -3/+20 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Documentation/git-reset: Add an example of resetting selected paths | Pieter de Bie | 2008-02-16 | 1 | -0/+17 | |
| * | | | | | | | Documentation/git-reset: don't mention --mixed for selected-paths reset | Pieter de Bie | 2008-02-16 | 1 | -2/+2 | |
| * | | | | | | | Documentation/git-reset: | Junio C Hamano | 2008-02-16 | 1 | -1/+1 | |
* | | | | | | | | Update fast-import documentation to discuss crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+87 | |
* | | | | | | | | Finish current packfile during fast-import crash handler | Shawn O. Pearce | 2008-02-16 | 1 | -0/+7 | |
* | | | | | | | | Include the fast-import marks table in crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+10 | |
* | | | | | | | | Include annotated tags in fast-import crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+13 | |
* | | | | | | | | git-help--browse: improve browser support under OS X | Jay Soffian | 2008-02-16 | 1 | -2/+6 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 18 | -58/+143 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | commit: discard index after setting up partial commit | Jeff King | 2008-02-16 | 2 | -0/+25 | |
| * | | | | | | | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 2 | -4/+19 | |
| * | | | | | | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 2 | -2/+11 | |
| * | | | | | | | hg-to-git: fix parent analysis | Stelian Pop | 2008-02-15 | 1 | -1/+1 | |
| * | | | | | | | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 6 | -1/+45 | |
| * | | | | | | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" | Christian Couder | 2008-02-15 | 1 | -5/+2 | |
| * | | | | | | | Add "const" qualifier to "char *excludes_file". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | Add "const" qualifier to "char *editor_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | Add "const" qualifier to "char *pager_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | config: add 'git_config_string' to refactor string config variables. | Christian Couder | 2008-02-15 | 2 | -13/+13 | |
| * | | | | | | | diff.c: remove useless check for value != NULL | Christian Couder | 2008-02-15 | 1 | -7/+2 | |
| * | | | | | | | fast-import: check return value from unpack_entry() | Shawn O. Pearce | 2008-02-15 | 1 | -0/+2 | |
| * | | | | | | | Validate nicknames of remote branches to prohibit confusing ones | Daniel Barkalow | 2008-02-15 | 1 | -1/+11 | |
| * | | | | | | | diff.c: replace a 'strdup' with 'xstrdup'. | Christian Couder | 2008-02-15 | 1 | -1/+1 | |
| * | | | | | | | diff.c: fixup garding of config parser from value=NULL | Junio C Hamano | 2008-02-15 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 10 | -24/+50 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-13 | 1 | -0/+23 | |
| * | | | | | | | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 2008-02-13 | 1 | -1/+1 |