summaryrefslogtreecommitdiffstats
path: root/test-subprocess.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-31transport-helper: don't update refs in dry-runFelipe Contreras1-4/+5
2013-10-31transport-helper: mismerge fixFelipe Contreras1-3/+0
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
2013-10-13.mailmap: switch to Thomas Rast's personal addressThomas Rast1-1/+3
2013-10-13git-svn: Warn about changing default for --prefix in Git v2.0Johan Herland3-2/+88
2013-10-13Documentation/git-svn: Promote the use of --prefix in docs + examplesJohan Herland1-10/+25
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow3-6/+12
2013-10-11status test: add missing && to <<EOF blocksJonathan Nieder1-5/+5
2013-10-11cherry-pick: handle "-" after parsing optionsJeff King2-2/+14
2013-10-10git-svn.txt: elaborate on rev_map filesKeshav Kini1-4/+24