summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | help: make 'git-help--browse' usable outside 'git-help'.Christian Couder2008-02-053-17/+27
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-167-15/+106
|\ \ \ \ \
| * | | | | gitignore: lazily find dtypeJunio C Hamano2008-02-054-15/+23
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-057-15/+98
| |/ / / /
* | | | | Merge branch 'pb/prepare-commit-msg'Junio C Hamano2008-02-167-110/+399
|\ \ \ \ \
| * | | | | git-commit: add a prepare-commit-msg hookPaolo Bonzini2008-02-066-2/+242
| * | | | | git-commit: Refactor creation of log message.Paolo Bonzini2008-02-062-83/+117
| * | | | | git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini2008-02-062-0/+6
| * | | | | git-commit: support variable number of hook argumentsPaolo Bonzini2008-02-061-26/+35
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-165-8/+31
|\ \ \ \ \
| * | | | | fix config reading in testsJeff King2008-02-062-4/+7
| * | | | | allow suppressing of global and system configJeff King2008-02-063-4/+24
* | | | | | Merge branch 'jc/submittingpatches'Junio C Hamano2008-02-161-8/+57
|\ \ \ \ \ \
| * | | | | | Documentation/SubmittingPatches - a suggested patch flowJunio C Hamano2008-02-161-0/+35
| * | | | | | Documentation/SubmittingPatches: What's Acked-by and Tested-by?Junio C Hamano2008-02-051-4/+12
| * | | | | | Documentation/SubmittingPatches: discuss first then submitJunio C Hamano2008-02-051-4/+5
| * | | | | | Documentation/SubmittingPatches: Instruct how to use [PATCH] Subject headerJunio C Hamano2008-02-051-1/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-02-162-4/+2
|\ \ \ \ \ \
| * | | | | | git-gui: Correct size of dictionary name widget in options dialogShawn O. Pearce2008-02-141-3/+1
| * | | | | | git-gui: Paper bag fix bad string length call in spellcheckerShawn O. Pearce2008-02-141-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-02-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] gitk: Heed the lines of context in merge commitsJohannes Sixt2008-02-141-1/+2
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-161-3/+20
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie2008-02-161-0/+17
| * | | | | | | Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie2008-02-161-2/+2
| * | | | | | | Documentation/git-reset:Junio C Hamano2008-02-161-1/+1
* | | | | | | | Update fast-import documentation to discuss crash reportsShawn O. Pearce2008-02-161-0/+87
* | | | | | | | Finish current packfile during fast-import crash handlerShawn O. Pearce2008-02-161-0/+7
* | | | | | | | Include the fast-import marks table in crash reportsShawn O. Pearce2008-02-161-0/+10
* | | | | | | | Include annotated tags in fast-import crash reportsShawn O. Pearce2008-02-161-0/+13
* | | | | | | | git-help--browse: improve browser support under OS XJay Soffian2008-02-161-2/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-1618-58/+143
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | commit: discard index after setting up partial commitJeff King2008-02-162-0/+25
| * | | | | | | filter-branch: handle filenames that need quotingJunio C Hamano2008-02-152-4/+19
| * | | | | | | diff: Fix miscounting of --check outputJunio C Hamano2008-02-152-2/+11
| * | | | | | | hg-to-git: fix parent analysisStelian Pop2008-02-151-1/+1
| * | | | | | | mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-156-1/+45
| * | | | | | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder2008-02-151-5/+2
| * | | | | | | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-153-8/+4
| * | | | | | | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-153-8/+4
| * | | | | | | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-153-8/+4
| * | | | | | | config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-152-13/+13
| * | | | | | | diff.c: remove useless check for value != NULLChristian Couder2008-02-151-7/+2
| * | | | | | | fast-import: check return value from unpack_entry()Shawn O. Pearce2008-02-151-0/+2
| * | | | | | | Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow2008-02-151-1/+11
| * | | | | | | diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder2008-02-151-1/+1
| * | | | | | | diff.c: fixup garding of config parser from value=NULLJunio C Hamano2008-02-151-1/+1
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-1310-24/+50
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | config: add test cases for empty value and no value config variables.Christian Couder2008-02-131-0/+23
| * | | | | | | cvsimport: have default merge regex also match beginning of commit messageGerrit Pape2008-02-131-1/+1