Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 6 | -43/+43 |
* | Merge branch 'lf/ref-is-hidden-namespace' | Jeff King | 2015-11-20 | 1 | -6/+21 |
|\ | |||||
| * | hideRefs: add support for matching full refs | Lukas Fleischer | 2015-11-05 | 1 | -6/+21 |
* | | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 2015-11-20 | 2 | -2/+45 |
|\ \ | |||||
| * | | gc: remove garbage .idx files from pack dirdk/gc-idx-wo-pack | Doug Kelly | 2015-11-04 | 1 | -0/+21 |
| * | | prepare_packed_git(): refactor garbage reporting in pack directory | Junio C Hamano | 2015-08-17 | 1 | -2/+24 |
* | | | Merge branch 'ea/checkout-progress' | Junio C Hamano | 2015-11-05 | 1 | -2/+12 |
|\ \ \ | |_|/ |/| | | |||||
| * | | checkout: add --progress optionea/checkout-progress | Edmundo Carmona Antoranz | 2015-11-01 | 1 | -2/+12 |
* | | | Merge branch 'mk/blame-first-parent' | Junio C Hamano | 2015-11-03 | 1 | -14/+47 |
|\ \ \ | |||||
| * | | | blame: allow blame --reverse --first-parent when it makes sensemk/blame-first-parent | Max Kirillov | 2015-10-30 | 1 | -2/+30 |
| * | | | blame: extract find_single_final | Max Kirillov | 2015-10-30 | 1 | -12/+17 |
* | | | | Merge branch 'rs/show-branch-argv-array' | Junio C Hamano | 2015-11-03 | 1 | -16/+8 |
|\ \ \ \ | |||||
| * | | | | show-branch: use argv_array for default argumentsrs/show-branch-argv-array | René Scharfe | 2015-11-01 | 1 | -16/+8 |
* | | | | | Merge branch 'jk/merge-file-exit-code' | Junio C Hamano | 2015-10-30 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | merge-file: clamp exit code to maximum 127jk/merge-file-exit-code | Jeff King | 2015-10-29 | 1 | -0/+3 |
* | | | | | | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 | 5 | -37/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commit | René Scharfe | 2015-10-26 | 5 | -37/+14 |
* | | | | | | | Merge branch 'mk/blame-error-message' | Junio C Hamano | 2015-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | blame: fix option name in error messagemk/blame-error-message | Max Kirillov | 2015-10-26 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'js/misc-fixes' | Junio C Hamano | 2015-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Correct fscanf formatting string for I64u valuesjs/misc-fixes | Waldek Maleska | 2015-10-26 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jc/add-u-A-default-to-top' | Junio C Hamano | 2015-10-30 | 1 | -7/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add: simplify -u/-A without pathspecjc/add-u-A-default-to-top | Junio C Hamano | 2015-10-24 | 1 | -7/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ar/clone-dissociate' | Junio C Hamano | 2015-10-30 | 1 | -8/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | clone: allow "--dissociate" without referencear/clone-dissociate | Alex Riesen | 2015-10-22 | 1 | -8/+8 |
* | | | | | | | | | Merge branch 'jc/am-mailinfo-direct' | Junio C Hamano | 2015-10-29 | 1 | -19/+23 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | am: make direct call to mailinfojc/am-mailinfo-direct | Junio C Hamano | 2015-10-21 | 1 | -19/+23 |
* | | | | | | | | | | Merge branch 'jc/mailinfo-lib' | Junio C Hamano | 2015-10-29 | 1 | -1035/+20 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | mailinfo: libify | Junio C Hamano | 2015-10-21 | 1 | -1048/+1 |
| * | | | | | | | | | mailinfo: keep the parsed log message in a strbuf | Junio C Hamano | 2015-10-21 | 1 | -12/+16 |
| * | | | | | | | | | mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak | Junio C Hamano | 2015-10-21 | 1 | -2/+1 |
| * | | | | | | | | | mailinfo: move content/content_top to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -20/+26 |
| * | | | | | | | | | mailinfo: move [ps]_hdr_data to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -14/+23 |
| * | | | | | | | | | mailinfo: move cmitmsg and patchfile to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -16/+16 |
| * | | | | | | | | | mailinfo: move charset to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -7/+8 |
| * | | | | | | | | | mailinfo: move transfer_encoding to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -13/+14 |
| * | | | | | | | | | mailinfo: move check for metainfo_charset to convert_to_utf8() | Junio C Hamano | 2015-10-21 | 1 | -5/+3 |
| * | | | | | | | | | mailinfo: move metainfo_charset to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -19/+19 |
| * | | | | | | | | | mailinfo: move use_scissors and use_inbody_headers to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -10/+13 |
| * | | | | | | | | | mailinfo: move add_message_id and message_id to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -14/+17 |
| * | | | | | | | | | mailinfo: move patch_lines to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -5/+5 |
| * | | | | | | | | | mailinfo: move filter/header stage to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -20/+21 |
| * | | | | | | | | | mailinfo: move global "FILE *fin, *fout" to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -26/+28 |
| * | | | | | | | | | mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo | Junio C Hamano | 2015-10-21 | 1 | -8/+8 |
| * | | | | | | | | | mailinfo: introduce "struct mailinfo" to hold globals | Junio C Hamano | 2015-10-21 | 1 | -24/+47 |
| * | | | | | | | | | mailinfo: move global "line" into mailinfo() function | Junio C Hamano | 2015-10-21 | 1 | -2/+3 |
| * | | | | | | | | | mailinfo: do not let find_boundary() touch global "line" directly | Junio C Hamano | 2015-10-21 | 1 | -5/+5 |
| * | | | | | | | | | mailinfo: do not let handle_boundary() touch global "line" directly | Junio C Hamano | 2015-10-21 | 1 | -8/+8 |
| * | | | | | | | | | mailinfo: do not let handle_body() touch global "line" directly | Junio C Hamano | 2015-10-21 | 1 | -8/+8 |
| * | | | | | | | | | mailinfo: get rid of function-local static states | Junio C Hamano | 2015-10-21 | 1 | -22/+19 |