46915 Commits (5026b471751092ab971f3d4ae46320bc8ce40ff5)
 

Author SHA1 Message Date
Ralf Thielow 35ad44cbd8 submodule.c: add missing ' in error messages 8 years ago
Johannes Schindelin 882add136f difftool: fix use-after-free 8 years ago
Andreas Heiduk 47242cd103 diff-files: document --ours etc. 8 years ago
Torsten Bögershausen 85999743e7 gitattributes.txt: document how to normalize the line endings 8 years ago
Sergey Ryazanov ae51d91105 http: fix the silent ignoring of proxy misconfiguraion 8 years ago
Sergey Ryazanov 57415089bd http: honor empty http.proxy option to bypass proxy 8 years ago
Kevin Willford 845eec2b64 t3008: skip lazy-init test on a single-core box 8 years ago
Jeff Hostetler e3482ccf27 test-online-cpus: helper to return cpu count 8 years ago
Linus Torvalds fd1062e52e mailinfo: fix in-body header continuations 8 years ago
Brandon Williams 06bf4ad1db push: propagate remote and refspec with --recurse-submodules 8 years ago
Brandon Williams 93481a6b89 submodule--helper: add push-check subcommand 8 years ago
Brandon Williams c19ae47a79 remote: expose parse_push_refspec function 8 years ago
Brandon Williams 2a90556dde push: propagate push-options with --recurse-submodules 8 years ago
Junio C Hamano cf11a67975 Eleventh batch for 2.13 8 years ago
Junio C Hamano 71e38d40e9 Merge branch 'ls/travis-relays-for-windows-ci' 8 years ago
Junio C Hamano 77a24b7dc4 Merge branch 'cc/untracked' 8 years ago
Junio C Hamano d9758cf81c Merge branch 'ah/log-decorate-default-to-auto' 8 years ago
Junio C Hamano d1d3d46146 Merge branch 'ab/ref-filter-no-contains' 8 years ago
Stefan Beller 17b254cda6 diff: submodule inline diff to initialize env array. 8 years ago
Brandon Williams 54cc8aca60 push: unmark a local variable as static 8 years ago
Quentin Pradet 60b091c679 git-bisect.txt: add missing word 8 years ago
Mostyn Bramley-Moore be6ed145de Documentation: document elements in "ls-files -s" output in order 8 years ago
Jeff King 51054177b3 index-pack: detect local corruption in collision check 8 years ago
Jeff King 93cff9a978 sha1_loose_object_info: return error for corrupted objects 8 years ago
Junio C Hamano fba275dc93 contrib/git-resurrect.sh: do not write \t for HT in sed scripts 8 years ago
Kevin Willford 2a1bd45b2e name-hash: fix buffer overrun 8 years ago
Junio C Hamano 8668976b53 remote.[ch]: parse_push_cas_option() can be static 8 years ago
brian m. carlson e239dabb14 Documentation: update and rename api-sha1-array.txt 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 5d3206d501 Convert sha1_array_lookup to take struct object_id 8 years ago
brian m. carlson 4ce3621a6d Convert remaining callers of sha1_array_lookup to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 6a97da3964 daemon: use an argv_array to exec children 8 years ago
Jeff King 07af889136 gc: replace local buffer with git_path 8 years ago
Jeff King 8c5acfb923 transport-helper: replace checked snprintf with xsnprintf 8 years ago
Jeff King 1a168e5c86 convert unchecked snprintf into xsnprintf 8 years ago
Jeff King 0dc3b035e0 combine-diff: replace malloc/snprintf with xstrfmt 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
Jeff King 446d5d9112 receive-pack: print --pack-header directly into argv array 8 years ago
Jeff King 903fc7da44 name-rev: replace static buffer with strbuf 8 years ago
Jeff King cddac45219 create_branch: use xstrfmt for reflog message 8 years ago
Jeff King 3818b258dc create_branch: move msg setup closer to point of use 8 years ago
Jeff King 6cd4a8982d avoid using mksnpath for refs 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
Jeff King 1412f762e0 fetch: use heap buffer to format reflog 8 years ago
Jeff King b0ceab98d7 tag: use strbuf to format tag header 8 years ago
Jeff King 977db6b4bf diff: avoid fixed-size buffer for patch-ids 8 years ago
Junio C Hamano b14f27f917 Tenth batch for 2.13 8 years ago
Junio C Hamano 876eb616d3 Merge branch 'jk/make-coccicheck-detect-errors' 8 years ago