Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dm/compat-s-ifmt-for-zos' | Junio C Hamano | 2014-12-22 | 5 | -7/+113 |
|\ | |||||
| * | compat: convert modes to use portable file type values | David Michael | 2014-12-04 | 5 | -7/+113 |
* | | Merge branch 'ps/new-workdir-into-empty-directory' | Junio C Hamano | 2014-12-22 | 1 | -15/+38 |
|\ \ | |||||
| * | | git-new-workdir: don't fail if the target directory is empty | Paul Smith | 2014-12-03 | 1 | -15/+38 |
* | | | Merge branch 'nd/ls-tree-pathspec' | Junio C Hamano | 2014-12-22 | 10 | -69/+74 |
|\ \ \ | |||||
| * | | | t3102: style modernization | Junio C Hamano | 2014-12-01 | 1 | -8/+8 |
| * | | | t3102: document that ls-tree does not yet support negated pathspec | Junio C Hamano | 2014-12-01 | 1 | -0/+6 |
| * | | | ls-tree: disable negative pathspec because it's not supported | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+2 |
| * | | | ls-tree: remove path filtering logic in show_tree | Nguyễn Thái Ngọc Duy | 2014-12-01 | 4 | -30/+15 |
| * | | | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 2014-12-01 | 7 | -37/+50 |
* | | | | Merge branch 'jc/hook-cleanup' | Junio C Hamano | 2014-12-22 | 2 | -21/+0 |
|\ \ \ \ | |||||
| * | | | | run-command.c: retire unused run_hook_with_custom_index() | Junio C Hamano | 2014-12-01 | 2 | -21/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | for-each-ref: correct spelling of Tcl in option description | Ralf Thielow | 2014-12-01 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'rj/t0050-passes' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | t0050-*.sh: mark the rename (case change) test as passing | Ramsay Jones | 2014-12-01 | 1 | -1/+1 |
* | | | | | Merge branch 'js/push-to-deploy' | Junio C Hamano | 2014-12-22 | 3 | -2/+202 |
|\ \ \ \ \ | |||||
| * | | | | | t5516: more tests for receive.denyCurrentBranch=updateInstead | Junio C Hamano | 2014-12-01 | 1 | -9/+87 |
| * | | | | | receive-pack: add another option for receive.denyCurrentBranch | Johannes Schindelin | 2014-12-01 | 3 | -2/+124 |
* | | | | | | Merge branch 'jc/exec-cmd-system-path-leak-fix' | Junio C Hamano | 2014-12-22 | 4 | -12/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | system_path(): always return free'able memory to the caller | Junio C Hamano | 2014-12-01 | 4 | -12/+21 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'mh/find-uniq-abbrev' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev | Mike Hommey | 2014-11-26 | 1 | -1/+1 |
* | | | | | | | Merge branch 'pb/send-email-te' | Junio C Hamano | 2014-12-22 | 5 | -6/+227 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-send-email: add --transfer-encoding option | Paolo Bonzini | 2014-11-25 | 5 | -0/+208 |
| * | | | | | | | git-send-email: delay creation of MIME headers | Paolo Bonzini | 2014-11-25 | 1 | -6/+19 |
* | | | | | | | | Merge branch 'pb/am-message-id-footer' | Junio C Hamano | 2014-12-22 | 9 | -3/+126 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-am: add --message-id/--no-message-id | Paolo Bonzini | 2014-11-26 | 3 | -2/+53 |
| * | | | | | | | | git-mailinfo: add --message-id | Paolo Bonzini | 2014-11-26 | 6 | -1/+73 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'mh/simplify-repack-without-refs' | Junio C Hamano | 2014-12-22 | 13 | -70/+75 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 2014-11-25 | 11 | -20/+20 |
| * | | | | | | | | prune_remote(): iterate using for_each_string_list_item() | Michael Haggerty | 2014-11-25 | 1 | -8/+6 |
| * | | | | | | | | prune_remote(): rename local variable | Michael Haggerty | 2014-11-25 | 1 | -6/+6 |
| * | | | | | | | | repack_without_refs(): make the refnames argument a string_list | Michael Haggerty | 2014-11-25 | 3 | -31/+31 |
| * | | | | | | | | prune_remote(): sort delete_refs_list references en masse | Michael Haggerty | 2014-11-25 | 1 | -1/+2 |
| * | | | | | | | | prune_remote(): initialize both delete_refs lists in a single loop | Michael Haggerty | 2014-11-25 | 1 | -6/+9 |
| * | | | | | | | | prune_remote(): exit early if there are no stale references | Michael Haggerty | 2014-11-25 | 1 | -18/+21 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'dw/shell-basename-dashdash-before-stripping-leading-dash-from-l... | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-sh-setup.sh: use dashdash with basename call | Dan Wyand | 2014-11-25 | 1 | -1/+1 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' | Junio C Hamano | 2014-12-22 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-compat-util.h: don't define _XOPEN_SOURCE on cygwin | Ramsay Jones | 2014-11-25 | 1 | -1/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'js/t5000-dont-copy-bin-sh' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t5000 on Windows: do not mistake "sh.exe" as "sh" | Johannes Sixt | 2014-11-24 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jc/refer-to-t-readme-from-submitting-patches' | Junio C Hamano | 2014-12-22 | 2 | -2/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t/README: justify why "! grep foo" is sufficient | Junio C Hamano | 2014-11-24 | 1 | -1/+2 |
| * | | | | | | | | SubmittingPatches: refer to t/README for tests | Junio C Hamano | 2014-11-24 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'tb/config-core-filemode-check-on-broken-fs' | Junio C Hamano | 2014-12-22 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | init-db: improve the filemode trustability check | Torsten Bögershausen | 2014-11-21 | 1 | -0/+2 |
* | | | | | | | | | | Merge branch 'mg/add-ignore-errors' | Junio C Hamano | 2014-12-22 | 2 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add: ignore only ignored files | Michael J Gruber | 2014-11-21 | 2 | -2/+8 |