Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | sha1_file: Fix infinite loop when pack is corrupted | Shawn O. Pearce | 2009-10-14 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-10-14 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||
| * | | | | | | | | | change throughput display units with fast links | Nicolas Pitre | 2009-10-14 | |
| * | | | | | | | | | clone: Supply the right commit hash to post-checkout when -b is used | Björn Steinbrink | 2009-10-14 | |
| * | | | | | | | | | remote-curl: add missing initialization of argv0_path | Johannes Sixt | 2009-10-13 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-10-13 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||
| * | | | | | | | | | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 2009-10-13 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||
| | * | | | | | | | | git-stash documentation: mention default options for 'list' | Miklos Vajna | 2009-10-12 | |
| | |/ / / / / / / | ||||
* | | | | | | | | | Let --decorate show HEAD position | Thomas Rast | 2009-10-12 | |
* | | | | | | | | | bash completion: complete refs for git-grep | Thomas Rast | 2009-10-12 | |
* | | | | | | | | | diff.c: stylefix | Felipe Contreras | 2009-10-11 | |
* | | | | | | | | | Documentation: add 'git replace' to main git manpage | SZEDER Gábor | 2009-10-11 | |
|/ / / / / / / / | ||||
* | | | | | | | | GIT 1.6.5v1.6.5 | Junio C Hamano | 2009-10-10 | |
* | | | | | | | | git-svn: hide find_parent_branch output in double quiet mode | Simon Arlott | 2009-10-10 | |
* | | | | | | | | Documentation: clone: clarify discussion of initial branch | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | Merge branch 'rs/maint-archive-prefix' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Git archive and trailing "/" in prefix | René Scharfe | 2009-10-08 | |
* | | | | | | | | | Merge branch 'fc/mutt-alias' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | send-email: fix mutt regex for grouped aliases | Felipe Contreras | 2009-10-01 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'ef/msvc-noreturn' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | add NORETURN_PTR for function pointers | Erik Faye-Lund | 2009-10-01 | |
| * | | | | | | | | | increase portability of NORETURN declarations | Erik Faye-Lund | 2009-10-01 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'jk/reflog-date' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | improve reflog date/number heuristic | Jeff King | 2009-09-29 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'ch/am-header' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | git-am: force egrep to use correct characters set | Christian Himpel | 2009-09-25 | |
| * | | | | | | | | | git-am: fixed patch_format detection according to RFC2822 | Christian Himpel | 2009-09-25 | |
* | | | | | | | | | | bash: add support for 'git replace' | Björn Gustavsson | 2009-10-09 | |
* | | | | | | | | | | completion: fix alias listings with newlines | Stephen Boyd | 2009-10-09 | |
* | | | | | | | | | | completion: fix completion of git <TAB><TAB> | Stephen Boyd | 2009-10-09 | |
* | | | | | | | | | | import-tars: Add missing closing bracket | Ingmar Vanhassel | 2009-10-09 | |
* | | | | | | | | | | racy-git.txt: explain nsec problem in more detail | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Documentation: clarify "working tree" definition | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Documentation: clarify branch creation | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Documentation: branch: update --merged description | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Documentation: clarify mergeoptions description | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Documentation: git fmt-merge-msg does not have to be a script | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in Makefile | Jonathan Nieder | 2009-10-09 | |
* | | | | | | | | | | pull: improve advice for unconfigured error case | Jeff King | 2009-10-09 | |
* | | | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | git-svn: Avoid spurious errors when rewriteRoot is used. | Alexander Gavrilov | 2009-10-09 | |
* | | | | | | | | | | | Merge branch 'ms/msvc' | Junio C Hamano | 2009-10-09 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | Fix the exit code of MSVC build scripts on cygwin | Ramsay Jones | 2009-10-08 | |
| * | | | | | | | | | | | Fix MSVC build on cygwin | Ramsay Jones | 2009-10-08 | |
* | | | | | | | | | | | | Update draft release notes to 1.6.5 | Junio C Hamano | 2009-10-08 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-10-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | ls-files: die instead of fprintf/exit in -i error | Ben Walton | 2009-10-08 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Makefile: add a note about the NO_MMAP setting on IRIX and IRIX64 | Brandon Casey | 2009-10-08 | |
* | | | | | | | | | | | Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64 | Brandon Casey | 2009-10-08 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | completion: add dirstat and friends to diff optionsv1.6.5-rc3 | Stephen Boyd | 2009-10-07 |