summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-16Update draft release notes to 1.8.5Libravatar Junio C Hamano1-0/+30
2013-10-16t3600: fix broken "choking git rm" testLibravatar SZEDER Gábor1-7/+4
2013-10-16http: use curl's tcp keepalive if availableLibravatar Jeff King1-4/+20
2013-10-16Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-25/+146
2013-10-16block-sha1/sha1.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-2/+2
2013-10-16base85.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-1/+1
2013-10-16archive.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-1/+1
2013-10-16alloc.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-1/+1
2013-10-16abspath.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-2/+2
2013-10-16alias: have SP around arithmetic operatorsLibravatar Felipe Contreras1-6/+7
2013-10-16C: have space around && and || operatorsLibravatar Junio C Hamano5-5/+5
2013-10-16contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringLibravatar Brandon Casey1-0/+39
2013-10-16contrib/git-credential-gnome-keyring.c: support ancient gnome-keyringLibravatar Brandon Casey1-0/+58
2013-10-16contrib/git-credential-gnome-keyring.c: report failure to store passwordLibravatar Brandon Casey1-1/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use glib messaging functionsLibravatar Brandon Casey1-29/+4
2013-10-16contrib/git-credential-gnome-keyring.c: use glib memory allocation functionsLibravatar Brandon Casey1-32/+16
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory for reading passwordsLibravatar Brandon Casey1-3/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory functions for passwdsLibravatar Brandon Casey1-15/+6
2013-10-16contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()Libravatar Brandon Casey1-11/+3
2013-10-16contrib/git-credential-gnome-keyring.c: set Gnome application nameLibravatar Brandon Casey2-2/+5
2013-10-16contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc...Libravatar Brandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_tLibravatar Brandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectlyLibravatar Brandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: add static where applicableLibravatar Brandon Casey1-9/+9
2013-10-16contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc.Libravatar Brandon Casey1-10/+10
2013-10-15revision: do not peel tags used in range notationLibravatar Junio C Hamano2-22/+45
2013-10-15Merge branch 'maint'Libravatar Junio C Hamano3-2/+12
2013-10-15git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORYLibravatar Steffen Prohaska1-1/+1
2013-10-15git.txt: fix asciidoc syntax of --*-pathspecsLibravatar Steffen Prohaska1-3/+3
2013-10-15doc/cli: make "dot repository" an independent bullet pointLibravatar Philip Oakley1-4/+4
2013-10-15remote: do not copy "origin" string literalLibravatar Jeff King1-1/+1
2013-10-15bash prompt: don't use '+=' operator in show upstream code pathLibravatar SZEDER Gábor1-1/+1
2013-10-15split_ident: parse timestamp from end of lineLibravatar Jeff King2-3/+22
2013-10-14remote-curl: rewrite base url from info/refs redirectsLibravatar Jeff King4-1/+19
2013-10-14remote-curl: store url as a strbufLibravatar Jeff King1-19/+19
2013-10-14remote-curl: make refs_url a strbufLibravatar Jeff King1-8/+7
2013-10-14http: update base URLs when we see redirectsLibravatar Jeff King2-0/+68
2013-10-14http: provide effective url to callersLibravatar Jeff King2-0/+10
2013-10-14http: hoist credential request out of handle_curl_resultLibravatar Jeff King3-3/+11
2013-10-14mergetool--lib: Fix typo in the merge/difftool helpLibravatar Stefan Saasen1-1/+1
2013-10-14sparse: suppress some "using sizeof on a function" warningsLibravatar Ramsay Jones1-0/+3
2013-10-14format-patch doc: Thunderbird wraps lines unless mailnews.wraplength=0Libravatar Ramsay Jones1-1/+2
2013-10-14Merge branch 'rj/highlight-test-hang'Libravatar Jonathan Nieder1-2/+4
2013-10-14gitweb test: fix highlight test hang on Linux MintLibravatar Ramsay Jones1-2/+4
2013-10-14wrapper.c: only define gitmkstemps if neededLibravatar Ramsay Jones1-0/+2
2013-10-14refs.c: spell NULL pointer as NULLLibravatar Ramsay Jones1-1/+1
2013-10-14config.c: mark file-local function staticLibravatar Ramsay Jones1-1/+1
2013-10-14CodingGuidelines: style for multi-line commentsLibravatar brian m. carlson1-0/+8
2013-10-14Merge branch 'nv/doc-config-signingkey'Libravatar Jonathan Nieder1-5/+5
2013-10-14config doc: user.signingkey is also used for signed commitsLibravatar Nicolas Vigier1-5/+5