summaryrefslogtreecommitdiffstats
path: root/git-gui (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-15Update draft release notes to 1.8.4Junio C Hamano1-29/+29
2013-07-15Git 1.8.3.3v1.8.3.3Junio C Hamano3-2/+24
2013-07-12Update draft release notes for 1.8.4Junio C Hamano1-0/+7
2013-07-12git-clone.txt: remove the restriction on pushing from a shallow cloneNguyễn Thái Ngọc Duy1-5/+7
2013-07-11Update draft release notes to 1.8.4Junio C Hamano1-3/+76
2013-07-09remote-http: use argv-arrayJunio C Hamano1-16/+16
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine2-3/+4
2013-07-09t4211: fix broken test when one -L range is subset of anotherEric Sunshine2-5/+133
2013-07-09commit: reject non-charactersPeter Krefting2-2/+23
2013-07-08pull: change the description to "integrate" changesJohn Keeping2-2/+2
2013-07-08test-lint: detect 'export FOO=bar'Thomas Rast1-0/+1
2013-07-08t9902: fix 'test A == B' to use = operatorThomas Rast1-1/+1
2013-07-08remote.c: avoid O(m*n) behavior in match_push_refsBrandon Casey1-2/+25
2013-07-08git-remote-mediawiki: add preview subcommand into git mwBenoit Person2-2/+311
2013-07-08git-remote-mediawiki: add git-mw commandBenoit Person2-3/+64
2013-07-08git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person2-73/+89
2013-07-08git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person1-6/+2
2013-07-08git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person2-0/+20
2013-07-08wrap-for-bin: make bin-wrappers chainableBenoit Person2-1/+2
2013-07-08git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person2-3/+45
2013-07-08t0000: do not use export X=YTorsten Bögershausen1-1/+2
2013-07-08clone: drop connectivity check for local clonesJeff King2-5/+14
2013-07-07push: avoid suggesting "merging" remote changesJohn Keeping1-6/+6
2013-07-07git-config(1): clarify precedence of multiple valuesJohn Keeping1-8/+12
2013-07-07name-rev doc: rewrite --stdin paragraphRamkumar Ramachandra1-2/+4
2013-07-07lockfile: fix buffer overflow in path handlingMichael Haggerty1-4/+6
2013-07-07diffcore-pickaxe: simplify has_changes and containsRené Scharfe1-7/+4
2013-07-06diff-options: document default similarity indexFraser Tweedale1-1/+1
2013-07-05t4205 (log-pretty-formats): avoid using `sed`Alexey Shumkin1-16/+10
2013-07-05t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commit...Alexey Shumkin1-13/+28
2013-07-05t4205, t6006, t7102: make functions better readableAlexey Shumkin3-25/+16
2013-07-05t4205 (log-pretty-formats): revert back single quotesAlexey Shumkin1-53/+53
2013-07-05test-lib.sh - cygwin does not have usable FIFOsMark Levedahl1-1/+8
2013-07-05t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin4-18/+18
2013-07-05gitweb: allow extra breadcrumbs to prefix the trailTony Finch2-3/+26
2013-07-05commit: reject overlong UTF-8 sequencesbrian m. carlson2-6/+22
2013-07-05commit: reject invalid UTF-8 codepointsbrian m. carlson2-5/+30
2013-07-05send-email: provide port separately from hostnamebrian m. carlson1-2/+4
2013-07-04fixup-builtins: retire an old transition helper scriptRamkumar Ramachandra2-19/+0
2013-07-04Update draft release notes to 1.8.3.3Junio C Hamano1-0/+15
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert6-14/+17
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King7-0/+128
2013-07-03pretty.c: drop const-ness from pretty_print_contextJeff King2-9/+17
2013-07-03git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy1-2/+2
2013-07-03git-config: update doc for --get with multiple valuesJohn Keeping1-1/+1
2013-07-03Add --depth to submodule update/addFredrik Gustafsson4-12/+61
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham3-1/+38
2013-07-02merge: handle --ff/--no-ff/--ff-only as a tri-state optionMiklos Vajna2-25/+42
2013-07-02Do not ignore merge options in interactive rebaseArnaud Fontaine2-5/+27
2013-07-02fetch-pack: avoid quadratic behavior in rev_list_pushJeff King1-7/+6