summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-29reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin
2016-06-29sequencer: use skip_blank_lines() to find the commit subjectJohannes Schindelin
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin
2016-06-29rebase -i: restore autostash on abortPatrick Steinhardt
2016-06-28contrib/subtree: Add a test for subtree rebase that loses commitsDavid A. Greene
2016-06-28color.h: remove obsolete comment about limitations on WindowsJohannes Schindelin
2016-06-28doc: typeset HEAD and variants as literalMatthieu Moy
2016-06-28CodingGuidelines: formatting HEAD in documentationMatthieu Moy
2016-06-28doc: typeset long options with argument as literalMatthieu Moy
2016-06-28doc: typeset '--' as literalMatthieu Moy
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-06-28doc: typeset short command-line options as literalMatthieu Moy
2016-06-28Documentation/git-mv.txt: fix whitespace indentationMatthieu Moy
2016-06-27Start preparing for 2.9.1Junio C Hamano
2016-06-27Merge branch 'rs/xdiff-hunk-with-func-line' into maintJunio C Hamano
2016-06-27Merge branch 'jk/rev-list-count-with-bitmap' into maintJunio C Hamano
2016-06-27Merge branch 'et/pretty-format-c-auto' into maintJunio C Hamano
2016-06-27Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano
2016-06-27gc: fix off-by-one error with gc.autoPackLimitEric Wong
2016-06-22t2300: "git --exec-path" is not usable in $PATH on Windows as-isJohannes Schindelin
2016-06-22commit.c: make find_commit_subject() more robustJohannes Schindelin
2016-06-22pretty: make the skip_blank_lines() function publicJohannes Schindelin
2016-06-22doc: git-htmldocs.googlecode.com is no moreJonathan Nieder
2016-06-22git-p4: correct hasBranchPrefix verbose outputAndrew Oakley
2016-06-21t7810: fix duplicated test titleCharles Bailey
2016-06-21t5614: don't use subshellsStefan Beller
2016-06-21t7800: readlink may not be availableArmin Kunaschik
2016-06-21perf: accommodate for MacOSXJohannes Schindelin
2016-06-20local_tzoffset: detect errors from tm_to_time_tJeff King
2016-06-20t0006: test various date formatsJeff King
2016-06-20t0006: rename test-date's "show" to "relative"Jeff King
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-06-20clone: do not let --depth imply --shallow-submodulesJunio C Hamano
2016-06-19sh-setup: enclose setting of ${VAR=default} in double-quotesLE Manh Cuong
2016-06-17Documentation/technical: signed merge tag formatMichael J Gruber
2016-06-17Documentation/technical: signed commit formatMichael J Gruber
2016-06-17Documentation/technical: signed tag formatMichael J Gruber
2016-06-17Documentation/technical: describe signature formatsMichael J Gruber
2016-06-17rebase: update comment about FreeBSD /bin/shEd Maste
2016-06-17Documentation: GPG capitalizationDave Nicolson
2016-06-17bisect: always call setup_revisions after init_revisionsJeff King
2016-06-16pretty.c: support <direction>|(<negative number>) formsNguyễn Thái Ngọc Duy
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner
2016-06-16add--interactive: respect diff.compactionHeuristicJeff King
2016-06-15git-svn: document the 'git svn propset' commandAlfred Perlstein
2016-06-14blame, line-log: do not loop around deref_tag()Junio C Hamano
2016-06-14gnome-keyring: Don't hard-code pkg-config executableHeiko Becker
2016-06-14builtin/fetch.c: don't free remote->name after fetchKeith McGuigan
2016-06-14strbuf: describe the return value of strbuf_read_filePranit Bauva
2016-06-14fetch: document that pruning happens before fetchingJeff King