Age | Commit message (Expand) | Author | Files | Lines |
2011-12-11 | t5550: fix typo | Jeff King | 1 | -1/+1 |
2011-12-11 | test-lib: add test_config_global variant | Jeff King | 1 | -0/+5 |
2011-12-11 | Test 'checkout -m -- path' | Pete Harlan | 1 | -0/+47 |
2011-12-11 | t3401: use test_commit in setup | Martin von Zweigbergk | 1 | -25/+10 |
2011-12-11 | t3401: modernize style | Martin von Zweigbergk | 1 | -34/+33 |
2011-12-11 | git-p4: test for absolute PWD problem | Pete Wyckoff | 1 | -0/+49 |
2011-12-11 | git-p4: submit test for auto-creating clientPath | Pete Wyckoff | 1 | -0/+38 |
2011-12-09 | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 63 | -186/+189 |
2011-12-09 | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 1 | -0/+10 |
2011-12-09 | Merge branch 'ab/pull-rebase-config' | Junio C Hamano | 1 | -2/+21 |
2011-12-09 | t3040 (subprojects-basic): fix '&&' chaining, modernize style | Ramkumar Ramachandra | 1 | -72/+72 |
2011-12-09 | t1510 (worktree): fix '&&' chaining | Ramkumar Ramachandra | 1 | -3/+3 |
2011-12-09 | t3030 (merge-recursive): use test_expect_code | Ramkumar Ramachandra | 1 | -66/+6 |
2011-12-08 | test: fix '&&' chaining | Ramkumar Ramachandra | 10 | -17/+17 |
2011-12-08 | t3200 (branch): fix '&&' chaining | Ramkumar Ramachandra | 1 | -2/+2 |
2011-12-08 | test: commit --amend should honor --no-edit | Jonathan Nieder | 1 | -0/+40 |
2011-12-08 | t7501 (commit): modernize style | Jonathan Nieder | 1 | -133/+127 |
2011-12-08 | test: remove a porcelain test that hard-codes commit names | Jonathan Nieder | 1 | -20/+0 |
2011-12-08 | test: add missing "&&" after echo command | Jonathan Nieder | 1 | -6/+7 |
2011-12-06 | reset: update cache-tree data when appropriate | Thomas Rast | 1 | -2/+2 |
2011-12-06 | commit: write cache-tree data when writing index anyway | Thomas Rast | 1 | -1/+1 |
2011-12-06 | Test the current state of the cache-tree optimization | Thomas Rast | 1 | -0/+95 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 12 | -2/+512 |
2011-12-05 | Merge branch 'gh/userdiff-matlab' | Junio C Hamano | 5 | -1/+34 |
2011-12-05 | git-p4: introduce skipSubmitEdit | Pete Wyckoff | 1 | -0/+82 |
2011-12-05 | builtin/apply.c: report error on failure to recognize input | Brandon Casey | 1 | -0/+19 |
2011-12-05 | t/t4131-apply-fake-ancestor.sh: fix broken test | Brandon Casey | 1 | -1/+1 |
2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -9/+85 |
2011-11-28 | fast-import: Fix incorrect fanout level when modifying existing notes refs | Johan Herland | 1 | -4/+4 |
2011-11-28 | t9301: Add 2nd testcase exposing bugs in fast-import's notes fanout handling | Johan Herland | 1 | -0/+54 |
2011-11-28 | t9301: Fix testcase covering up a bug in fast-import's notes fanout handling | Johan Herland | 1 | -7/+6 |
2011-11-28 | Allow checkout -B <current-branch> to update the current branch | Jonathan Nieder | 1 | -4/+5 |
2011-11-28 | branch: allow a no-op "branch -M <current-branch> HEAD" | Jonathan Nieder | 1 | -0/+16 |
2011-11-23 | revert --abort: do not leave behind useless sequencer-old directory | Jonathan Nieder | 1 | -0/+8 |
2011-11-22 | revert: remove --reset compatibility option | Jonathan Nieder | 1 | -2/+2 |
2011-11-22 | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 1 | -0/+96 |
2011-11-22 | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 1 | -0/+54 |
2011-11-22 | revert: rename --reset option to --quit | Jonathan Nieder | 2 | -6/+27 |
2011-11-21 | Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive | Junio C Hamano | 1 | -0/+8 |
2011-11-21 | archive: don't let remote clients get unreachable commits | Jeff King | 1 | -0/+8 |
2011-11-21 | upload-archive: use start_command instead of fork | Jeff King | 1 | -5/+5 |
2011-11-20 | t5501-*.sh: Fix url passed to clone in setup test | Ramsay Jones | 1 | -1/+1 |
2011-11-16 | refs: loosen over-strict "format" check | Junio C Hamano | 1 | -0/+7 |
2011-11-15 | Add built-in diff patterns for MATLAB code | Gustaf Hendeby | 5 | -1/+34 |
2011-11-15 | Revert "upload-archive: use start_command instead of fork" | Junio C Hamano | 1 | -5/+5 |
2011-11-09 | request-pull: use the annotated tag contents | Junio C Hamano | 1 | -0/+4 |
2011-11-08 | merge: record tag objects without peeling in MERGE_HEAD | Junio C Hamano | 1 | -1/+5 |
2011-11-07 | refs DWIMmery: use the same rule for both "git fetch" and others | Junio C Hamano | 1 | -3/+2 |
2011-11-07 | merge: notice local merging of tags and keep it unwrapped | Junio C Hamano | 4 | -8/+8 |
2011-11-07 | pull: introduce a pull.rebase option to enable --rebase | Ævar Arnfjörð Bjarmason | 1 | -2/+21 |