summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-01-15cat-file: read batch stream with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano1-2/+2
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano1-4/+4
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano1-8/+8
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano1-11/+16
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano1-3/+4
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano1-3/+4
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano1-6/+8
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano15-24/+24
2016-01-14strbuf: make strbuf_getline_crlf() globalJunio C Hamano1-15/+0
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser1-4/+9
2016-01-13remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin1-3/+7
2016-01-13pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin1-2/+7
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin1-0/+2
2016-01-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov1-0/+6
2016-01-12Merge branch 'vl/grep-configurable-threads'Junio C Hamano1-15/+31
2016-01-12Merge branch 'ea/blame-progress'Junio C Hamano1-4/+30
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2-1/+11
2016-01-12Merge branch 'ps/push-delete-option'Junio C Hamano1-1/+1
2016-01-12notes: allow treeish expressions as notes refMike Hommey1-13/+16
2016-01-12checkout,clone: check return value of create_symrefJeff King2-5/+9
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer1-3/+9
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin2-2/+2
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin1-1/+1
2016-01-04Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano1-1/+1
2016-01-04avoid shifting signed integers 31 bitsJeff King1-1/+1
2015-12-29dir: free untracked cache when removing itChristian Couder1-0/+1
2015-12-28Merge branch 'jk/symbolic-ref-maint'Junio C Hamano1-1/+1
2015-12-28grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy1-1/+1
2015-12-22push: don't mark options of recurse-submodules for translationRalf Thielow1-1/+1
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King1-1/+1
2015-12-21Merge branch 'bc/format-patch-null-from-line'Junio C Hamano1-0/+5
2015-12-21Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano1-16/+19
2015-12-16push: add '-d' as shorthand for '--delete'Patrick Steinhardt1-1/+1
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller2-1/+11
2015-12-16grep: add --threads=<num> option and grep.threads configurationVictor Leschuk1-13/+30
2015-12-16blame: add support for --[no-]progress optionEdmundo Carmona Antoranz1-4/+30
2015-12-15grep: slight refactoring to the code that disables threadingVictor Leschuk1-2/+1
2015-12-15grep: allow threading even on a single-core machineVictor Leschuk1-1/+1
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson1-0/+5
2015-12-11Merge branch 'rs/show-branch-argv-array' into maintJunio C Hamano1-16/+8
2015-12-11Merge branch 'rs/pop-commit' into maintJunio C Hamano5-37/+14
2015-12-10Merge branch 'bc/object-id'Junio C Hamano37-278/+280
2015-12-08Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano1-12/+0
2015-12-04push: follow the "last one wins" convention for --recurse-submodulesMike Crowe1-9/+3