Age | Commit message (Expand) | Author | Files | Lines |
2008-09-30 | t0024: add executable permission | SZEDER Gábor | 1 | -0/+0 |
2008-09-30 | Correct typos in RelNotes-1.6.1 | Ralf Wildenhues | 2 | -3/+3 |
2008-09-30 | remove vim syntax highlighting in favor of upstream | SZEDER Gábor | 2 | -26/+30 |
2008-09-29 | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 15 | -120/+139 |
2008-09-29 | Merge branch 'maint' into bc/master-diff-hunk-header-fix | Shawn O. Pearce | 52 | -196/+600 |
2008-09-29 | Merge branch 'bc/maint-diff-hunk-header-fix' into maint | Shawn O. Pearce | 5 | -49/+72 |
2008-09-29 | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 13 | -119/+685 |
2008-09-29 | Merge branch 'mg/maint-remote-fix' into maint | Shawn O. Pearce | 1 | -8/+15 |
2008-09-29 | Add contrib/rerere-train script | Nanako Shiraishi | 1 | -0/+52 |
2008-09-29 | Clarify commit error message for unmerged files | Rafael Garcia-Suarez | 1 | -1/+1 |
2008-09-29 | Use strchrnul() instead of strchr() plus manual workaround | Johan Herland | 1 | -3/+1 |
2008-09-29 | mingw: remove use of _getdrive() from lstat/fstat | Dmitry Potapov | 1 | -3/+2 |
2008-09-29 | Use remove_path from dir.c instead of own implementation | Alex Riesen | 3 | -49/+5 |
2008-09-29 | Add remove_path: a function to remove as much as possible of a path | Alex Riesen | 2 | -0/+23 |
2008-09-29 | git-submodule: Fix "Unable to checkout" for the initial 'update' | Ping Yin | 1 | -2/+7 |
2008-09-29 | compat/mingw: Support a timeout in the poll emulation if no fds are given | Johannes Sixt | 1 | -1/+6 |
2008-09-29 | Clarify how the user can satisfy stash's 'dirty state' check. | Stephen Haberman | 1 | -1/+1 |
2008-09-29 | usage.c: remove unused functions | Nanako Shiraishi | 2 | -19/+0 |
2008-09-26 | Merge branch 'maint' | Shawn O. Pearce | 3 | -5/+23 |
2008-09-26 | Cleanup remove_path | Alex Riesen | 1 | -5/+3 |
2008-09-26 | Remove empty directories in recursive merge | Alex Riesen | 2 | -3/+12 |
2008-09-26 | Documentation: clarify the details of overriding LESS via core.pager | Chris Frey | 1 | -2/+11 |
2008-09-25 | Merge branch 'mv/merge-recursive' | Shawn O. Pearce | 8 | -1454/+1580 |
2008-09-25 | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 14 | -34/+114 |
2008-09-25 | Merge branch 'am/status' | Shawn O. Pearce | 2 | -15/+30 |
2008-09-25 | Merge branch 'pb/autocorrect-wrapper' | Shawn O. Pearce | 1 | -8/+24 |
2008-09-25 | Merge branch 'mv/commit-tree' | Shawn O. Pearce | 5 | -57/+79 |
2008-09-25 | Merge branch 'jc/apply-include-exclude' | Shawn O. Pearce | 2 | -16/+46 |
2008-09-25 | Merge branch 'jc/safe-c-l-d' | Shawn O. Pearce | 1 | -1/+5 |
2008-09-25 | gitweb: shortlog now also obeys $hash_parent | Giuseppe Bilotta | 1 | -1/+5 |
2008-09-25 | Merge branch 'ho/dirstat-by-file' | Shawn O. Pearce | 3 | -1/+13 |
2008-09-25 | Merge git://repo.or.cz/git-gui | Shawn O. Pearce | 9 | -141/+793 |
2008-09-25 | Merge branch 'maint' | Shawn O. Pearce | 7 | -6/+49 |
2008-09-25 | Update release notes for 1.6.0.3 | Shawn O. Pearce | 1 | -1/+17 |
2008-09-25 | Fix submodule sync with relative submodule URLs | Johan Herland | 1 | -0/+8 |
2008-09-25 | graph.c: make many functions static | Nanako Shiraishi | 2 | -54/+43 |
2008-09-25 | remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static. | Nanako Shiraishi | 2 | -5/+3 |
2008-09-25 | checkout: Do not show local changes when in quiet mode | Jonas Fonseca | 1 | -1/+1 |
2008-09-24 | for-each-ref: Fix --format=%(subject) for log message without newlines | Johan Herland | 1 | -2/+2 |
2008-09-24 | git-web--browse: Support for using /bin/start on MinGW | Petr Baudis | 2 | -2/+7 |
2008-09-24 | git-gui: Reenable staging unmerged files by clicking the icon. | Alexander Gavrilov | 3 | -33/+70 |
2008-09-24 | git-gui: Support the encoding menu in gui blame. | Alexander Gavrilov | 1 | -0/+17 |
2008-09-24 | git-gui: Optimize encoding name resolution using a lookup table. | Alexander Gavrilov | 1 | -29/+53 |
2008-09-24 | git-gui: Allow forcing display encoding for diffs using a submenu. | Alexander Gavrilov | 3 | -2/+44 |
2008-09-24 | git-gui: Add a menu of available encodings. | Alexander Gavrilov | 2 | -4/+142 |
2008-09-24 | git-gui: Cleanup handling of the default encoding. | Alexander Gavrilov | 5 | -6/+46 |
2008-09-24 | git-gui: Assume `blame --incremental` output is in UTF-8 | Shawn O. Pearce | 1 | -7/+1 |
2008-09-24 | git-gui: Use gitattribute "encoding" for file content display | Shawn O. Pearce | 4 | -4/+26 |
2008-09-24 | git-gui: Add support for calling out to the prepare-commit-msg hook | Joshua Williams | 1 | -0/+65 |
2008-09-24 | git-gui: Hide commit related UI during citool --nocommit | Shawn O. Pearce | 1 | -48/+56 |