summaryrefslogtreecommitdiffstats
path: root/remote.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-08t9902: fix 'test A == B' to use = operatorThomas Rast1-1/+1
2013-07-08t0000: do not use export X=YTorsten Bögershausen1-1/+2
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-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-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-02Do not ignore merge options in interactive rebaseArnaud Fontaine2-5/+27
2013-07-02get_short_sha1(): correctly disambiguate type-limited abbreviationJunio C Hamano1-1/+1
2013-07-02t1512: correct leftover constants from earlier editionJunio C Hamano1-10/+22
2013-07-01git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis3-2/+40
2013-07-01treat_directory(): do not declare submodules to be untrackedJunio C Hamano2-6/+21
2013-07-01Update draft release notes to 1.8.4Junio C Hamano1-0/+16
2013-07-01t4205: replace .\+ with ..* in sed commandsBrian Gernhardt1-2/+2
2013-07-01lib-rebase: style: use write_script, <<-\EOFAndrew Pimlott1-38/+36
2013-07-01t7500: fix flipped actual/expectAndrew Pimlott1-3/+3
2013-07-01lib-rebase: document exec_ in FAKE_LINESAndrew Pimlott1-0/+2
2013-07-01completion: learn about --man-pathJohn Keeping2-0/+2
2013-07-01completion: handle unstuck form of base git optionsJohn Keeping1-1/+2
2013-07-01Update draft release notes to 1.8.4Junio C Hamano1-0/+23
2013-07-01Start preparing for 1.8.3.3Junio C Hamano2-1/+12
2013-06-30check-ignore doc: fix broken link to ls-files pageRamkumar Ramachandra1-1/+1
2013-06-30test: spell 'ls-files --delete' option correctly in test descriptionsSZEDER Gábor1-2/+2
2013-06-30perf-lib: fix start/stop of perf testsThomas Gummerer1-1/+2
2013-06-28Git 1.8.3.2v1.8.3.2Junio C Hamano3-2/+8
2013-06-28configure: fix option help message for --disable-pthreadsStefano Lattarini1-1/+1
2013-06-27Start preparing for 1.8.3.2Junio C Hamano2-1/+55
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-1/+10
2013-06-27rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott4-6/+94
2013-06-27am: replace uses of --resolved with --continueKevin Bracey5-10/+10
2013-06-27Update draft release notes to 1.8.4Junio C Hamano1-0/+12
2013-06-26documentation: add git:// transport security noticeFraser Tweedale1-0/+3
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila1-11/+15
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2-5/+5
2013-06-26t9903: remove redundant testsEduardo R. D'Avila1-114/+1
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila1-59/+26
2013-06-26t9903: add tests for git-prompt pcmodeEduardo R. D'Avila1-0/+254