Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | format-patch let -k override a config-specified format.numbered | Jim Meyering | 2009-05-09 | 2 | -1/+20 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'do/maint-merge-recursive-fix' | Junio C Hamano | 2009-05-23 | 2 | -5/+101 | |
|\ \ \ \ \ | ||||||
| * | | | | | merge-recursive: never leave index unmerged while recursing | Dave Olszewski | 2009-05-09 | 2 | -5/+101 | |
* | | | | | | Merge branch 'rr/forbid-bs-in-ref' | Junio C Hamano | 2009-05-23 | 2 | -1/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Disallow '\' in ref names | Robin Rosenberg | 2009-05-09 | 2 | -1/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'hv/sample-update' | Junio C Hamano | 2009-05-23 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Extend sample update hook, disable modifying of existing tags | Heiko Voigt | 2009-05-09 | 1 | -0/+10 | |
* | | | | | | | Merge branch 'jk/maint-1.6.0-trace-argv' | Junio C Hamano | 2009-05-23 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix GIT_TRACE segfault with shell-quoted aliases | Jeff King | 2009-05-09 | 1 | -4/+4 | |
* | | | | | | | | Merge branch 'jk/no-no-no-empty-directory' | Junio C Hamano | 2009-05-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | parseopt: add OPT_NEGBIT | Jeff King | 2009-05-09 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'rs/grep-parseopt' | Junio C Hamano | 2009-05-23 | 7 | -252/+350 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | grep: make callback functions static | René Scharfe | 2009-05-20 | 1 | -8/+10 | |
| * | | | | | | | | | grep: use parseopt | René Scharfe | 2009-05-09 | 2 | -240/+194 | |
| * | | | | | | | | | grep: remove global variable builtin_grep | René Scharfe | 2009-05-09 | 1 | -7/+7 | |
| * | | | | | | | | | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 4 | -4/+42 | |
| * | | | | | | | | | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 5 | -1/+63 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 5 | -2/+44 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'fl/git-pm' | Junio C Hamano | 2009-05-23 | 3 | -9/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 2009-05-09 | 2 | -9/+3 | |
| * | | | | | | | | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 2009-05-09 | 3 | -0/+19 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'mt/submodule-reference' | Junio C Hamano | 2009-05-23 | 3 | -6/+127 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add --reference option to git submodule. | Michael S. Tsirkin | 2009-05-09 | 3 | -6/+127 | |
| |/ / / / / / / | ||||||
* | | | | | | | | gitweb: Sanitize title attribute in format_subject_html | Jakub Narebski | 2009-05-22 | 1 | -1/+2 | |
* | | | | | | | | Terminate argv with NULL before calling setup_revisions() | Nguyễn Thái Ngọc Duy | 2009-05-21 | 2 | -2/+3 | |
* | | | | | | | | doc/git-rebase.txt: remove mention of multiple strategies | Nguyễn Thái Ngọc Duy | 2009-05-21 | 1 | -2/+1 | |
* | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-05-21 | 32 | -211/+334 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-svn: add --authors-prog option | Mark Lodato | 2009-05-21 | 3 | -3/+106 | |
| * | | | | | | | | git-svn: Set svn.authorsfile if it is passed to git svn clone | Alex Vandiver | 2009-05-21 | 1 | -0/+1 | |
| * | | | | | | | | git-svn: Correctly report max revision when following deleted paths | Alex Vandiver | 2009-05-21 | 1 | -1/+1 | |
| * | | | | | | | | git-svn: Fix for svn paths removed > log-window-size revisions ago | Alex Vandiver | 2009-05-21 | 1 | -1/+5 | |
| * | | | | | | | | git-svn testsuite: use standard configuration for Subversion tools | Eygene Ryabinkin | 2009-05-21 | 29 | -206/+221 | |
* | | | | | | | | | git-send-email: Handle quotes when parsing .mailrc files | Eric W. Biederman | 2009-05-21 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-20 | 4 | -3/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | grep: fix word-regexp colouring | René Scharfe | 2009-05-20 | 1 | -0/+5 | |
| * | | | | | | | | completion: use git rev-parse to detect bare repos | Giuseppe Bilotta | 2009-05-20 | 1 | -1/+1 | |
| * | | | | | | | | Cope better with a _lot_ of packs | Johannes Schindelin | 2009-05-20 | 1 | -0/+6 | |
| * | | | | | | | | for-each-ref: fix segfault in copy_email | Jeff King | 2009-05-20 | 1 | -2/+5 | |
* | | | | | | | | | Extend sample pre-commit hook to check for non ascii filenames | Heiko Voigt | 2009-05-20 | 1 | -0/+25 | |
* | | | | | | | | | Unify signedness in hashing calls | Dan McGee | 2009-05-20 | 2 | -6/+6 | |
* | | | | | | | | | Merge branch 'np/push-delta' | Junio C Hamano | 2009-05-18 | 3 | -8/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | allow OFS_DELTA objects during a push | Nicolas Pitre | 2009-05-01 | 3 | -8/+23 | |
* | | | | | | | | | | Merge branch 'ar/merge-one-file-diag' | Junio C Hamano | 2009-05-18 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Clarify kind of conflict in merge-one-file helper | Alex Riesen | 2009-04-29 | 1 | -2/+9 | |
* | | | | | | | | | | | Merge branch 'ar/unlink-err' | Junio C Hamano | 2009-05-18 | 26 | -50/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | print unlink(2) errno in copy_or_link_directory | Alex Riesen | 2009-04-29 | 1 | -1/+2 | |
| * | | | | | | | | | | | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 23 | -49/+44 | |
| * | | | | | | | | | | | Introduce an unlink(2) wrapper which gives warning if unlink failed | Alex Riesen | 2009-04-29 | 2 | -0/+22 | |
* | | | | | | | | | | | | Merge branch 'jk/maint-add-empty' | Junio C Hamano | 2009-05-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | add: don't complain when adding empty project root | Jeff King | 2009-05-09 | 1 | -1/+1 |