Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | Merge branch 'jk/initialization-fix-to-add-submodule-odb' into maint | Junio C Hamano | 1 | -1/+1 |
2015-11-05 | Merge branch 'js/misc-fixes' into maint | Junio C Hamano | 5 | -6/+12 |
2015-11-05 | Merge branch 'jc/add-u-A-default-to-top' into maint | Junio C Hamano | 3 | -7/+4 |
2015-11-05 | Merge branch 'jk/delete-modechange-conflict' into maint | Junio C Hamano | 5 | -89/+144 |
2015-11-05 | Merge branch 'js/imap-send-curl-compilation-fix' into maint | Junio C Hamano | 1 | -0/+4 |
2015-11-05 | Merge branch 'rp/link-curl-before-ssl' into maint | Junio C Hamano | 2 | -6/+34 |
2015-11-05 | Merge branch 'nd/clone-linked-checkout' into maint | Junio C Hamano | 4 | -8/+66 |
2015-11-05 | Merge branch 'sa/send-email-smtp-batch-data-limit' into maint | Junio C Hamano | 1 | -1/+5 |
2015-11-05 | sha1: allow limiting the size of the data passed to SHA1_Update() | Atousa Pahlevan Duprat | 5 | -0/+44 |
2015-11-05 | sha1: provide another level of indirection for the SHA-1 functions | Atousa Pahlevan Duprat | 3 | -13/+25 |
2015-11-04 | Merge branch 'xf/user-manual-ff' into maint | Junio C Hamano | 1 | -5/+5 |
2015-11-04 | Merge branch 'xf/user-manual-markup' into maint | Junio C Hamano | 11 | -11/+11 |
2015-11-04 | Merge branch 'jc/everyday-markup' into maint | Junio C Hamano | 1 | -1/+1 |
2015-11-04 | Merge branch 'jc/em-dash-in-doc' into maint | Junio C Hamano | 6 | -6/+6 |
2015-11-04 | Merge branch 'es/worktree-add' into maint | Junio C Hamano | 1 | -1/+1 |
2015-11-04 | gc: remove garbage .idx files from pack dir | Doug Kelly | 2 | -1/+22 |
2015-11-04 | t5304: test cleaning pack garbage | Doug Kelly | 1 | -0/+21 |
2015-11-03 | Merge branch 'mk/blame-error-message' into maint | Junio C Hamano | 1 | -1/+1 |
2015-11-03 | Merge branch 'jk/merge-file-exit-code' into maint | Junio C Hamano | 3 | -1/+38 |
2015-11-03 | Merge branch 'dt/name-hash-dir-entry-fix' into maint | Junio C Hamano | 4 | -60/+35 |
2015-11-03 | Merge branch 'jc/am-3-fallback-regression-fix' into maint | Junio C Hamano | 1 | -16/+33 |
2015-11-03 | Merge branch 'jc/usage-stdin' into maint | Junio C Hamano | 25 | -41/+64 |
2015-11-03 | Merge branch 'rt/placeholder-in-usage' into maint | Junio C Hamano | 2 | -3/+3 |
2015-11-03 | Merge branch 'dt/t7063-fix-flaky-test' into maint | Junio C Hamano | 1 | -1/+3 |
2015-11-03 | Merge branch 'mk/submodule-gitdir-path' into maint | Junio C Hamano | 5 | -17/+42 |
2015-11-03 | Merge branch 'nd/gc-auto-background-fix' into maint | Junio C Hamano | 1 | -1/+55 |
2015-11-03 | Merge branch 'ls/p4-translation-failure' into maint | Junio C Hamano | 2 | -11/+66 |
2015-11-03 | Merge branch 'gr/rebase-i-drop-warn' into maint | Junio C Hamano | 2 | -0/+24 |
2015-11-03 | Merge branch 'js/clone-dissociate' into maint | Junio C Hamano | 4 | -23/+62 |
2015-11-03 | Merge branch 'ld/p4-import-labels' into maint | Junio C Hamano | 2 | -8/+62 |
2015-11-03 | Merge branch 'tk/stripspace' into maint | Junio C Hamano | 9 | -103/+118 |
2015-11-03 | Merge branch 'jk/repository-extension' into maint | Junio C Hamano | 8 | -12/+209 |
2015-11-02 | daemon: plug memory leak | René Scharfe | 1 | -0/+1 |
2015-11-02 | run-command: factor out child_process_clear() | René Scharfe | 3 | -6/+17 |
2015-11-01 | show-branch: use argv_array for default arguments | René Scharfe | 1 | -16/+8 |
2015-11-01 | wt-status: use skip_prefix() to get rid of magic string length constants | René Scharfe | 1 | -21/+15 |
2015-11-01 | wt-status: don't skip a magical number of characters blindly | René Scharfe | 1 | -1/+1 |
2015-11-01 | wt-status: avoid building bogus branch name with detached HEAD | René Scharfe | 2 | -7/+10 |
2015-11-01 | wt-status: exit early using goto in wt_shortstatus_print_tracking() | René Scharfe | 1 | -8/+5 |
2015-11-01 | t7060: add test for status --branch on a detached HEAD | René Scharfe | 1 | -0/+14 |
2015-10-29 | difftool: ignore symbolic links in use_wt_file | David Aguilar | 2 | -3/+20 |
2015-10-29 | merge-file: clamp exit code to maximum 127 | Jeff King | 3 | -1/+38 |
2015-10-28 | rebase-i: work around Windows CRLF line endings | Junio C Hamano | 2 | -1/+13 |
2015-10-28 | t3404: "rebase -i" gets broken when insn sheet uses CR/LF line endings | Johannes Schindelin | 1 | -0/+12 |
2015-10-28 | add_submodule_odb: initialize alt_odb list earlier | Jeff King | 1 | -1/+1 |
2015-10-26 | merge: detect delete/modechange conflict | Jeff King | 3 | -2/+37 |
2015-10-26 | t6031: generalize for recursive and resolve strategies | Jeff King | 2 | -56/+77 |
2015-10-26 | t6031: move triple-rename test to t3030 | Jeff King | 2 | -31/+30 |
2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 10 | -92/+31 |
2015-10-26 | Correct fscanf formatting string for I64u values | Waldek Maleska | 2 | -1/+5 |