summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-14has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder
2017-04-14submodule--helper: fix typo in is_active error messageStefan Beller
2017-04-14git-add--interactive.perl: add missing dot in a messageRalf Thielow
2017-04-14submodule.c: add missing ' in error messagesRalf Thielow
2017-04-14difftool: fix use-after-freeJohannes Schindelin
2017-04-13diff-files: document --ours etc.Andreas Heiduk
2017-04-13http: fix the silent ignoring of proxy misconfiguraionSergey Ryazanov
2017-04-13http: honor empty http.proxy option to bypass proxySergey Ryazanov
2017-04-13t3008: skip lazy-init test on a single-core boxKevin Willford
2017-04-13test-online-cpus: helper to return cpu countJeff Hostetler
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams
2017-04-11submodule--helper: add push-check subcommandBrandon Williams
2017-04-11remote: expose parse_push_refspec functionBrandon Williams
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams
2017-04-11Eleventh batch for 2.13Junio C Hamano
2017-04-11Merge branch 'ls/travis-relays-for-windows-ci'Junio C Hamano
2017-04-11Merge branch 'cc/untracked'Junio C Hamano
2017-04-11Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano
2017-04-11Merge branch 'ab/ref-filter-no-contains'Junio C Hamano
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller
2017-04-02push: unmark a local variable as staticBrandon Williams
2017-04-01git-bisect.txt: add missing wordQuentin Pradet
2017-04-01Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore
2017-04-01index-pack: detect local corruption in collision checkJeff King
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King
2017-04-01contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano
2017-04-01name-hash: fix buffer overrunKevin Willford
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano
2017-03-31Documentation: update and rename api-sha1-array.txtbrian m. carlson
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson
2017-03-31Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30daemon: use an argv_array to exec childrenJeff King
2017-03-30gc: replace local buffer with git_pathJeff King
2017-03-30transport-helper: replace checked snprintf with xsnprintfJeff King
2017-03-30convert unchecked snprintf into xsnprintfJeff King
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King
2017-03-30replace unchecked snprintf calls with heap buffersJeff King
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King
2017-03-30name-rev: replace static buffer with strbufJeff King
2017-03-30create_branch: use xstrfmt for reflog messageJeff King
2017-03-30create_branch: move msg setup closer to point of useJeff King
2017-03-30avoid using mksnpath for refsJeff King
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2017-03-30fetch: use heap buffer to format reflogJeff King
2017-03-30tag: use strbuf to format tag headerJeff King
2017-03-30diff: avoid fixed-size buffer for patch-idsJeff King