summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-01-15grep: read -f file with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15send-pack: read list of refs with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15column: read lines with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15cat-file: read batch stream with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15rev-parse: read parseopt spec with strbuf_getline()Libravatar Junio C Hamano1-2/+2
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantLibravatar Junio C Hamano1-4/+4
2016-01-15checkout-index: there are only two possible line terminationsLibravatar Junio C Hamano1-8/+8
2016-01-15update-index: there are only two possible line terminationsLibravatar Junio C Hamano1-11/+16
2016-01-15check-ignore: there are only two possible line terminationsLibravatar Junio C Hamano1-3/+4
2016-01-15check-attr: there are only two possible line terminationsLibravatar Junio C Hamano1-3/+4
2016-01-15mktree: there are only two possible line terminationsLibravatar Junio C Hamano1-6/+8
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano15-24/+24
2016-01-14strbuf: make strbuf_getline_crlf() globalLibravatar Junio C Hamano1-15/+0
2016-01-14interpret-trailers: add option for in-place editingLibravatar Tobias Klauser1-4/+9
2016-01-13remote: handle the config setting branch.*.rebase=interactiveLibravatar Johannes Schindelin1-3/+7
2016-01-13pull: allow interactive rebase with --rebase=interactiveLibravatar Johannes Schindelin1-2/+7
2016-01-13receive-pack: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingLibravatar Johannes Schindelin1-0/+2
2016-01-13format-patch: introduce format.outputDirectory configurationLibravatar Alexander Kuleshov1-0/+6
2016-01-12Merge branch 'vl/grep-configurable-threads'Libravatar Junio C Hamano1-15/+31
2016-01-12Merge branch 'ea/blame-progress'Libravatar Junio C Hamano1-4/+30
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano2-1/+11
2016-01-12Merge branch 'ps/push-delete-option'Libravatar Junio C Hamano1-1/+1
2016-01-12notes: allow treeish expressions as notes refLibravatar Mike Hommey1-13/+16
2016-01-12checkout,clone: check return value of create_symrefLibravatar Jeff King2-5/+9
2016-01-12builtin/grep: add grep.fallbackToNoIndex configLibravatar Thomas Gummerer1-3/+9
2016-01-11Handle more file writes correctly in shared reposLibravatar Johannes Schindelin2-2/+2
2016-01-07commit: allow editing the commit message even in shared reposLibravatar Johannes Schindelin1-1/+1
2016-01-04Merge branch 'jk/symbolic-ref-maint' into maintLibravatar Junio C Hamano1-1/+1
2016-01-04avoid shifting signed integers 31 bitsLibravatar Jeff King1-1/+1
2015-12-29dir: free untracked cache when removing itLibravatar Christian Couder1-0/+1
2015-12-28Merge branch 'jk/symbolic-ref-maint'Libravatar Junio C Hamano1-1/+1
2015-12-28grep: make it clear i-t-a entries are ignoredLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2015-12-22push: don't mark options of recurse-submodules for translationLibravatar Ralf Thielow1-1/+1
2015-12-21symbolic-ref: propagate error code from create_symref()Libravatar Jeff King1-1/+1
2015-12-21Merge branch 'bc/format-patch-null-from-line'Libravatar Junio C Hamano1-0/+5
2015-12-21Merge branch 'mc/push-recurse-submodules-config'Libravatar Junio C Hamano1-16/+19
2015-12-16push: add '-d' as shorthand for '--delete'Libravatar Patrick Steinhardt1-1/+1
2015-12-16submodules: allow parallel fetching, add tests and documentationLibravatar Stefan Beller2-1/+11
2015-12-16grep: add --threads=<num> option and grep.threads configurationLibravatar Victor Leschuk1-13/+30
2015-12-16blame: add support for --[no-]progress optionLibravatar Edmundo Carmona Antoranz1-4/+30
2015-12-15grep: slight refactoring to the code that disables threadingLibravatar Victor Leschuk1-2/+1
2015-12-15grep: allow threading even on a single-core machineLibravatar Victor Leschuk1-1/+1
2015-12-15format-patch: add an option to suppress commit hashLibravatar brian m. carlson1-0/+5
2015-12-11Merge branch 'rs/show-branch-argv-array' into maintLibravatar Junio C Hamano1-16/+8
2015-12-11Merge branch 'rs/pop-commit' into maintLibravatar Junio C Hamano5-37/+14