summaryrefslogtreecommitdiffstats
path: root/attr.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-30fetch: only opportunistically update references based on command lineMichael Haggerty1-12/+32
2013-10-30get_expanded_map(): avoid memory leakMichael Haggerty1-3/+3
2013-10-30get_expanded_map(): add docstringMichael Haggerty1-0/+7
2013-10-30builtin/fetch.c: reorder function definitionsMichael Haggerty1-101/+97
2013-10-24get_ref_map(): rename local variablesMichael Haggerty1-6/+6
2013-10-24api-remote.txt: correct section "struct refspec"Michael Haggerty1-10/+10
2013-10-24t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty1-0/+4
2013-10-24t5510: prepare test refs more straightforwardlyMichael Haggerty1-4/+4
2013-10-24t5510: use the correct tag name in testMichael Haggerty1-1/+1
2013-10-23Update draft release notes to 1.8.5Junio C Hamano1-0/+4
2013-10-23Almost 1.8.4.2 ;-)Junio C Hamano1-0/+13
2013-10-18Update draft release notes to 1.8.5Junio C Hamano1-0/+7
2013-10-18git-merge: document the -S optionNicolas Vigier1-1/+5
2013-10-18l10n: fr.po: 2135/2135 messages translatedJean-Noel Avila1-2367/+3193
2013-10-18Update draft release notes to 1.8.5Junio C Hamano1-0/+4
2013-10-18Start preparing for 1.8.4.2Junio C Hamano2-1/+51
2013-10-18t4254: modernize testsSZEDER Gábor1-21/+15
2013-10-16Update draft release notes to 1.8.5Junio C Hamano1-0/+30
2013-10-16contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringBrandon Casey1-0/+39
2013-10-16contrib/git-credential-gnome-keyring.c: support ancient gnome-keyringBrandon Casey1-0/+58
2013-10-16contrib/git-credential-gnome-keyring.c: report failure to store passwordBrandon Casey1-1/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use glib messaging functionsBrandon Casey1-29/+4
2013-10-16contrib/git-credential-gnome-keyring.c: use glib memory allocation functionsBrandon Casey1-32/+16
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory for reading passwordsBrandon Casey1-3/+9
2013-10-16contrib/git-credential-gnome-keyring.c: use secure memory functions for passwdsBrandon Casey1-15/+6
2013-10-16contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()Brandon Casey1-11/+3
2013-10-16contrib/git-credential-gnome-keyring.c: set Gnome application nameBrandon Casey2-2/+5
2013-10-16contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc...Brandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_tBrandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectlyBrandon Casey1-1/+1
2013-10-16contrib/git-credential-gnome-keyring.c: add static where applicableBrandon Casey1-9/+9
2013-10-16contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc.Brandon Casey1-10/+10
2013-10-16git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORYSteffen Prohaska1-1/+1
2013-10-16git.txt: fix asciidoc syntax of --*-pathspecsSteffen Prohaska1-3/+3
2013-10-15doc/cli: make "dot repository" an independent bullet pointPhilip Oakley1-4/+4
2013-10-15mergetool--lib: Fix typo in the merge/difftool helpStefan Saasen1-1/+1
2013-10-15sparse: suppress some "using sizeof on a function" warningsRamsay Jones1-0/+3
2013-10-15format-patch doc: Thunderbird wraps lines unless mailnews.wraplength=0Ramsay Jones1-1/+2
2013-10-15gitweb test: fix highlight test hang on Linux MintRamsay Jones1-2/+4
2013-10-15wrapper.c: only define gitmkstemps if neededRamsay Jones1-0/+2
2013-10-15refs.c: spell NULL pointer as NULLRamsay Jones1-1/+1
2013-10-15config.c: mark file-local function staticRamsay Jones1-1/+1
2013-10-14CodingGuidelines: style for multi-line commentsbrian m. carlson1-0/+8
2013-10-14config doc: user.signingkey is also used for signed commitsNicolas Vigier1-5/+5
2013-10-14clone --branch: refuse to clone if upstream repo is emptyRalf Thielow2-1/+11
2013-10-14git-prompt.sh: optionally show upstream branch nameJulien Carsique1-1/+6
2013-10-14path-utils test: rename mingw_path function to print_pathSebastian Schuberth2-3/+3
2013-10-14howto/revert-a-faulty-merge: fix unescaped '^'sRamsay Jones1-4/+4
2013-10-14howto/setup-git-server-over-http: fix unescaped '^'sRamsay Jones1-2/+2
2013-10-14mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen3-2/+18