summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer
2016-02-16remote: actually check if remote exitsThomas Gummerer
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer
2016-02-03Merge branch 'jk/ref-cache-non-repository-optim'Junio C Hamano
2016-02-03Merge branch 'nd/diff-with-path-params'Junio C Hamano
2016-02-03Merge branch 'tg/ls-remote-symref'Junio C Hamano
2016-02-03Merge branch 'tb/ls-files-eol'Junio C Hamano
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano
2016-02-03Merge branch 'jc/peace-with-crlf'Junio C Hamano
2016-02-01Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano
2016-01-29Merge branch 'jk/shortlog'Junio C Hamano
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-29Merge branch 'tk/interpret-trailers-in-place'Junio C Hamano
2016-01-26Merge branch 'jk/symbolic-ref'Junio C Hamano
2016-01-26Merge branch 'ak/format-patch-odir-config'Junio C Hamano
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-01-26Merge branch 'js/pull-rebase-i'Junio C Hamano
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano
2016-01-20Merge branch 'jk/clang-pedantic'Junio C Hamano
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Junio C Hamano
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer
2016-01-19ls-remote: use parse-options apiThomas Gummerer
2016-01-19ls-remote: document --refs optionThomas Gummerer
2016-01-19shortlog: don't warn on empty authorJeff King
2016-01-19shortlog: optimize out useless string listJeff King
2016-01-19shortlog: optimize out useless "<none>" normalizationJeff King
2016-01-19shortlog: optimize "--summary" modeJeff King
2016-01-19shortlog: replace hand-parsing of author with pretty-printerJeff King
2016-01-19shortlog: use strbufs to read from stdinJeff King
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King
2016-01-19ls-files: add eol diagnosticsTorsten Bögershausen
2016-01-17notes: allow merging from arbitrary referencesJacob Keller
2016-01-15grep: read -f file with strbuf_getline()Junio C Hamano
2016-01-15send-pack: read list of refs with strbuf_getline()Junio C Hamano
2016-01-15column: read lines with strbuf_getline()Junio C Hamano
2016-01-15cat-file: read batch stream with strbuf_getline()Junio C Hamano
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano
2016-01-15rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano