Age | Commit message (Expand) | Author | Files | Lines |
2008-09-07 | Teach "git diff -p" to locate PHP class methods | Andreas Ericsson | 2 | -2/+5 |
2008-09-07 | Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is set | Junio C Hamano | 1 | -1/+10 |
2008-09-06 | git-svn: fix handling of even funkier branch names | Eric Wong | 2 | -0/+17 |
2008-09-06 | daemon.c: avoid setlinebuf() | Junio C Hamano | 1 | -1/+2 |
2008-09-06 | builtin-merge: release the lockfile in try_merge_strategy() | Miklos Vajna | 2 | -0/+23 |
2008-09-06 | Update draft release notes for 1.6.1 | Junio C Hamano | 1 | -2/+7 |
2008-09-06 | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 3 | -119/+164 |
2008-09-06 | diff --quiet: make it synonym to --exit-code >/dev/null | Junio C Hamano | 1 | -10/+0 |
2008-09-06 | diff Porcelain: do not disable auto index refreshing on -C -C | Junio C Hamano | 1 | -1/+1 |
2008-09-06 | git-svn: set auto_props when renaming files | Paul Talacko | 2 | -0/+18 |
2008-09-06 | git-apply:--include=pathspec | Junio C Hamano | 2 | -16/+46 |
2008-09-06 | t9124: clean up chdir usage | Eric Wong | 1 | -4/+2 |
2008-09-06 | Merge updated git-gui and gitk that call each other | Junio C Hamano | 9 | -120/+943 |
2008-09-06 | Merge branch 'maint' | Junio C Hamano | 10 | -388/+477 |
2008-09-06 | Update draft release notes for 1.6.0.2 | Junio C Hamano | 1 | -3/+20 |
2008-09-06 | stash: refresh the index before deciding if the work tree is dirty | Junio C Hamano | 1 | -0/+3 |
2008-09-06 | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 5 | -381/+431 |
2008-09-05 | for-each-ref: `:short` format for `refname` | Bert Wesarg | 3 | -7/+173 |
2008-09-05 | bisect: remove "checkout_done" variable used when checking merge bases | Christian Couder | 1 | -5/+27 |
2008-09-05 | git-svn: fix 'info' tests for unknown items | Thomas Rast | 1 | -48/+25 |
2008-09-05 | git-svn: match SVN 1.5 behaviour of info' on unknown item | Thomas Rast | 1 | -2/+2 |
2008-09-05 | git svn info: always quote URLs in 'info' output | Thomas Rast | 2 | -17/+38 |
2008-09-05 | git svn info: make info relative to the current directory | Thomas Rast | 2 | -3/+16 |
2008-09-05 | git svn info: tests: fix ptouch argument order in setup | Thomas Rast | 1 | -4/+4 |
2008-09-05 | git svn info: tests: use test_cmp instead of git-diff | Thomas Rast | 1 | -22/+22 |
2008-09-05 | git svn info: tests: do not use set -e | Thomas Rast | 1 | -2/+0 |
2008-09-05 | git svn info: tests: let 'init' test run with SVN 1.5 | Thomas Rast | 1 | -2/+2 |
2008-09-05 | git svn: catch lack of upstream info for dcommit earlier | Thomas Rast | 1 | -4/+4 |
2008-09-05 | git-svn: check error code of send_txstream | Eric Wong | 1 | -1/+5 |
2008-09-05 | git-svn: Send deltas during commits | Florian Weimer | 1 | -5/+13 |
2008-09-05 | git-svn: Introduce SVN::Git::Editor::_chg_file_get_blob | Florian Weimer | 1 | -12/+19 |
2008-09-05 | git-svn: extract base blob in generate_diff | Florian Weimer | 1 | -3/+4 |
2008-09-05 | diff --dirstat-by-file: count changed files, not lines | Heikki Orsila | 3 | -1/+13 |
2008-09-05 | merge-recursive: get rid of virtual_id | Miklos Vajna | 1 | -5/+1 |
2008-09-05 | Mention the fact that 'git annotate' is only for backward compatibility. | Junio C Hamano | 1 | -0/+5 |
2008-09-05 | "blame -c" should be compatible with "annotate" | Junio C Hamano | 2 | -4/+18 |
2008-09-04 | merge-recursive: move current_{file,directory}_set to struct merge_options | Miklos Vajna | 2 | -27/+34 |
2008-09-04 | merge-recursive: move the global obuf to struct merge_options | Miklos Vajna | 2 | -19/+19 |
2008-09-04 | merge-recursive: get rid of the index_only global variable | Miklos Vajna | 1 | -73/+67 |
2008-09-04 | Merge branch 'jc/maint-log-grep' | Junio C Hamano | 7 | -21/+131 |
2008-09-04 | log --author/--committer: really match only with name part | Junio C Hamano | 4 | -17/+114 |
2008-09-04 | Merge branch 'maint' | Shawn O. Pearce | 1 | -7/+11 |
2008-09-04 | git-gui: Fix diff parsing for lines starting with "--" or "++" | Shawn O. Pearce | 1 | -7/+11 |
2008-09-04 | git-gui: Show special diffs for complex conflict cases. | Alexander Gavrilov | 1 | -5/+89 |
2008-09-04 | git-gui: Make F5 reselect a diff, if an untracked file is selected. | Alexander Gavrilov | 1 | -9/+35 |
2008-09-04 | git-gui: Reimplement and enhance auto-selection of diffs. | Alexander Gavrilov | 3 | -39/+109 |
2008-09-04 | git-gui: Support conflict states _U & UT. | Alexander Gavrilov | 4 | -3/+7 |
2008-09-04 | git-gui: Support more merge tools. | Alexander Gavrilov | 1 | -0/+27 |
2008-09-04 | git-gui: Don't allow staging files with conflicts. | Alexander Gavrilov | 1 | -0/+8 |
2008-09-04 | git-gui: Support calling merge tools. | Alexander Gavrilov | 3 | -0/+260 |