aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | files-backend: make files_log_ref_write() staticNguyễn Thái Ngọc Duy2017-03-27
| * | | | | | | | | refs.h: add forward declaration for structs used in this fileNguyễn Thái Ngọc Duy2017-03-18
* | | | | | | | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule--helper: fix typo in is_active error messageStefan Beller2017-04-13
* | | | | | | | | | | Merge branch 'va/i18n-perl-scripts'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-add--interactive.perl: add missing dot in a messageRalf Thielow2017-04-13
* | | | | | | | | | | | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | submodule.c: add missing ' in error messagesRalf Thielow2017-04-13
* | | | | | | | | | | | | Merge branch 'ah/diff-files-ours-theirs-doc'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | diff-files: document --ours etc.Andreas Heiduk2017-04-13
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mailinfo: fix in-body header continuationsLinus Torvalds2017-04-11
* | | | | | | | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-11
| * | | | | | | | | | | | | | submodule--helper: add push-check subcommandBrandon Williams2017-04-11
| * | | | | | | | | | | | | | remote: expose parse_push_refspec functionBrandon Williams2017-04-11
| * | | | | | | | | | | | | | push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-11
| * | | | | | | | | | | | | | push: unmark a local variable as staticBrandon Williams2017-04-02
* | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation: update and rename api-sha1-array.txtbrian m. carlson2017-03-31
| * | | | | | | | | | | | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | | | | | | | | | | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
| * | | | | | | | | | | | | | | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
| * | | | | | | | | | | | | | | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
| * | | | | | | | | | | | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
| * | | | | | | | | | | | | | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | builtin/pull: convert to struct object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | sha1_name: convert disambiguate_hint_fn to take object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | sha1_name: convert struct disambiguate_state to object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | test-sha1-array: convert most code to struct object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | parse-options-cb: convert sha1_array_append caller to struct object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | fsck: convert init_skiplist to struct object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-28
| * | | | | | | | | | | | | | | builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-26
| * | | | | | | | | | | | | | | builtin/diff: convert to struct object_idbrian m. carlson2017-03-26
| * | | | | | | | | | | | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
| * | | | | | | | | | | | | | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
| * | | | | | | | | | | | | | | Define new hash-size constants for allocating memorybrian m. carlson2017-03-26
* | | | | | | | | | | | | | | | Merge branch 'sb/submodule-short-status'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller2017-03-29
| * | | | | | | | | | | | | | | | short status: improve reporting for submodule changesStefan Beller2017-03-29
| * | | | | | | | | | | | | | | | submodule.c: stricter checking for submodules in is_submodule_modifiedStefan Beller2017-03-27
| * | | | | | | | | | | | | | | | submodule.c: port is_submodule_modified to use porcelain 2Stefan Beller2017-03-27
| * | | | | | | | | | | | | | | | submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller2017-03-27
| * | | | | | | | | | | | | | | | submodule.c: factor out early loop termination in is_submodule_modifiedStefan Beller2017-03-27
| * | | | | | | | | | | | | | | | submodule.c: use argv_array in is_submodule_modifiedStefan Beller2017-03-27
* | | | | | | | | | | | | | | | | Twelfth batch for 2.13Junio C Hamano2017-04-16
* | | | | | | | | | | | | | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-04-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | difftool: fix use-after-freeJohannes Schindelin2017-04-13