summaryrefslogtreecommitdiffstats
path: root/http.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-03-25git-am.sh: use the $(...) construct for command substitutionElia Pinto1-15/+15
2014-03-25check-builtins.sh: use the $(...) construct for command substitutionElia Pinto1-2/+2
2014-03-25Update draft release notes to 2.0Junio C Hamano1-0/+29
2014-03-21Update draft release notes to 2.0Junio C Hamano1-2/+26
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth1-3/+3
2014-03-19diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()Brian Bourn1-1/+2
2014-03-19diff-no-index: rename read_directory()Brian Bourn1-3/+3
2014-03-18Update draft release notes to Git 2.0Junio C Hamano1-0/+11
2014-03-18Git 1.9.1v1.9.1Junio C Hamano4-3/+63
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-03-17Documentation/merge-strategies: avoid hyphenated commandsRamkumar Ramachandra1-2/+2
2014-03-17index-pack: report error using the correct variableJunio C Hamano1-2/+2
2014-03-17Documentation/git-am: typofixChris Packham1-1/+1
2014-03-17shallow: verify shallow file after taking lockJeff King1-2/+2
2014-03-17rebase -i: do not "echo" random user-supplied stringsUwe Storbeck1-1/+1
2014-03-17mv: prevent mismatched data when ignoring errors.brian m. carlson2-1/+17
2014-03-14t/lib-terminal: make TTY a lazy prerequisiteJeff King1-18/+19
2014-03-14Update draft release notes to Git 2.0Junio C Hamano2-3/+64
2014-03-13request-pull: documentation updatesJunio C Hamano1-6/+49
2014-03-13rev-list: disable object/refname ambiguity check with --stdinJeff King1-0/+6
2014-03-13cat-file: restore warn_on_object_refname_ambiguity flagJeff King1-0/+3
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty1-17/+17
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty1-16/+16
2014-03-13connect.c: SP after "}", not TABNguyễn Thái Ngọc Duy1-1/+1
2014-03-12sh-i18n--envsubst: retire unused string_list_member()Eric Sunshine1-12/+0
2014-03-12wt-status: lift the artificual "at least 20 columns" floorJunio C Hamano3-15/+13
2014-03-12wt-status: i18n of section labelsJonathan Nieder1-19/+47
2014-03-12wt-status: extract the code to compute width for labelsJonathan Nieder1-7/+15
2014-03-12wt-status: make full label string to be subject to l10nJunio C Hamano1-18/+17
2014-03-11grep: support -h (no header) with --countRené Scharfe2-2/+17
2014-03-11t7810: add missing variables to tests in loopRené Scharfe1-29/+29
2014-03-11builtin/mv: fix out of bounds writeJohn Keeping1-0/+4
2014-03-11Documentation/git-am: Document supported --patch-format optionsChris Packham1-3/+9
2014-03-11configure.ac: link with -liconv for locale_charset()Dmitry Marakasov1-1/+1
2014-03-11upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy4-9/+37
2014-03-11clean: simplify dir/not-dir logicJeff King1-9/+6
2014-03-11clean: respect pathspecs with "-d"Jeff King2-2/+19
2014-03-11t0008: skip trailing space test on WindowsJohannes Sixt1-1/+1
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani9-59/+34
2014-03-08Start preparing for Git 2.0Junio C Hamano2-1/+147
2014-03-07tag: grok "--with" as synonym to "--contains"Junio C Hamano1-0/+6
2014-03-07show_ident_date: fix tz range checkJeff King1-2/+2
2014-03-07*.sh: drop useless use of "env"Junio C Hamano2-2/+2
2014-03-06Use hashcpy() when copying object namesSun He5-6/+6
2014-03-06branch: use skip_prefix() in install_branch_config()Brian Gesiak1-9/+9
2014-03-06t3200-branch: test setting branch as own upstreamBrian Gesiak1-0/+10
2014-03-05push: detect local refspec errors earlyJeff King4-2/+80