| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-02 | 2 | -39/+47 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | git-name-rev: allow --name-only in combination with --stdin | Pieter de Bie | 2008-08-02 | 2 | -4/+8 |
| * | | | | | | | builtin-name-rev.c: split deeply nested part from the main function | Junio C Hamano | 2008-08-02 | 1 | -37/+41 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-01 | 2 | -1/+20 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Start 1.5.6.5 RelNotes to describe accumulated fixes | Junio C Hamano | 2008-08-01 | 2 | -1/+20 |
| * | | | | | | | Make git-add -i accept ranges like 7- | Ciaran McCreesh | 2008-08-01 | 2 | -5/+6 |
| * | | | | | | | Update my e-mail address | Junio C Hamano | 2008-08-01 | 43 | -43/+43 |
| * | | | | | | | git-diff(1): "--c" -> "--cc" typo fix | Jonathan Nieder | 2008-08-01 | 1 | -1/+1 |
| * | | | | | | | git-submodule: move ill placed shift. | Pierre Habouzit | 2008-08-01 | 1 | -1/+1 |
| * | | | | | | | t/t4202-log.sh: add newline at end of file | Brandon Casey | 2008-08-01 | 1 | -1/+2 |
| * | | | | | | | sort_in_topological_order(): avoid setting a commit flag | Johannes Schindelin | 2008-08-01 | 3 | -8/+65 |
| * | | | | | | | Documentation: clarify diff --cc | Junio C Hamano | 2008-08-01 | 2 | -8/+8 |
| * | | | | | | | Propagate -u/--upload-pack option of "git clone" to transport. | Steve Haslam | 2008-08-01 | 2 | -0/+30 |
| * | | | | | | | Documentation: fix diff.external example | Anders Melchiorsen | 2008-08-01 | 2 | -5/+7 |
| * | | | | | | | make sure parsed wildcard refspec ends with slash | Junio C Hamano | 2008-08-01 | 2 | -18/+64 |
| * | | | | | | | init: handle empty "template" parameter | Jeff King | 2008-08-01 | 2 | -0/+28 |
| * | | | | | | | builtin-revert.c: typofix | Stephan Beyer | 2008-08-01 | 1 | -1/+1 |
* | | | | | | | | Allow "non-option" revision options in parse_option-enabled commands | Pierre Habouzit | 2008-07-31 | 1 | -1/+1 |
* | | | | | | | | Teach --find-copies-harder to "git blame" | Junio C Hamano | 2008-07-31 | 1 | -0/+4 |
* | | | | | | | | Compact commit template message | Jeff King | 2008-07-31 | 2 | -13/+17 |
* | | | | | | | | Make the DESCRIPTION match <x>... items in the SYNOPSIS | Abhijit Menon-Sen | 2008-07-30 | 11 | -20/+20 |
* | | | | | | | | documentation: user-manual: update "using-bisect" section | Christian Couder | 2008-07-30 | 1 | -6/+21 |
* | | | | | | | | Fix test-parse-options "integer" test | Junio C Hamano | 2008-07-30 | 2 | -4/+15 |
* | | | | | | | | Replace uses of "git-var" with "git var" | Todd Zullinger | 2008-07-30 | 7 | -9/+9 |
* | | | | | | | | Fix merge name generation in "merge in C" | Junio C Hamano | 2008-07-30 | 1 | -2/+2 |
* | | | | | | | | Documentation/git-rev-parse.txt: update for new git-describe output format | Cesar Eduardo Barros | 2008-07-30 | 1 | -2/+3 |
* | | | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-07-30 | 4 | -11/+36 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | git-gui (Windows): Change wrapper to execdir 'libexec/git-core' | Steffen Prohaska | 2008-07-29 | 1 | -4/+7 |
| * | | | | | | | git-gui (Windows): Switch to relative discovery of oguilib | Steffen Prohaska | 2008-07-29 | 1 | -0/+1 |
| * | | | | | | | git-gui: Correct installation of library to be $prefix/share | Steffen Prohaska | 2008-07-29 | 1 | -0/+4 |
| * | | | | | | | git-gui: Fix gitk search in $PATH to work on Windows | Shawn O. Pearce | 2008-07-29 | 1 | -3/+9 |
| * | | | | | | | git-gui: Preserve scroll position on reshow_diff. | Alexander Gavrilov | 2008-07-27 | 1 | -4/+14 |
| * | | | | | | | git-gui: Fix the Remote menu separator. | Alexander Gavrilov | 2008-07-27 | 1 | -0/+1 |
* | | | | | | | | Teach gitlinks to ie_modified() and ce_modified_check_fs() | Junio C Hamano | 2008-07-30 | 1 | -5/+22 |
* | | | | | | | | Advertise the ability to abort a commit | Anders Melchiorsen | 2008-07-30 | 2 | -3/+5 |
* | | | | | | | | Support copy and rename detection in fast-export. | Alexander Gavrilov | 2008-07-29 | 3 | -2/+81 |
* | | | | | | | | format-patch: Produce better output with --inline or --attach | Kevin Ballard | 2008-07-29 | 10 | -3/+34 |
* | | | | | | | | Documentation: Remove mentions of git-svnimport. | Brian Gernhardt | 2008-07-29 | 1 | -14/+12 |
* | | | | | | | | Make it clear that push can take multiple refspecs | Abhijit Menon-Sen | 2008-07-29 | 1 | -8/+9 |
* | | | | | | | | `git submodule add` now requires a <path> | Abhijit Menon-Sen | 2008-07-29 | 1 | -4/+4 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Make use of stat.ctime configurable | Alex Riesen | 2008-07-28 | 6 | -1/+19 |
* | | | | | | | merge-base: die with an error message if not passed a commit ref | Christian Couder | 2008-07-28 | 1 | -9/+17 |
* | | | | | | | t7001: fix "git mv" test | Junio C Hamano | 2008-07-28 | 1 | -0/+2 |
* | | | | | | | Documentation: clarify what is shown in "git-ls-files -s" output | Junio C Hamano | 2008-07-28 | 1 | -1/+1 |
* | | | | | | | run-command (Windows): Run dashless "git <cmd>" | Steffen Prohaska | 2008-07-28 | 1 | -7/+4 |
* | | | | | | | Refactor, adding prepare_git_cmd(const char **argv) | Steffen Prohaska | 2008-07-28 | 2 | -1/+7 |
* | | | | | | | builtin-verify-tag: fix -v option parsing | Olivier Marin | 2008-07-28 | 1 | -4/+5 |
* | | | | | | | ls-tree documentation: enhance notes on subdirectory and pathspec behaviour | Junio C Hamano | 2008-07-28 | 1 | -4/+14 |
* | | | | | | | Allow installing in the traditional way | Junio C Hamano | 2008-07-28 | 1 | -1/+4 |
* | | | | | | | Allow building without any git installed | Junio C Hamano | 2008-07-28 | 1 | -1/+1 |