summaryrefslogtreecommitdiffstats
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-09-25 08:27:53 -0700
committerShawn O. Pearce <spearce@spearce.org>2008-09-25 08:27:53 -0700
commitc9c6cc8d7db312b9e8502f8d55422b8309cde2f3 (patch)
treef13048eaaa0dd450171d2bce68ebe17e7c3a1847 /git-gui/lib/commit.tcl
parentFix submodule sync with relative submodule URLs (diff)
parentUpdate release notes for 1.6.0.3 (diff)
downloadgit-c9c6cc8d7db312b9e8502f8d55422b8309cde2f3.tar.gz
git-c9c6cc8d7db312b9e8502f8d55422b8309cde2f3.zip
Merge branch 'maint'
* maint: Update release notes for 1.6.0.3 checkout: Do not show local changes when in quiet mode for-each-ref: Fix --format=%(subject) for log message without newlines git-stash.sh: don't default to refs/stash if invalid ref supplied maint: check return of split_cmdline to avoid bad config strings
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
='insertions'>+24 2009-08-07block-sha1: improved SHA1 hashingLinus Torvalds1-3/+4 2009-08-07block-sha1: perform register rotation using cppLinus Torvalds1-27/+90 2009-08-06block-sha1: get rid of redundant 'lenW' contextLinus Torvalds2-11/+7 2009-08-06block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds1-1/+1 2009-08-06block-sha1: macroize the rounds a bit furtherLinus Torvalds1-30/+26 2009-08-06block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds1-12/+16 2009-08-06block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds1-12/+16 2009-08-06block-sha1: minor fixupsJunio C Hamano1-2/+2 2009-08-06block-sha1: try to use rol/ror appropriatelyLinus Torvalds1-10/+22 2009-08-06block-sha1: undo ctx->size changeJunio C Hamano1-3/+3 2009-08-05Add new optimized C 'block-sha1' routinesLinus Torvalds3-0/+175 2009-08-05gitweb/README: Document $base_urlJakub Narebski1-0/+6 2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann1-2/+2 2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber4-4/+16 2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber4-7/+9 2009-08-05t6010-merge-base.sh: Depict the octopus test graphMichael J Gruber1-0/+12 2009-08-05Better usage string for reflog.Matthieu Moy1-1/+1 2009-08-04hg-to-git: don't import the unused popen2 moduleMiklos Vajna1-1/+1 2009-08-04send-email: remove debug traceErik Faye-Lund1-1/+0 2009-08-04gitweb: fix 'Use of uninitialized value' error in href()Giuseppe Bilotta1-4/+7 2009-08-03technical-docs: document tree-walking APIStephen Boyd1-7/+140 2009-07-31Fix typos on pt_BR/gittutorial.txt translationAndré Goddard Rosa1-73/+69 2009-07-31Documentation: git-send-email: correct statement about standard portsWesley J. Landaker1-2/+3 2009-07-31Documentation: git-send-email: fix submission port numberWesley J. Landaker1-1/+1 2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink2-6/+9 2009-07-31git fast-export: add --no-data optionGeoffrey Irving2-1/+16 2009-07-31parse-opt: optionally show "--no-" option stringJohannes Schindelin2-2/+8