aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* ref_newer: convert to use struct object_idbrian m. carlson2015-11-20
* add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* Merge branch 'lf/ref-is-hidden-namespace'Jeff King2015-11-20
|\
| * hideRefs: add support for matching full refsLukas Fleischer2015-11-05
* | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-20
|\ \
| * | gc: remove garbage .idx files from pack dirDoug Kelly2015-11-04
| * | prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-17
* | | Merge branch 'ea/checkout-progress'Junio C Hamano2015-11-05
|\ \ \ | |_|/ |/| |
| * | checkout: add --progress optionEdmundo Carmona Antoranz2015-11-01
* | | Merge branch 'mk/blame-first-parent'Junio C Hamano2015-11-03
|\ \ \
| * | | blame: allow blame --reverse --first-parent when it makes senseMax Kirillov2015-10-30
| * | | blame: extract find_single_finalMax Kirillov2015-10-30
* | | | Merge branch 'rs/show-branch-argv-array'Junio C Hamano2015-11-03
|\ \ \ \
| * | | | show-branch: use argv_array for default argumentsRené Scharfe2015-11-01
* | | | | Merge branch 'jk/merge-file-exit-code'Junio C Hamano2015-10-30
|\ \ \ \ \
| * | | | | merge-file: clamp exit code to maximum 127Jeff King2015-10-29
* | | | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\ \ \ \ \ \
| * | | | | | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* | | | | | | Merge branch 'mk/blame-error-message'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \
| * | | | | | | blame: fix option name in error messageMax Kirillov2015-10-26
* | | | | | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \ \
| * | | | | | | | Correct fscanf formatting string for I64u valuesWaldek Maleska2015-10-26
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/add-u-A-default-to-top'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \ \
| * | | | | | | | add: simplify -u/-A without pathspecJunio C Hamano2015-10-24
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ar/clone-dissociate'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: allow "--dissociate" without referenceAlex Riesen2015-10-22
* | | | | | | | | Merge branch 'jc/am-mailinfo-direct'Junio C Hamano2015-10-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am: make direct call to mailinfoJunio C Hamano2015-10-21
* | | | | | | | | | Merge branch 'jc/mailinfo-lib'Junio C Hamano2015-10-29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | mailinfo: libifyJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: keep the parsed log message in a strbufJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: handle_commit_msg() shouldn't be called after finding patchbreakJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move content/content_top to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move [ps]_hdr_data to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move cmitmsg and patchfile to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move charset to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move transfer_encoding to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move check for metainfo_charset to convert_to_utf8()Junio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move metainfo_charset to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move use_scissors and use_inbody_headers to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move add_message_id and message_id to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move patch_lines to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move filter/header stage to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move global "FILE *fin, *fout" to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfoJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: introduce "struct mailinfo" to hold globalsJunio C Hamano2015-10-21
| * | | | | | | | | mailinfo: move global "line" into mailinfo() functionJunio C Hamano2015-10-21