summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-28commit: do not complain of empty messages from -CLibravatar Jeff King2-4/+12
2014-04-25Git 2.0-rc1Libravatar Junio C Hamano2-1/+6
2014-04-25git tag --contains: avoid stack overflowLibravatar Jean-Jacques Lafay2-15/+101
2014-04-24setup: fix windows path buffer over-steppingLibravatar Martin Erik Werner1-2/+2
2014-04-24Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-1/+1
2014-04-24Merge branch 'fc/transport-helper-sync-error-fix'Libravatar Junio C Hamano2-37/+67
2014-04-24Merge branch 'db/make-with-curl'Libravatar Junio C Hamano1-12/+33
2014-04-24mergetool: document the default for --[no-]promptLibravatar Junio C Hamano1-3/+5
2014-04-23git-remote-mediawiki: fix encoding issue for UTF-8 media filesLibravatar Matthieu Moy2-1/+25
2014-04-23git-remote-mediawiki: allow stop/start-ing the test serverLibravatar Matthieu Moy2-1/+11
2014-04-23p5302-pack-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-gpg.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-cvs.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-credential.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23git-web--browse.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-23git-stash.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23git-rebase.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2014-04-23git-rebase--merge.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-23git-pull.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23appp.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-7/+7
2014-04-23t7900-subtree.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23test-gitmw-lib.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-23t9365-continuing-queries.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23t9117: use --prefix "" instead of --prefix=""Libravatar Kyle J. McKay2-4/+7
2014-04-23send-email: windows drive prefix (e.g. C:) appears only at the beginningLibravatar Junio C Hamano1-1/+1
2014-04-23blame: dynamic blame_date_width for different localesLibravatar Jiang Xin1-1/+8
2014-04-23blame: fix broken time_buf paddings in relative timestampLibravatar Jiang Xin1-7/+14
2014-04-23l10n: zh_CN.po: translate 46 new messages (2229t0f0u)Libravatar Jiang Xin1-1313/+1392
2014-04-23Merge branch 'fr-po' of git://github.com/jnavila/gitLibravatar Jiang Xin1-1340/+1409
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeLibravatar Kyle J. McKay1-1/+1
2014-04-22merge: enable defaulttoupstream by defaultLibravatar Felipe Contreras2-4/+3
2014-04-22mergetool: run prompt only if guessed toolLibravatar Felipe Contreras1-3/+11
2014-04-22mergetools: add vimdiff3 modeLibravatar Felipe Contreras3-2/+14
2014-04-22l10n: fr translation for v2.0.0rc0 (2228t)Libravatar Jean-Noel Avila1-1340/+1409
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Libravatar Richard Hansen2-24/+54
2014-04-22git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusiveLibravatar Luis R. Rodriguez1-1/+1
2014-04-22l10n: Update Swedish translation (2228t0f0u)Libravatar Peter Krefting1-1319/+1391
2014-04-21Update draft release notes to 2.0Libravatar Junio C Hamano1-3/+12
2014-04-21Merge git://bogomips.org/git-svnLibravatar Junio C Hamano20-153/+131
2014-04-21Merge branch 'jx/i18n'Libravatar Junio C Hamano5-15/+15
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Libravatar Junio C Hamano4-10/+46
2014-04-21Merge branch 'ep/shell-command-substitution'Libravatar Junio C Hamano14-48/+48
2014-04-21t5801 (remote-helpers): cleanup environment setsLibravatar Felipe Contreras1-7/+4
2014-04-21Documentation: git-gui: describe gui.displayuntrackedLibravatar Max Kirillov1-0/+4
2014-04-21run_external_diff: refactor cmdline setup logicLibravatar Jeff King1-11/+15
2014-04-21run_external_diff: hoist common bits out of conditionalLibravatar Jeff King1-5/+3
2014-04-21run_external_diff: drop fflush(NULL)Libravatar Jeff King1-1/+0
2014-04-21run_external_diff: clean up error handlingLibravatar Jeff King2-7/+4
2014-04-21run_external_diff: use an argv_array for the environmentLibravatar Jeff King1-9/+5
2014-04-21run_external_diff: use an argv_array for the command lineLibravatar Jeff King1-16/+16